Shades of Cinnabar #E92A1C
Tints of Cinnabar #E92A1C
RGB
CMYK
RGB Variations
Color information
#E92A1C (or 0xE92A1C) is known color: Cinnabar. HEX triplet: E9, 2A and 1C. RGB value is (233,42,28). Sum of RGB (Red+Green+Blue) = 233+42+28=303 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.90% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A1C is #16D5E3. Grayscale: #616161. Windows color (decimal): -1496548 or 1845993. OLE color: 1845993.
HSL color Cylindrical-coordinate representation of color #E92A1C: hue angle of 4.1º 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 #E92A1C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 28 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.09 |
| HSL | 4.1º | 0.82% | 0.51% | - |
| HSV(B) | 4.1º | 0.88% | 0.91% | - |
| XYZ | 34.64 | 19.06 | 2.95 | - |
| YUV | 97.51 | 88.78 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 28 | 0 | 0.82 | 0.88 | 0.09 | 4.1 | 0.82 | 0.51 |
| Hex | E9 | 2A | 1C | 0 | 52 | 58 | 9 | 4 | 52 | 33 |
| Octal | 351 | 52 | 34 | 0 | 122 | 130 | 11 | 4 | 122 | 63 |
| Binary | 11101001 | 101010 | 11100 | 0 | 1010010 | 1011000 | 1001 | 100 | 1010010 | 110011 |
Color Harmonies of #E92A1C
Complementary color
Monochromatic Colors of #E92A1C
Black with #E92A1C
Text Example
Text Example
White with #E92A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A1C; }
p { color: rgb(233,42,28); }
H1.HeaderClassName
{
color: #E92A1C;
}
.AnyTagClassName
{
color: #E92A1C;
}
</style>
background-color css
<style>
a { background-color: #E92A1C; }
a { background-color: rgb(233,42,28); }
div.DivClassName
{
background-color: #E92A1C;
}
.BgClassName
{
background-color: #E92A1C;
}
</style>
border-color css
<style>
span { border-color: #E92A1C; }
span { border-color: rgb(233,42,28); }
td.TdClassName
{
border-color: #E92A1C;
}
.TagClassName
{
border-color: #E92A1C;
}
</style>