Shades of Persian Red #CA2921
Tints of Persian Red #CA2921
RGB
CMYK
RGB Variations
Color information
#CA2921 (or 0xCA2921) is known color: Persian Red. HEX triplet: CA, 29 and 21. RGB value is (202,41,33). Sum of RGB (Red+Green+Blue) = 202+41+33=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2921 is #35D6DE. Grayscale: #585858. Windows color (decimal): -3528415 or 2173386. OLE color: 2173386.
HSL color Cylindrical-coordinate representation of color #CA2921: hue angle of 2.84º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2921 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 33 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.21 |
| HSL | 2.84º | 0.72% | 0.46% | - |
| HSV(B) | 2.84º | 0.84% | 0.79% | - |
| XYZ | 25.42 | 14.25 | 2.85 | - |
| YUV | 88.23 | 96.84 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 33 | 0 | 0.80 | 0.84 | 0.21 | 2.84 | 0.72 | 0.46 |
| Hex | CA | 29 | 21 | 0 | 50 | 54 | 15 | 3 | 48 | 2E |
| Octal | 312 | 51 | 41 | 0 | 120 | 124 | 25 | 3 | 110 | 56 |
| Binary | 11001010 | 101001 | 100001 | 0 | 1010000 | 1010100 | 10101 | 11 | 1001000 | 101110 |
Color Harmonies of #CA2921
Complementary color
Monochromatic Colors of #CA2921
Black with #CA2921
Text Example
Text Example
White with #CA2921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2921; }
p { color: rgb(202,41,33); }
H1.HeaderClassName
{
color: #CA2921;
}
.AnyTagClassName
{
color: #CA2921;
}
</style>
background-color css
<style>
a { background-color: #CA2921; }
a { background-color: rgb(202,41,33); }
div.DivClassName
{
background-color: #CA2921;
}
.BgClassName
{
background-color: #CA2921;
}
</style>
border-color css
<style>
span { border-color: #CA2921; }
span { border-color: rgb(202,41,33); }
td.TdClassName
{
border-color: #CA2921;
}
.TagClassName
{
border-color: #CA2921;
}
</style>