Shades of Cinnabar #E92C1D
Tints of Cinnabar #E92C1D
RGB
CMYK
RGB Variations
Color information
#E92C1D (or 0xE92C1D) is known color: Cinnabar. HEX triplet: E9, 2C and 1D. RGB value is (233,44,29). Sum of RGB (Red+Green+Blue) = 233+44+29=306 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.14% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92C1D is #16D3E2. Grayscale: #636363. Windows color (decimal): -1496035 or 1912041. OLE color: 1912041.
HSL color Cylindrical-coordinate representation of color #E92C1D: hue angle of 4.41º 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 #E92C1D is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 29 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.09 |
| HSL | 4.41º | 0.82% | 0.51% | - |
| HSV(B) | 4.41º | 0.88% | 0.91% | - |
| XYZ | 34.73 | 19.21 | 3.04 | - |
| YUV | 98.8 | 88.62 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 29 | 0 | 0.81 | 0.88 | 0.09 | 4.41 | 0.82 | 0.51 |
| Hex | E9 | 2C | 1D | 0 | 51 | 58 | 9 | 4 | 52 | 33 |
| Octal | 351 | 54 | 35 | 0 | 121 | 130 | 11 | 4 | 122 | 63 |
| Binary | 11101001 | 101100 | 11101 | 0 | 1010001 | 1011000 | 1001 | 100 | 1010010 | 110011 |
Color Harmonies of #E92C1D
Complementary color
Monochromatic Colors of #E92C1D
Black with #E92C1D
Text Example
Text Example
White with #E92C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C1D; }
p { color: rgb(233,44,29); }
H1.HeaderClassName
{
color: #E92C1D;
}
.AnyTagClassName
{
color: #E92C1D;
}
</style>
background-color css
<style>
a { background-color: #E92C1D; }
a { background-color: rgb(233,44,29); }
div.DivClassName
{
background-color: #E92C1D;
}
.BgClassName
{
background-color: #E92C1D;
}
</style>
border-color css
<style>
span { border-color: #E92C1D; }
span { border-color: rgb(233,44,29); }
td.TdClassName
{
border-color: #E92C1D;
}
.TagClassName
{
border-color: #E92C1D;
}
</style>