Shades of Persian Red #CA2926
Tints of Persian Red #CA2926
RGB
CMYK
RGB Variations
Color information
#CA2926 (or 0xCA2926) is known color: Persian Red. HEX triplet: CA, 29 and 26. RGB value is (202,41,38). Sum of RGB (Red+Green+Blue) = 202+41+38=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2926 is #35D6D9. Grayscale: #585858. Windows color (decimal): -3528410 or 2501066. OLE color: 2501066.
HSL color Cylindrical-coordinate representation of color #CA2926: hue angle of 1.1º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2926 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 38 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.21 |
| HSL | 1.1º | 0.68% | 0.47% | - |
| HSV(B) | 1.1º | 0.81% | 0.79% | - |
| XYZ | 25.5 | 14.28 | 3.25 | - |
| YUV | 88.8 | 99.34 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 38 | 0 | 0.80 | 0.81 | 0.21 | 1.1 | 0.68 | 0.47 |
| Hex | CA | 29 | 26 | 0 | 50 | 51 | 15 | 1 | 44 | 2F |
| Octal | 312 | 51 | 46 | 0 | 120 | 121 | 25 | 1 | 104 | 57 |
| Binary | 11001010 | 101001 | 100110 | 0 | 1010000 | 1010001 | 10101 | 1 | 1000100 | 101111 |
Color Harmonies of #CA2926
Complementary color
Monochromatic Colors of #CA2926
Black with #CA2926
Text Example
Text Example
White with #CA2926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2926; }
p { color: rgb(202,41,38); }
H1.HeaderClassName
{
color: #CA2926;
}
.AnyTagClassName
{
color: #CA2926;
}
</style>
background-color css
<style>
a { background-color: #CA2926; }
a { background-color: rgb(202,41,38); }
div.DivClassName
{
background-color: #CA2926;
}
.BgClassName
{
background-color: #CA2926;
}
</style>
border-color css
<style>
span { border-color: #CA2926; }
span { border-color: rgb(202,41,38); }
td.TdClassName
{
border-color: #CA2926;
}
.TagClassName
{
border-color: #CA2926;
}
</style>