Shades of Cinnabar #E92A1B
Tints of Cinnabar #E92A1B
RGB
CMYK
RGB Variations
Color information
#E92A1B (or 0xE92A1B) is known color: Cinnabar. HEX triplet: E9, 2A and 1B. RGB value is (233,42,27). Sum of RGB (Red+Green+Blue) = 233+42+27=302 (40% of max value = 765). Red value is 233 (91.41% from 255 or 77.15% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A1B is #16D5E4. Grayscale: #616161. Windows color (decimal): -1496549 or 1780457. OLE color: 1780457.
HSL color Cylindrical-coordinate representation of color #E92A1B: hue angle of 4.37º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E92A1B is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 27 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.09 |
| HSL | 4.37º | 0.82% | 0.51% | - |
| HSV(B) | 4.37º | 0.88% | 0.91% | - |
| XYZ | 34.63 | 19.06 | 2.89 | - |
| YUV | 97.4 | 88.28 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 27 | 0 | 0.82 | 0.88 | 0.09 | 4.37 | 0.82 | 0.51 |
| Hex | E9 | 2A | 1B | 0 | 52 | 58 | 9 | 4 | 52 | 33 |
| Octal | 351 | 52 | 33 | 0 | 122 | 130 | 11 | 4 | 122 | 63 |
| Binary | 11101001 | 101010 | 11011 | 0 | 1010010 | 1011000 | 1001 | 100 | 1010010 | 110011 |
Color Harmonies of #E92A1B
Complementary color
Monochromatic Colors of #E92A1B
Black with #E92A1B
Text Example
Text Example
White with #E92A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A1B; }
p { color: rgb(233,42,27); }
H1.HeaderClassName
{
color: #E92A1B;
}
.AnyTagClassName
{
color: #E92A1B;
}
</style>
background-color css
<style>
a { background-color: #E92A1B; }
a { background-color: rgb(233,42,27); }
div.DivClassName
{
background-color: #E92A1B;
}
.BgClassName
{
background-color: #E92A1B;
}
</style>
border-color css
<style>
span { border-color: #E92A1B; }
span { border-color: rgb(233,42,27); }
td.TdClassName
{
border-color: #E92A1B;
}
.TagClassName
{
border-color: #E92A1B;
}
</style>