Shades of Persian Red #CA2E2C
Tints of Persian Red #CA2E2C
RGB
CMYK
RGB Variations
Color information
#CA2E2C (or 0xCA2E2C) is known color: Persian Red. HEX triplet: CA, 2E and 2C. RGB value is (202,46,44). Sum of RGB (Red+Green+Blue) = 202+46+44=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E2C is #35D1D3. Grayscale: #5C5C5C. Windows color (decimal): -3527124 or 2895562. OLE color: 2895562.
HSL color Cylindrical-coordinate representation of color #CA2E2C: hue angle of 0.76º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2E2C is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 44 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.21 |
| HSL | 0.76º | 0.64% | 0.48% | - |
| HSV(B) | 0.76º | 0.78% | 0.79% | - |
| XYZ | 25.79 | 14.69 | 3.86 | - |
| YUV | 92.42 | 100.68 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 44 | 0 | 0.77 | 0.78 | 0.21 | 0.76 | 0.64 | 0.48 |
| Hex | CA | 2E | 2C | 0 | 4D | 4E | 15 | 1 | 40 | 30 |
| Octal | 312 | 56 | 54 | 0 | 115 | 116 | 25 | 1 | 100 | 60 |
| Binary | 11001010 | 101110 | 101100 | 0 | 1001101 | 1001110 | 10101 | 1 | 1000000 | 110000 |
Color Harmonies of #CA2E2C
Complementary color
Monochromatic Colors of #CA2E2C
Black with #CA2E2C
Text Example
Text Example
White with #CA2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E2C; }
p { color: rgb(202,46,44); }
H1.HeaderClassName
{
color: #CA2E2C;
}
.AnyTagClassName
{
color: #CA2E2C;
}
</style>
background-color css
<style>
a { background-color: #CA2E2C; }
a { background-color: rgb(202,46,44); }
div.DivClassName
{
background-color: #CA2E2C;
}
.BgClassName
{
background-color: #CA2E2C;
}
</style>
border-color css
<style>
span { border-color: #CA2E2C; }
span { border-color: rgb(202,46,44); }
td.TdClassName
{
border-color: #CA2E2C;
}
.TagClassName
{
border-color: #CA2E2C;
}
</style>