Shades of Persian Red #CA2823
Tints of Persian Red #CA2823
RGB
CMYK
RGB Variations
Color information
#CA2823 (or 0xCA2823) is known color: Persian Red. HEX triplet: CA, 28 and 23. RGB value is (202,40,35). Sum of RGB (Red+Green+Blue) = 202+40+35=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2823 is #35D7DC. Grayscale: #585858. Windows color (decimal): -3528669 or 2304202. OLE color: 2304202.
HSL color Cylindrical-coordinate representation of color #CA2823: hue angle of 1.8º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2823 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 35 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.21 |
| HSL | 1.8º | 0.7% | 0.46% | - |
| HSV(B) | 1.8º | 0.83% | 0.79% | - |
| XYZ | 25.42 | 14.2 | 2.99 | - |
| YUV | 87.87 | 98.17 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 35 | 0 | 0.80 | 0.83 | 0.21 | 1.8 | 0.7 | 0.46 |
| Hex | CA | 28 | 23 | 0 | 50 | 53 | 15 | 2 | 46 | 2E |
| Octal | 312 | 50 | 43 | 0 | 120 | 123 | 25 | 2 | 106 | 56 |
| Binary | 11001010 | 101000 | 100011 | 0 | 1010000 | 1010011 | 10101 | 10 | 1000110 | 101110 |
Color Harmonies of #CA2823
Complementary color
Monochromatic Colors of #CA2823
Black with #CA2823
Text Example
Text Example
White with #CA2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2823; }
p { color: rgb(202,40,35); }
H1.HeaderClassName
{
color: #CA2823;
}
.AnyTagClassName
{
color: #CA2823;
}
</style>
background-color css
<style>
a { background-color: #CA2823; }
a { background-color: rgb(202,40,35); }
div.DivClassName
{
background-color: #CA2823;
}
.BgClassName
{
background-color: #CA2823;
}
</style>
border-color css
<style>
span { border-color: #CA2823; }
span { border-color: rgb(202,40,35); }
td.TdClassName
{
border-color: #CA2823;
}
.TagClassName
{
border-color: #CA2823;
}
</style>