Shades of Cinnabar #E94F1D
Tints of Cinnabar #E94F1D
RGB
CMYK
RGB Variations
Color information
#E94F1D (or 0xE94F1D) is known color: Cinnabar. HEX triplet: E9, 4F and 1D. RGB value is (233,79,29). Sum of RGB (Red+Green+Blue) = 233+79+29=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94F1D is #16B0E2. Grayscale: #777777. Windows color (decimal): -1487075 or 1921001. OLE color: 1921001.
HSL color Cylindrical-coordinate representation of color #E94F1D: hue angle of 14.71º 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 #E94F1D is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 29 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.09 |
| HSL | 14.71º | 0.82% | 0.51% | - |
| HSV(B) | 14.71º | 0.88% | 0.91% | - |
| XYZ | 36.62 | 23 | 3.67 | - |
| YUV | 119.35 | 77.02 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 29 | 0 | 0.66 | 0.88 | 0.09 | 14.71 | 0.82 | 0.51 |
| Hex | E9 | 4F | 1D | 0 | 42 | 58 | 9 | F | 52 | 33 |
| Octal | 351 | 117 | 35 | 0 | 102 | 130 | 11 | 17 | 122 | 63 |
| Binary | 11101001 | 1001111 | 11101 | 0 | 1000010 | 1011000 | 1001 | 1111 | 1010010 | 110011 |
Color Harmonies of #E94F1D
Complementary color
Monochromatic Colors of #E94F1D
Black with #E94F1D
Text Example
Text Example
White with #E94F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F1D; }
p { color: rgb(233,79,29); }
H1.HeaderClassName
{
color: #E94F1D;
}
.AnyTagClassName
{
color: #E94F1D;
}
</style>
background-color css
<style>
a { background-color: #E94F1D; }
a { background-color: rgb(233,79,29); }
div.DivClassName
{
background-color: #E94F1D;
}
.BgClassName
{
background-color: #E94F1D;
}
</style>
border-color css
<style>
span { border-color: #E94F1D; }
span { border-color: rgb(233,79,29); }
td.TdClassName
{
border-color: #E94F1D;
}
.TagClassName
{
border-color: #E94F1D;
}
</style>