Shades of Cinnabar #EA4242
Tints of Cinnabar #EA4242
RGB
CMYK
RGB Variations
Color information
#EA4242 (or 0xEA4242) is known color: Cinnabar. HEX triplet: EA, 42 and 42. RGB value is (234,66,66). Sum of RGB (Red+Green+Blue) = 234+66+66=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4242 is #15BDBD. Grayscale: #747474. Windows color (decimal): -1424830 or 4342506. OLE color: 4342506.
HSL color Cylindrical-coordinate representation of color #EA4242: hue angle of 0º 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 #EA4242 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 66 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.08 |
| HSL | 0º | 0.8% | 0.59% | - |
| HSV(B) | 0º | 0.72% | 0.92% | - |
| XYZ | 36.86 | 21.78 | 7.42 | - |
| YUV | 116.23 | 99.66 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 66 | 0 | 0.72 | 0.72 | 0.08 | 0 | 0.8 | 0.59 |
| Hex | EA | 42 | 42 | 0 | 48 | 48 | 8 | 0 | 50 | 3B |
| Octal | 352 | 102 | 102 | 0 | 110 | 110 | 10 | 0 | 120 | 73 |
| Binary | 11101010 | 1000010 | 1000010 | 0 | 1001000 | 1001000 | 1000 | 0 | 1010000 | 111011 |
Color Harmonies of #EA4242
Complementary color
Monochromatic Colors of #EA4242
Black with #EA4242
Text Example
Text Example
White with #EA4242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4242; }
p { color: rgb(234,66,66); }
H1.HeaderClassName
{
color: #EA4242;
}
.AnyTagClassName
{
color: #EA4242;
}
</style>
background-color css
<style>
a { background-color: #EA4242; }
a { background-color: rgb(234,66,66); }
div.DivClassName
{
background-color: #EA4242;
}
.BgClassName
{
background-color: #EA4242;
}
</style>
border-color css
<style>
span { border-color: #EA4242; }
span { border-color: rgb(234,66,66); }
td.TdClassName
{
border-color: #EA4242;
}
.TagClassName
{
border-color: #EA4242;
}
</style>