Shades of Cinnabar #E94A1B
Tints of Cinnabar #E94A1B
RGB
CMYK
RGB Variations
Color information
#E94A1B (or 0xE94A1B) is known color: Cinnabar. HEX triplet: E9, 4A and 1B. RGB value is (233,74,27). Sum of RGB (Red+Green+Blue) = 233+74+27=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A1B is #16B5E4. Grayscale: #747474. Windows color (decimal): -1488357 or 1788649. OLE color: 1788649.
HSL color Cylindrical-coordinate representation of color #E94A1B: hue angle of 13.69º 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 #E94A1B is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 27 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.09 |
| HSL | 13.69º | 0.82% | 0.51% | - |
| HSV(B) | 13.69º | 0.88% | 0.91% | - |
| XYZ | 36.25 | 22.3 | 3.43 | - |
| YUV | 116.18 | 77.68 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 27 | 0 | 0.68 | 0.88 | 0.09 | 13.69 | 0.82 | 0.51 |
| Hex | E9 | 4A | 1B | 0 | 44 | 58 | 9 | E | 52 | 33 |
| Octal | 351 | 112 | 33 | 0 | 104 | 130 | 11 | 16 | 122 | 63 |
| Binary | 11101001 | 1001010 | 11011 | 0 | 1000100 | 1011000 | 1001 | 1110 | 1010010 | 110011 |
Color Harmonies of #E94A1B
Complementary color
Monochromatic Colors of #E94A1B
Black with #E94A1B
Text Example
Text Example
White with #E94A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A1B; }
p { color: rgb(233,74,27); }
H1.HeaderClassName
{
color: #E94A1B;
}
.AnyTagClassName
{
color: #E94A1B;
}
</style>
background-color css
<style>
a { background-color: #E94A1B; }
a { background-color: rgb(233,74,27); }
div.DivClassName
{
background-color: #E94A1B;
}
.BgClassName
{
background-color: #E94A1B;
}
</style>
border-color css
<style>
span { border-color: #E94A1B; }
span { border-color: rgb(233,74,27); }
td.TdClassName
{
border-color: #E94A1B;
}
.TagClassName
{
border-color: #E94A1B;
}
</style>