#ca3535 color RGB value is (202,53,53)
#ca3535 color CMYK value
#ca3535 color HSL value
HSV(or HSB) | 0° | 73.8 | 79.2 |
XYZ | 26.273 | 15.36 | 4.948 |
Yxy | 0.564 | 0.33 | 15.36 |
LAB | 46.123 | 57.934 | 35.737 |
LUV | 46.123 | 113.454 | 24.465 |
Hunter-LAB | 39.192 | 51.076 | 19.948 |
CIE-LCH | 46.123 | 68.07 | 31.669 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | CA | 35 | 35 |
Decimal | 202 | 53 | 53 |
Octal | 312 | 65 | 65 |
Binary | 11001010 | 00110101 | 00110101 |
Below, you can see some colors close to #ca3535. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ca3535.
<span style="color:#ca3535">Text here</span>
This paragraph has a background color of #ca3535.
<p style="background-color:#ca3535;">Content here</p>
This element has a border color of #ca3535.
<div style="border:1px #ca3535;">Content here</div>
.text {color:#ca3535;}
.background {background-color:#ca3535;}
.border {border:1px solid #ca3535;}
.text-shadow {border:1px solid #ca3535;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #fbeeee is the lightest one.