Shades of Persian Red #CA3C2B
Tints of Persian Red #CA3C2B
RGB
CMYK
RGB Variations
Color information
#CA3C2B (or 0xCA3C2B) is known color: Persian Red. HEX triplet: CA, 3C and 2B. RGB value is (202,60,43). Sum of RGB (Red+Green+Blue) = 202+60+43=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C2B is #35C3D4. Grayscale: #646464. Windows color (decimal): -3523541 or 2833610. OLE color: 2833610.
HSL color Cylindrical-coordinate representation of color #CA3C2B: hue angle of 6.42º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA3C2B is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 43 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.21 |
| HSL | 6.42º | 0.65% | 0.48% | - |
| HSV(B) | 6.42º | 0.79% | 0.79% | - |
| XYZ | 26.41 | 15.96 | 3.97 | - |
| YUV | 100.52 | 95.54 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 43 | 0 | 0.70 | 0.79 | 0.21 | 6.42 | 0.65 | 0.48 |
| Hex | CA | 3C | 2B | 0 | 46 | 4F | 15 | 6 | 41 | 30 |
| Octal | 312 | 74 | 53 | 0 | 106 | 117 | 25 | 6 | 101 | 60 |
| Binary | 11001010 | 111100 | 101011 | 0 | 1000110 | 1001111 | 10101 | 110 | 1000001 | 110000 |
Color Harmonies of #CA3C2B
Complementary color
Monochromatic Colors of #CA3C2B
Black with #CA3C2B
Text Example
Text Example
White with #CA3C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C2B; }
p { color: rgb(202,60,43); }
H1.HeaderClassName
{
color: #CA3C2B;
}
.AnyTagClassName
{
color: #CA3C2B;
}
</style>
background-color css
<style>
a { background-color: #CA3C2B; }
a { background-color: rgb(202,60,43); }
div.DivClassName
{
background-color: #CA3C2B;
}
.BgClassName
{
background-color: #CA3C2B;
}
</style>
border-color css
<style>
span { border-color: #CA3C2B; }
span { border-color: rgb(202,60,43); }
td.TdClassName
{
border-color: #CA3C2B;
}
.TagClassName
{
border-color: #CA3C2B;
}
</style>