Shades of Persian Red #CA2828
Tints of Persian Red #CA2828
RGB
CMYK
RGB Variations
Color information
#CA2828 (or 0xCA2828) is known color: Persian Red. HEX triplet: CA, 28 and 28. RGB value is (202,40,40). Sum of RGB (Red+Green+Blue) = 202+40+40=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2828 is #35D7D7. Grayscale: #585858. Windows color (decimal): -3528664 or 2631882. OLE color: 2631882.
HSL color Cylindrical-coordinate representation of color #CA2828: hue angle of 0º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2828 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 40 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.21 |
| HSL | 0º | 0.67% | 0.47% | - |
| HSV(B) | 0º | 0.8% | 0.79% | - |
| XYZ | 25.5 | 14.23 | 3.41 | - |
| YUV | 88.44 | 100.67 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 40 | 0 | 0.80 | 0.80 | 0.21 | 0 | 0.67 | 0.47 |
| Hex | CA | 28 | 28 | 0 | 50 | 50 | 15 | 0 | 43 | 2F |
| Octal | 312 | 50 | 50 | 0 | 120 | 120 | 25 | 0 | 103 | 57 |
| Binary | 11001010 | 101000 | 101000 | 0 | 1010000 | 1010000 | 10101 | 0 | 1000011 | 101111 |
Color Harmonies of #CA2828
Complementary color
Monochromatic Colors of #CA2828
Black with #CA2828
Text Example
Text Example
White with #CA2828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2828; }
p { color: rgb(202,40,40); }
H1.HeaderClassName
{
color: #CA2828;
}
.AnyTagClassName
{
color: #CA2828;
}
</style>
background-color css
<style>
a { background-color: #CA2828; }
a { background-color: rgb(202,40,40); }
div.DivClassName
{
background-color: #CA2828;
}
.BgClassName
{
background-color: #CA2828;
}
</style>
border-color css
<style>
span { border-color: #CA2828; }
span { border-color: rgb(202,40,40); }
td.TdClassName
{
border-color: #CA2828;
}
.TagClassName
{
border-color: #CA2828;
}
</style>