Shades of Cinnabar #E92C1E
Tints of Cinnabar #E92C1E
RGB
CMYK
RGB Variations
Color information
#E92C1E (or 0xE92C1E) is known color: Cinnabar. HEX triplet: E9, 2C and 1E. RGB value is (233,44,30). Sum of RGB (Red+Green+Blue) = 233+44+30=307 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.90% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92C1E is #16D3E1. Grayscale: #636363. Windows color (decimal): -1496034 or 1977577. OLE color: 1977577.
HSL color Cylindrical-coordinate representation of color #E92C1E: hue angle of 4.14º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E92C1E is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 30 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.09 |
| HSL | 4.14º | 0.82% | 0.52% | - |
| HSV(B) | 4.14º | 0.87% | 0.91% | - |
| XYZ | 34.74 | 19.22 | 3.11 | - |
| YUV | 98.92 | 89.12 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 30 | 0 | 0.81 | 0.87 | 0.09 | 4.14 | 0.82 | 0.52 |
| Hex | E9 | 2C | 1E | 0 | 51 | 57 | 9 | 4 | 52 | 34 |
| Octal | 351 | 54 | 36 | 0 | 121 | 127 | 11 | 4 | 122 | 64 |
| Binary | 11101001 | 101100 | 11110 | 0 | 1010001 | 1010111 | 1001 | 100 | 1010010 | 110100 |
Color Harmonies of #E92C1E
Complementary color
Monochromatic Colors of #E92C1E
Black with #E92C1E
Text Example
Text Example
White with #E92C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C1E; }
p { color: rgb(233,44,30); }
H1.HeaderClassName
{
color: #E92C1E;
}
.AnyTagClassName
{
color: #E92C1E;
}
</style>
background-color css
<style>
a { background-color: #E92C1E; }
a { background-color: rgb(233,44,30); }
div.DivClassName
{
background-color: #E92C1E;
}
.BgClassName
{
background-color: #E92C1E;
}
</style>
border-color css
<style>
span { border-color: #E92C1E; }
span { border-color: rgb(233,44,30); }
td.TdClassName
{
border-color: #E92C1E;
}
.TagClassName
{
border-color: #E92C1E;
}
</style>