Shades of Persian Red #CA3C39
Tints of Persian Red #CA3C39
RGB
CMYK
RGB Variations
Color information
#CA3C39 (or 0xCA3C39) is known color: Persian Red. HEX triplet: CA, 3C and 39. RGB value is (202,60,57). Sum of RGB (Red+Green+Blue) = 202+60+57=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C39 is #35C3C6. Grayscale: #666666. Windows color (decimal): -3523527 or 3751114. OLE color: 3751114.
HSL color Cylindrical-coordinate representation of color #CA3C39: hue angle of 1.24º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA3C39 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 57 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.21 |
| HSL | 1.24º | 0.58% | 0.51% | - |
| HSV(B) | 1.24º | 0.72% | 0.79% | - |
| XYZ | 26.71 | 16.08 | 5.57 | - |
| YUV | 102.12 | 102.54 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 57 | 0 | 0.70 | 0.72 | 0.21 | 1.24 | 0.58 | 0.51 |
| Hex | CA | 3C | 39 | 0 | 46 | 48 | 15 | 1 | 3A | 33 |
| Octal | 312 | 74 | 71 | 0 | 106 | 110 | 25 | 1 | 72 | 63 |
| Binary | 11001010 | 111100 | 111001 | 0 | 1000110 | 1001000 | 10101 | 1 | 111010 | 110011 |
Color Harmonies of #CA3C39
Complementary color
Monochromatic Colors of #CA3C39
Black with #CA3C39
Text Example
Text Example
White with #CA3C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C39; }
p { color: rgb(202,60,57); }
H1.HeaderClassName
{
color: #CA3C39;
}
.AnyTagClassName
{
color: #CA3C39;
}
</style>
background-color css
<style>
a { background-color: #CA3C39; }
a { background-color: rgb(202,60,57); }
div.DivClassName
{
background-color: #CA3C39;
}
.BgClassName
{
background-color: #CA3C39;
}
</style>
border-color css
<style>
span { border-color: #CA3C39; }
span { border-color: rgb(202,60,57); }
td.TdClassName
{
border-color: #CA3C39;
}
.TagClassName
{
border-color: #CA3C39;
}
</style>