Shades of Persian Red #CA2F2D
Tints of Persian Red #CA2F2D
RGB
CMYK
RGB Variations
Color information
#CA2F2D (or 0xCA2F2D) is known color: Persian Red. HEX triplet: CA, 2F and 2D. RGB value is (202,47,45). Sum of RGB (Red+Green+Blue) = 202+47+45=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2F2D is #35D0D2. Grayscale: #5D5D5D. Windows color (decimal): -3526867 or 2961354. OLE color: 2961354.
HSL color Cylindrical-coordinate representation of color #CA2F2D: 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 #CA2F2D is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 45 | - |
| 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.85 | 14.78 | 3.97 | - |
| YUV | 93.12 | 100.85 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 45 | 0 | 0.77 | 0.78 | 0.21 | 0.76 | 0.64 | 0.48 |
| Hex | CA | 2F | 2D | 0 | 4D | 4E | 15 | 1 | 40 | 30 |
| Octal | 312 | 57 | 55 | 0 | 115 | 116 | 25 | 1 | 100 | 60 |
| Binary | 11001010 | 101111 | 101101 | 0 | 1001101 | 1001110 | 10101 | 1 | 1000000 | 110000 |
Color Harmonies of #CA2F2D
Complementary color
Monochromatic Colors of #CA2F2D
Black with #CA2F2D
Text Example
Text Example
White with #CA2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F2D; }
p { color: rgb(202,47,45); }
H1.HeaderClassName
{
color: #CA2F2D;
}
.AnyTagClassName
{
color: #CA2F2D;
}
</style>
background-color css
<style>
a { background-color: #CA2F2D; }
a { background-color: rgb(202,47,45); }
div.DivClassName
{
background-color: #CA2F2D;
}
.BgClassName
{
background-color: #CA2F2D;
}
</style>
border-color css
<style>
span { border-color: #CA2F2D; }
span { border-color: rgb(202,47,45); }
td.TdClassName
{
border-color: #CA2F2D;
}
.TagClassName
{
border-color: #CA2F2D;
}
</style>