Shades of Persian Red #CE2222
Tints of Persian Red #CE2222
RGB
CMYK
RGB Variations
Color information
#CE2222 (or 0xCE2222) is known color: Persian Red. HEX triplet: CE, 22 and 22. RGB value is (206,34,34). Sum of RGB (Red+Green+Blue) = 206+34+34=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2222 is #31DDDD. Grayscale: #555555. Windows color (decimal): -3268062 or 2237134. OLE color: 2237134.
HSL color Cylindrical-coordinate representation of color #CE2222: hue angle of 0º 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 #CE2222 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 34 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.19 |
| HSL | 0º | 0.72% | 0.47% | - |
| HSV(B) | 0º | 0.83% | 0.81% | - |
| XYZ | 26.31 | 14.38 | 2.9 | - |
| YUV | 85.43 | 98.98 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 34 | 0 | 0.83 | 0.83 | 0.19 | 0 | 0.72 | 0.47 |
| Hex | CE | 22 | 22 | 0 | 53 | 53 | 13 | 0 | 48 | 2F |
| Octal | 316 | 42 | 42 | 0 | 123 | 123 | 23 | 0 | 110 | 57 |
| Binary | 11001110 | 100010 | 100010 | 0 | 1010011 | 1010011 | 10011 | 0 | 1001000 | 101111 |
Color Harmonies of #CE2222
Complementary color
Monochromatic Colors of #CE2222
Black with #CE2222
Text Example
Text Example
White with #CE2222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2222; }
p { color: rgb(206,34,34); }
H1.HeaderClassName
{
color: #CE2222;
}
.AnyTagClassName
{
color: #CE2222;
}
</style>
background-color css
<style>
a { background-color: #CE2222; }
a { background-color: rgb(206,34,34); }
div.DivClassName
{
background-color: #CE2222;
}
.BgClassName
{
background-color: #CE2222;
}
</style>
border-color css
<style>
span { border-color: #CE2222; }
span { border-color: rgb(206,34,34); }
td.TdClassName
{
border-color: #CE2222;
}
.TagClassName
{
border-color: #CE2222;
}
</style>