Shades of Persian Red #CE2722
Tints of Persian Red #CE2722
RGB
CMYK
RGB Variations
Color information
#CE2722 (or 0xCE2722) is known color: Persian Red. HEX triplet: CE, 27 and 22. RGB value is (206,39,34). Sum of RGB (Red+Green+Blue) = 206+39+34=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2722 is #31D8DD. Grayscale: #585858. Windows color (decimal): -3266782 or 2238414. OLE color: 2238414.
HSL color Cylindrical-coordinate representation of color #CE2722: hue angle of 1.74º 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 #CE2722 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 34 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.19 |
| HSL | 1.74º | 0.72% | 0.47% | - |
| HSV(B) | 1.74º | 0.83% | 0.81% | - |
| XYZ | 26.47 | 14.69 | 2.95 | - |
| YUV | 88.36 | 97.33 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 34 | 0 | 0.81 | 0.83 | 0.19 | 1.74 | 0.72 | 0.47 |
| Hex | CE | 27 | 22 | 0 | 51 | 53 | 13 | 2 | 48 | 2F |
| Octal | 316 | 47 | 42 | 0 | 121 | 123 | 23 | 2 | 110 | 57 |
| Binary | 11001110 | 100111 | 100010 | 0 | 1010001 | 1010011 | 10011 | 10 | 1001000 | 101111 |
Color Harmonies of #CE2722
Complementary color
Monochromatic Colors of #CE2722
Black with #CE2722
Text Example
Text Example
White with #CE2722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2722; }
p { color: rgb(206,39,34); }
H1.HeaderClassName
{
color: #CE2722;
}
.AnyTagClassName
{
color: #CE2722;
}
</style>
background-color css
<style>
a { background-color: #CE2722; }
a { background-color: rgb(206,39,34); }
div.DivClassName
{
background-color: #CE2722;
}
.BgClassName
{
background-color: #CE2722;
}
</style>
border-color css
<style>
span { border-color: #CE2722; }
span { border-color: rgb(206,39,34); }
td.TdClassName
{
border-color: #CE2722;
}
.TagClassName
{
border-color: #CE2722;
}
</style>