Shades of Cinnabar #E94242
Tints of Cinnabar #E94242
RGB
CMYK
RGB Variations
Color information
#E94242 (or 0xE94242) is known color: Cinnabar. HEX triplet: E9, 42 and 42. RGB value is (233,66,66). Sum of RGB (Red+Green+Blue) = 233+66+66=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E94242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94242 is #16BDBD. Grayscale: #747474. Windows color (decimal): -1490366 or 4342505. OLE color: 4342505.
HSL color Cylindrical-coordinate representation of color #E94242: hue angle of 0º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94242 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 66 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.09 |
| HSL | 0º | 0.79% | 0.59% | - |
| HSV(B) | 0º | 0.72% | 0.91% | - |
| XYZ | 36.54 | 21.61 | 7.4 | - |
| YUV | 115.93 | 99.83 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 66 | 0 | 0.72 | 0.72 | 0.09 | 0 | 0.79 | 0.59 |
| Hex | E9 | 42 | 42 | 0 | 48 | 48 | 9 | 0 | 4F | 3B |
| Octal | 351 | 102 | 102 | 0 | 110 | 110 | 11 | 0 | 117 | 73 |
| Binary | 11101001 | 1000010 | 1000010 | 0 | 1001000 | 1001000 | 1001 | 0 | 1001111 | 111011 |
Color Harmonies of #E94242
Complementary color
Monochromatic Colors of #E94242
Black with #E94242
Text Example
Text Example
White with #E94242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94242; }
p { color: rgb(233,66,66); }
H1.HeaderClassName
{
color: #E94242;
}
.AnyTagClassName
{
color: #E94242;
}
</style>
background-color css
<style>
a { background-color: #E94242; }
a { background-color: rgb(233,66,66); }
div.DivClassName
{
background-color: #E94242;
}
.BgClassName
{
background-color: #E94242;
}
</style>
border-color css
<style>
span { border-color: #E94242; }
span { border-color: rgb(233,66,66); }
td.TdClassName
{
border-color: #E94242;
}
.TagClassName
{
border-color: #E94242;
}
</style>