Shades of Cinnabar #E92F21
Tints of Cinnabar #E92F21
RGB
CMYK
RGB Variations
Color information
#E92F21 (or 0xE92F21) is known color: Cinnabar. HEX triplet: E9, 2F and 21. RGB value is (233,47,33). Sum of RGB (Red+Green+Blue) = 233+47+33=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92F21 is #16D0DE. Grayscale: #656565. Windows color (decimal): -1495263 or 2174953. OLE color: 2174953.
HSL color Cylindrical-coordinate representation of color #E92F21: hue angle of 4.2º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E92F21 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 47 | 33 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.09 |
| HSL | 4.2º | 0.82% | 0.52% | - |
| HSV(B) | 4.2º | 0.86% | 0.91% | - |
| XYZ | 34.9 | 19.47 | 3.36 | - |
| YUV | 101.02 | 89.62 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 33 | 0 | 0.80 | 0.86 | 0.09 | 4.2 | 0.82 | 0.52 |
| Hex | E9 | 2F | 21 | 0 | 50 | 56 | 9 | 4 | 52 | 34 |
| Octal | 351 | 57 | 41 | 0 | 120 | 126 | 11 | 4 | 122 | 64 |
| Binary | 11101001 | 101111 | 100001 | 0 | 1010000 | 1010110 | 1001 | 100 | 1010010 | 110100 |
Color Harmonies of #E92F21
Complementary color
Monochromatic Colors of #E92F21
Black with #E92F21
Text Example
Text Example
White with #E92F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92F21; }
p { color: rgb(233,47,33); }
H1.HeaderClassName
{
color: #E92F21;
}
.AnyTagClassName
{
color: #E92F21;
}
</style>
background-color css
<style>
a { background-color: #E92F21; }
a { background-color: rgb(233,47,33); }
div.DivClassName
{
background-color: #E92F21;
}
.BgClassName
{
background-color: #E92F21;
}
</style>
border-color css
<style>
span { border-color: #E92F21; }
span { border-color: rgb(233,47,33); }
td.TdClassName
{
border-color: #E92F21;
}
.TagClassName
{
border-color: #E92F21;
}
</style>