Shades of Cinnabar #EA4F42
Tints of Cinnabar #EA4F42
RGB
CMYK
RGB Variations
Color information
#EA4F42 (or 0xEA4F42) is known color: Cinnabar. HEX triplet: EA, 4F and 42. RGB value is (234,79,66). Sum of RGB (Red+Green+Blue) = 234+79+66=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4F42 is #15B0BD. Grayscale: #7C7C7C. Windows color (decimal): -1421502 or 4345834. OLE color: 4345834.
HSL color Cylindrical-coordinate representation of color #EA4F42: hue angle of 4.64º 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 #EA4F42 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 79 | 66 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.08 |
| HSL | 4.64º | 0.8% | 0.59% | - |
| HSV(B) | 4.64º | 0.72% | 0.92% | - |
| XYZ | 37.71 | 23.48 | 7.7 | - |
| YUV | 123.86 | 95.35 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 79 | 66 | 0 | 0.66 | 0.72 | 0.08 | 4.64 | 0.8 | 0.59 |
| Hex | EA | 4F | 42 | 0 | 42 | 48 | 8 | 5 | 50 | 3B |
| Octal | 352 | 117 | 102 | 0 | 102 | 110 | 10 | 5 | 120 | 73 |
| Binary | 11101010 | 1001111 | 1000010 | 0 | 1000010 | 1001000 | 1000 | 101 | 1010000 | 111011 |
Color Harmonies of #EA4F42
Complementary color
Monochromatic Colors of #EA4F42
Black with #EA4F42
Text Example
Text Example
White with #EA4F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4F42; }
p { color: rgb(234,79,66); }
H1.HeaderClassName
{
color: #EA4F42;
}
.AnyTagClassName
{
color: #EA4F42;
}
</style>
background-color css
<style>
a { background-color: #EA4F42; }
a { background-color: rgb(234,79,66); }
div.DivClassName
{
background-color: #EA4F42;
}
.BgClassName
{
background-color: #EA4F42;
}
</style>
border-color css
<style>
span { border-color: #EA4F42; }
span { border-color: rgb(234,79,66); }
td.TdClassName
{
border-color: #EA4F42;
}
.TagClassName
{
border-color: #EA4F42;
}
</style>