Shades of Cinnabar #E05233
Tints of Cinnabar #E05233
RGB
CMYK
RGB Variations
Color information
#E05233 (or 0xE05233) is known color: Cinnabar. HEX triplet: E0, 52 and 33. RGB value is (224,82,51). Sum of RGB (Red+Green+Blue) = 224+82+51=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E05233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05233 is #1FADCC. Grayscale: #797979. Windows color (decimal): -2076109 or 3363552. OLE color: 3363552.
HSL color Cylindrical-coordinate representation of color #E05233: hue angle of 10.75º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E05233 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 51 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.12 |
| HSL | 10.75º | 0.74% | 0.54% | - |
| HSV(B) | 10.75º | 0.77% | 0.88% | - |
| XYZ | 34.36 | 22.12 | 5.59 | - |
| YUV | 120.92 | 88.54 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 51 | 0 | 0.63 | 0.77 | 0.12 | 10.75 | 0.74 | 0.54 |
| Hex | E0 | 52 | 33 | 0 | 3F | 4D | C | B | 4A | 36 |
| Octal | 340 | 122 | 63 | 0 | 77 | 115 | 14 | 13 | 112 | 66 |
| Binary | 11100000 | 1010010 | 110011 | 0 | 111111 | 1001101 | 1100 | 1011 | 1001010 | 110110 |
Color Harmonies of #E05233
Complementary color
Monochromatic Colors of #E05233
Black with #E05233
Text Example
Text Example
White with #E05233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05233; }
p { color: rgb(224,82,51); }
H1.HeaderClassName
{
color: #E05233;
}
.AnyTagClassName
{
color: #E05233;
}
</style>
background-color css
<style>
a { background-color: #E05233; }
a { background-color: rgb(224,82,51); }
div.DivClassName
{
background-color: #E05233;
}
.BgClassName
{
background-color: #E05233;
}
</style>
border-color css
<style>
span { border-color: #E05233; }
span { border-color: rgb(224,82,51); }
td.TdClassName
{
border-color: #E05233;
}
.TagClassName
{
border-color: #E05233;
}
</style>