Shades of Persian Red #CA3F2C
Tints of Persian Red #CA3F2C
RGB
CMYK
RGB Variations
Color information
#CA3F2C (or 0xCA3F2C) is known color: Persian Red. HEX triplet: CA, 3F and 2C. RGB value is (202,63,44). Sum of RGB (Red+Green+Blue) = 202+63+44=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3F2C is #35C0D3. Grayscale: #666666. Windows color (decimal): -3522772 or 2899914. OLE color: 2899914.
HSL color Cylindrical-coordinate representation of color #CA3F2C: hue angle of 7.22º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA3F2C is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 63 | 44 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.21 |
| HSL | 7.22º | 0.64% | 0.48% | - |
| HSV(B) | 7.22º | 0.78% | 0.79% | - |
| XYZ | 26.59 | 16.29 | 4.13 | - |
| YUV | 102.4 | 95.05 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 44 | 0 | 0.69 | 0.78 | 0.21 | 7.22 | 0.64 | 0.48 |
| Hex | CA | 3F | 2C | 0 | 45 | 4E | 15 | 7 | 40 | 30 |
| Octal | 312 | 77 | 54 | 0 | 105 | 116 | 25 | 7 | 100 | 60 |
| Binary | 11001010 | 111111 | 101100 | 0 | 1000101 | 1001110 | 10101 | 111 | 1000000 | 110000 |
Color Harmonies of #CA3F2C
Complementary color
Monochromatic Colors of #CA3F2C
Black with #CA3F2C
Text Example
Text Example
White with #CA3F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3F2C; }
p { color: rgb(202,63,44); }
H1.HeaderClassName
{
color: #CA3F2C;
}
.AnyTagClassName
{
color: #CA3F2C;
}
</style>
background-color css
<style>
a { background-color: #CA3F2C; }
a { background-color: rgb(202,63,44); }
div.DivClassName
{
background-color: #CA3F2C;
}
.BgClassName
{
background-color: #CA3F2C;
}
</style>
border-color css
<style>
span { border-color: #CA3F2C; }
span { border-color: rgb(202,63,44); }
td.TdClassName
{
border-color: #CA3F2C;
}
.TagClassName
{
border-color: #CA3F2C;
}
</style>