Shades of Cinnabar #E92A29
Tints of Cinnabar #E92A29
RGB
CMYK
RGB Variations
Color information
#E92A29 (or 0xE92A29) is known color: Cinnabar. HEX triplet: E9, 2A and 29. RGB value is (233,42,41). Sum of RGB (Red+Green+Blue) = 233+42+41=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A29 is #16D5D6. Grayscale: #636363. Windows color (decimal): -1496535 or 2697961. OLE color: 2697961.
HSL color Cylindrical-coordinate representation of color #E92A29: hue angle of 0.31º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92A29 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 41 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.09 |
| HSL | 0.31º | 0.81% | 0.54% | - |
| HSV(B) | 0.31º | 0.82% | 0.91% | - |
| XYZ | 34.83 | 19.14 | 3.96 | - |
| YUV | 99 | 95.28 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 41 | 0 | 0.82 | 0.82 | 0.09 | 0.31 | 0.81 | 0.54 |
| Hex | E9 | 2A | 29 | 0 | 52 | 52 | 9 | 0 | 51 | 36 |
| Octal | 351 | 52 | 51 | 0 | 122 | 122 | 11 | 0 | 121 | 66 |
| Binary | 11101001 | 101010 | 101001 | 0 | 1010010 | 1010010 | 1001 | 0 | 1010001 | 110110 |
Color Harmonies of #E92A29
Complementary color
Monochromatic Colors of #E92A29
Black with #E92A29
Text Example
Text Example
White with #E92A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A29; }
p { color: rgb(233,42,41); }
H1.HeaderClassName
{
color: #E92A29;
}
.AnyTagClassName
{
color: #E92A29;
}
</style>
background-color css
<style>
a { background-color: #E92A29; }
a { background-color: rgb(233,42,41); }
div.DivClassName
{
background-color: #E92A29;
}
.BgClassName
{
background-color: #E92A29;
}
</style>
border-color css
<style>
span { border-color: #E92A29; }
span { border-color: rgb(233,42,41); }
td.TdClassName
{
border-color: #E92A29;
}
.TagClassName
{
border-color: #E92A29;
}
</style>