Shades of Persian Red #CA3C31
Tints of Persian Red #CA3C31
RGB
CMYK
RGB Variations
Color information
#CA3C31 (or 0xCA3C31) is known color: Persian Red. HEX triplet: CA, 3C and 31. RGB value is (202,60,49). Sum of RGB (Red+Green+Blue) = 202+60+49=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C31 is #35C3CE. Grayscale: #656565. Windows color (decimal): -3523535 or 3226826. OLE color: 3226826.
HSL color Cylindrical-coordinate representation of color #CA3C31: hue angle of 4.31º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3C31 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 49 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.21 |
| HSL | 4.31º | 0.61% | 0.49% | - |
| HSV(B) | 4.31º | 0.76% | 0.79% | - |
| XYZ | 26.53 | 16.01 | 4.6 | - |
| YUV | 101.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 49 | 0 | 0.70 | 0.76 | 0.21 | 4.31 | 0.61 | 0.49 |
| Hex | CA | 3C | 31 | 0 | 46 | 4C | 15 | 4 | 3D | 31 |
| Octal | 312 | 74 | 61 | 0 | 106 | 114 | 25 | 4 | 75 | 61 |
| Binary | 11001010 | 111100 | 110001 | 0 | 1000110 | 1001100 | 10101 | 100 | 111101 | 110001 |
Color Harmonies of #CA3C31
Complementary color
Monochromatic Colors of #CA3C31
Black with #CA3C31
Text Example
Text Example
White with #CA3C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C31; }
p { color: rgb(202,60,49); }
H1.HeaderClassName
{
color: #CA3C31;
}
.AnyTagClassName
{
color: #CA3C31;
}
</style>
background-color css
<style>
a { background-color: #CA3C31; }
a { background-color: rgb(202,60,49); }
div.DivClassName
{
background-color: #CA3C31;
}
.BgClassName
{
background-color: #CA3C31;
}
</style>
border-color css
<style>
span { border-color: #CA3C31; }
span { border-color: rgb(202,60,49); }
td.TdClassName
{
border-color: #CA3C31;
}
.TagClassName
{
border-color: #CA3C31;
}
</style>