Shades of Persian Red #CA2F27
Tints of Persian Red #CA2F27
RGB
CMYK
RGB Variations
Color information
#CA2F27 (or 0xCA2F27) is known color: Persian Red. HEX triplet: CA, 2F and 27. RGB value is (202,47,39). Sum of RGB (Red+Green+Blue) = 202+47+39=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2F27 is #35D0D8. Grayscale: #5C5C5C. Windows color (decimal): -3526873 or 2568138. OLE color: 2568138.
HSL color Cylindrical-coordinate representation of color #CA2F27: hue angle of 2.94º 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 #CA2F27 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 39 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.21 |
| HSL | 2.94º | 0.68% | 0.47% | - |
| HSV(B) | 2.94º | 0.81% | 0.79% | - |
| XYZ | 25.74 | 14.74 | 3.41 | - |
| YUV | 92.43 | 97.85 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 39 | 0 | 0.77 | 0.81 | 0.21 | 2.94 | 0.68 | 0.47 |
| Hex | CA | 2F | 27 | 0 | 4D | 51 | 15 | 3 | 44 | 2F |
| Octal | 312 | 57 | 47 | 0 | 115 | 121 | 25 | 3 | 104 | 57 |
| Binary | 11001010 | 101111 | 100111 | 0 | 1001101 | 1010001 | 10101 | 11 | 1000100 | 101111 |
Color Harmonies of #CA2F27
Complementary color
Monochromatic Colors of #CA2F27
Black with #CA2F27
Text Example
Text Example
White with #CA2F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F27; }
p { color: rgb(202,47,39); }
H1.HeaderClassName
{
color: #CA2F27;
}
.AnyTagClassName
{
color: #CA2F27;
}
</style>
background-color css
<style>
a { background-color: #CA2F27; }
a { background-color: rgb(202,47,39); }
div.DivClassName
{
background-color: #CA2F27;
}
.BgClassName
{
background-color: #CA2F27;
}
</style>
border-color css
<style>
span { border-color: #CA2F27; }
span { border-color: rgb(202,47,39); }
td.TdClassName
{
border-color: #CA2F27;
}
.TagClassName
{
border-color: #CA2F27;
}
</style>