Shades of Persian Red #CA2F2B
Tints of Persian Red #CA2F2B
RGB
CMYK
RGB Variations
Color information
#CA2F2B (or 0xCA2F2B) is known color: Persian Red. HEX triplet: CA, 2F and 2B. RGB value is (202,47,43). Sum of RGB (Red+Green+Blue) = 202+47+43=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2F2B is #35D0D4. Grayscale: #5D5D5D. Windows color (decimal): -3526869 or 2830282. OLE color: 2830282.
HSL color Cylindrical-coordinate representation of color #CA2F2B: hue angle of 1.51º 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 #CA2F2B is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 43 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.21 |
| HSL | 1.51º | 0.65% | 0.48% | - |
| HSV(B) | 1.51º | 0.79% | 0.79% | - |
| XYZ | 25.81 | 14.76 | 3.77 | - |
| YUV | 92.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 43 | 0 | 0.77 | 0.79 | 0.21 | 1.51 | 0.65 | 0.48 |
| Hex | CA | 2F | 2B | 0 | 4D | 4F | 15 | 2 | 41 | 30 |
| Octal | 312 | 57 | 53 | 0 | 115 | 117 | 25 | 2 | 101 | 60 |
| Binary | 11001010 | 101111 | 101011 | 0 | 1001101 | 1001111 | 10101 | 10 | 1000001 | 110000 |
Color Harmonies of #CA2F2B
Complementary color
Monochromatic Colors of #CA2F2B
Black with #CA2F2B
Text Example
Text Example
White with #CA2F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F2B; }
p { color: rgb(202,47,43); }
H1.HeaderClassName
{
color: #CA2F2B;
}
.AnyTagClassName
{
color: #CA2F2B;
}
</style>
background-color css
<style>
a { background-color: #CA2F2B; }
a { background-color: rgb(202,47,43); }
div.DivClassName
{
background-color: #CA2F2B;
}
.BgClassName
{
background-color: #CA2F2B;
}
</style>
border-color css
<style>
span { border-color: #CA2F2B; }
span { border-color: rgb(202,47,43); }
td.TdClassName
{
border-color: #CA2F2B;
}
.TagClassName
{
border-color: #CA2F2B;
}
</style>