Shades of Cinnabar #E92F1D
Tints of Cinnabar #E92F1D
RGB
CMYK
RGB Variations
Color information
#E92F1D (or 0xE92F1D) is known color: Cinnabar. HEX triplet: E9, 2F and 1D. RGB value is (233,47,29). Sum of RGB (Red+Green+Blue) = 233+47+29=309 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.40% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92F1D is #16D0E2. Grayscale: #646464. Windows color (decimal): -1495267 or 1912809. OLE color: 1912809.
HSL color Cylindrical-coordinate representation of color #E92F1D: hue angle of 5.29º 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 #E92F1D is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 47 | 29 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.09 |
| HSL | 5.29º | 0.82% | 0.51% | - |
| HSV(B) | 5.29º | 0.88% | 0.91% | - |
| XYZ | 34.84 | 19.45 | 3.08 | - |
| YUV | 100.56 | 87.62 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 29 | 0 | 0.80 | 0.88 | 0.09 | 5.29 | 0.82 | 0.51 |
| Hex | E9 | 2F | 1D | 0 | 50 | 58 | 9 | 5 | 52 | 33 |
| Octal | 351 | 57 | 35 | 0 | 120 | 130 | 11 | 5 | 122 | 63 |
| Binary | 11101001 | 101111 | 11101 | 0 | 1010000 | 1011000 | 1001 | 101 | 1010010 | 110011 |
Color Harmonies of #E92F1D
Complementary color
Monochromatic Colors of #E92F1D
Black with #E92F1D
Text Example
Text Example
White with #E92F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92F1D; }
p { color: rgb(233,47,29); }
H1.HeaderClassName
{
color: #E92F1D;
}
.AnyTagClassName
{
color: #E92F1D;
}
</style>
background-color css
<style>
a { background-color: #E92F1D; }
a { background-color: rgb(233,47,29); }
div.DivClassName
{
background-color: #E92F1D;
}
.BgClassName
{
background-color: #E92F1D;
}
</style>
border-color css
<style>
span { border-color: #E92F1D; }
span { border-color: rgb(233,47,29); }
td.TdClassName
{
border-color: #E92F1D;
}
.TagClassName
{
border-color: #E92F1D;
}
</style>