Shades of Persian Red #CE2D22
Tints of Persian Red #CE2D22
RGB
CMYK
RGB Variations
Color information
#CE2D22 (or 0xCE2D22) is known color: Persian Red. HEX triplet: CE, 2D and 22. RGB value is (206,45,34). Sum of RGB (Red+Green+Blue) = 206+45+34=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2D22 is #31D2DD. Grayscale: #5C5C5C. Windows color (decimal): -3265246 or 2239950. OLE color: 2239950.
HSL color Cylindrical-coordinate representation of color #CE2D22: hue angle of 3.84º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2D22 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 34 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.19 |
| HSL | 3.84º | 0.72% | 0.47% | - |
| HSV(B) | 3.84º | 0.83% | 0.81% | - |
| XYZ | 26.68 | 15.11 | 3.02 | - |
| YUV | 91.89 | 95.34 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 34 | 0 | 0.78 | 0.83 | 0.19 | 3.84 | 0.72 | 0.47 |
| Hex | CE | 2D | 22 | 0 | 4E | 53 | 13 | 4 | 48 | 2F |
| Octal | 316 | 55 | 42 | 0 | 116 | 123 | 23 | 4 | 110 | 57 |
| Binary | 11001110 | 101101 | 100010 | 0 | 1001110 | 1010011 | 10011 | 100 | 1001000 | 101111 |
Color Harmonies of #CE2D22
Complementary color
Monochromatic Colors of #CE2D22
Black with #CE2D22
Text Example
Text Example
White with #CE2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D22; }
p { color: rgb(206,45,34); }
H1.HeaderClassName
{
color: #CE2D22;
}
.AnyTagClassName
{
color: #CE2D22;
}
</style>
background-color css
<style>
a { background-color: #CE2D22; }
a { background-color: rgb(206,45,34); }
div.DivClassName
{
background-color: #CE2D22;
}
.BgClassName
{
background-color: #CE2D22;
}
</style>
border-color css
<style>
span { border-color: #CE2D22; }
span { border-color: rgb(206,45,34); }
td.TdClassName
{
border-color: #CE2D22;
}
.TagClassName
{
border-color: #CE2D22;
}
</style>