Shades of Persian Red #CA2D26
Tints of Persian Red #CA2D26
RGB
CMYK
RGB Variations
Color information
#CA2D26 (or 0xCA2D26) is known color: Persian Red. HEX triplet: CA, 2D and 26. RGB value is (202,45,38). Sum of RGB (Red+Green+Blue) = 202+45+38=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D26 is #35D2D9. Grayscale: #5B5B5B. Windows color (decimal): -3527386 or 2502090. OLE color: 2502090.
HSL color Cylindrical-coordinate representation of color #CA2D26: hue angle of 2.56º 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 #CA2D26 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 38 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.21 |
| HSL | 2.56º | 0.68% | 0.47% | - |
| HSV(B) | 2.56º | 0.81% | 0.79% | - |
| XYZ | 25.65 | 14.57 | 3.29 | - |
| YUV | 91.15 | 98.01 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 38 | 0 | 0.78 | 0.81 | 0.21 | 2.56 | 0.68 | 0.47 |
| Hex | CA | 2D | 26 | 0 | 4E | 51 | 15 | 3 | 44 | 2F |
| Octal | 312 | 55 | 46 | 0 | 116 | 121 | 25 | 3 | 104 | 57 |
| Binary | 11001010 | 101101 | 100110 | 0 | 1001110 | 1010001 | 10101 | 11 | 1000100 | 101111 |
Color Harmonies of #CA2D26
Complementary color
Monochromatic Colors of #CA2D26
Black with #CA2D26
Text Example
Text Example
White with #CA2D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D26; }
p { color: rgb(202,45,38); }
H1.HeaderClassName
{
color: #CA2D26;
}
.AnyTagClassName
{
color: #CA2D26;
}
</style>
background-color css
<style>
a { background-color: #CA2D26; }
a { background-color: rgb(202,45,38); }
div.DivClassName
{
background-color: #CA2D26;
}
.BgClassName
{
background-color: #CA2D26;
}
</style>
border-color css
<style>
span { border-color: #CA2D26; }
span { border-color: rgb(202,45,38); }
td.TdClassName
{
border-color: #CA2D26;
}
.TagClassName
{
border-color: #CA2D26;
}
</style>