Shades of Persian Red #CA3E27
Tints of Persian Red #CA3E27
RGB
CMYK
RGB Variations
Color information
#CA3E27 (or 0xCA3E27) is known color: Persian Red. HEX triplet: CA, 3E and 27. RGB value is (202,62,39). Sum of RGB (Red+Green+Blue) = 202+62+39=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E27 is #35C1D8. Grayscale: #656565. Windows color (decimal): -3523033 or 2571978. OLE color: 2571978.
HSL color Cylindrical-coordinate representation of color #CA3E27: hue angle of 8.47º 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 #CA3E27 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 39 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.21 |
| HSL | 8.47º | 0.68% | 0.47% | - |
| HSV(B) | 8.47º | 0.81% | 0.79% | - |
| XYZ | 26.45 | 16.15 | 3.64 | - |
| YUV | 101.24 | 92.88 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 39 | 0 | 0.69 | 0.81 | 0.21 | 8.47 | 0.68 | 0.47 |
| Hex | CA | 3E | 27 | 0 | 45 | 51 | 15 | 8 | 44 | 2F |
| Octal | 312 | 76 | 47 | 0 | 105 | 121 | 25 | 10 | 104 | 57 |
| Binary | 11001010 | 111110 | 100111 | 0 | 1000101 | 1010001 | 10101 | 1000 | 1000100 | 101111 |
Color Harmonies of #CA3E27
Complementary color
Monochromatic Colors of #CA3E27
Black with #CA3E27
Text Example
Text Example
White with #CA3E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E27; }
p { color: rgb(202,62,39); }
H1.HeaderClassName
{
color: #CA3E27;
}
.AnyTagClassName
{
color: #CA3E27;
}
</style>
background-color css
<style>
a { background-color: #CA3E27; }
a { background-color: rgb(202,62,39); }
div.DivClassName
{
background-color: #CA3E27;
}
.BgClassName
{
background-color: #CA3E27;
}
</style>
border-color css
<style>
span { border-color: #CA3E27; }
span { border-color: rgb(202,62,39); }
td.TdClassName
{
border-color: #CA3E27;
}
.TagClassName
{
border-color: #CA3E27;
}
</style>