Shades of Cinnabar #EA4942
Tints of Cinnabar #EA4942
RGB
CMYK
RGB Variations
Color information
#EA4942 (or 0xEA4942) is known color: Cinnabar. HEX triplet: EA, 49 and 42. RGB value is (234,73,66). Sum of RGB (Red+Green+Blue) = 234+73+66=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4942 is #15B6BD. Grayscale: #787878. Windows color (decimal): -1423038 or 4344298. OLE color: 4344298.
HSL color Cylindrical-coordinate representation of color #EA4942: hue angle of 2.5º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA4942 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 66 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.08 |
| HSL | 2.5º | 0.8% | 0.59% | - |
| HSV(B) | 2.5º | 0.72% | 0.92% | - |
| XYZ | 37.3 | 22.65 | 7.56 | - |
| YUV | 120.34 | 97.34 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 66 | 0 | 0.69 | 0.72 | 0.08 | 2.5 | 0.8 | 0.59 |
| Hex | EA | 49 | 42 | 0 | 45 | 48 | 8 | 2 | 50 | 3B |
| Octal | 352 | 111 | 102 | 0 | 105 | 110 | 10 | 2 | 120 | 73 |
| Binary | 11101010 | 1001001 | 1000010 | 0 | 1000101 | 1001000 | 1000 | 10 | 1010000 | 111011 |
Color Harmonies of #EA4942
Complementary color
Monochromatic Colors of #EA4942
Black with #EA4942
Text Example
Text Example
White with #EA4942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4942; }
p { color: rgb(234,73,66); }
H1.HeaderClassName
{
color: #EA4942;
}
.AnyTagClassName
{
color: #EA4942;
}
</style>
background-color css
<style>
a { background-color: #EA4942; }
a { background-color: rgb(234,73,66); }
div.DivClassName
{
background-color: #EA4942;
}
.BgClassName
{
background-color: #EA4942;
}
</style>
border-color css
<style>
span { border-color: #EA4942; }
span { border-color: rgb(234,73,66); }
td.TdClassName
{
border-color: #EA4942;
}
.TagClassName
{
border-color: #EA4942;
}
</style>