Shades of Persian Red #CA2E2B
Tints of Persian Red #CA2E2B
RGB
CMYK
RGB Variations
Color information
#CA2E2B (or 0xCA2E2B) is known color: Persian Red. HEX triplet: CA, 2E and 2B. RGB value is (202,46,43). Sum of RGB (Red+Green+Blue) = 202+46+43=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E2B is #35D1D4. Grayscale: #5C5C5C. Windows color (decimal): -3527125 or 2830026. OLE color: 2830026.
HSL color Cylindrical-coordinate representation of color #CA2E2B: hue angle of 1.13º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2E2B is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 43 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.21 |
| HSL | 1.13º | 0.65% | 0.48% | - |
| HSV(B) | 1.13º | 0.79% | 0.79% | - |
| XYZ | 25.77 | 14.68 | 3.76 | - |
| YUV | 92.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 43 | 0 | 0.77 | 0.79 | 0.21 | 1.13 | 0.65 | 0.48 |
| Hex | CA | 2E | 2B | 0 | 4D | 4F | 15 | 1 | 41 | 30 |
| Octal | 312 | 56 | 53 | 0 | 115 | 117 | 25 | 1 | 101 | 60 |
| Binary | 11001010 | 101110 | 101011 | 0 | 1001101 | 1001111 | 10101 | 1 | 1000001 | 110000 |
Color Harmonies of #CA2E2B
Complementary color
Monochromatic Colors of #CA2E2B
Black with #CA2E2B
Text Example
Text Example
White with #CA2E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E2B; }
p { color: rgb(202,46,43); }
H1.HeaderClassName
{
color: #CA2E2B;
}
.AnyTagClassName
{
color: #CA2E2B;
}
</style>
background-color css
<style>
a { background-color: #CA2E2B; }
a { background-color: rgb(202,46,43); }
div.DivClassName
{
background-color: #CA2E2B;
}
.BgClassName
{
background-color: #CA2E2B;
}
</style>
border-color css
<style>
span { border-color: #CA2E2B; }
span { border-color: rgb(202,46,43); }
td.TdClassName
{
border-color: #CA2E2B;
}
.TagClassName
{
border-color: #CA2E2B;
}
</style>