Shades of Cinnabar #EA4542
Tints of Cinnabar #EA4542
RGB
CMYK
RGB Variations
Color information
#EA4542 (or 0xEA4542) is known color: Cinnabar. HEX triplet: EA, 45 and 42. RGB value is (234,69,66). Sum of RGB (Red+Green+Blue) = 234+69+66=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4542 is #15BABD. Grayscale: #767676. Windows color (decimal): -1424062 or 4343274. OLE color: 4343274.
HSL color Cylindrical-coordinate representation of color #EA4542: hue angle of 1.07º 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 #EA4542 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 66 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.08 |
| HSL | 1.07º | 0.8% | 0.59% | - |
| HSV(B) | 1.07º | 0.72% | 0.92% | - |
| XYZ | 37.04 | 22.14 | 7.48 | - |
| YUV | 117.99 | 98.66 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 66 | 0 | 0.71 | 0.72 | 0.08 | 1.07 | 0.8 | 0.59 |
| Hex | EA | 45 | 42 | 0 | 47 | 48 | 8 | 1 | 50 | 3B |
| Octal | 352 | 105 | 102 | 0 | 107 | 110 | 10 | 1 | 120 | 73 |
| Binary | 11101010 | 1000101 | 1000010 | 0 | 1000111 | 1001000 | 1000 | 1 | 1010000 | 111011 |
Color Harmonies of #EA4542
Complementary color
Monochromatic Colors of #EA4542
Black with #EA4542
Text Example
Text Example
White with #EA4542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4542; }
p { color: rgb(234,69,66); }
H1.HeaderClassName
{
color: #EA4542;
}
.AnyTagClassName
{
color: #EA4542;
}
</style>
background-color css
<style>
a { background-color: #EA4542; }
a { background-color: rgb(234,69,66); }
div.DivClassName
{
background-color: #EA4542;
}
.BgClassName
{
background-color: #EA4542;
}
</style>
border-color css
<style>
span { border-color: #EA4542; }
span { border-color: rgb(234,69,66); }
td.TdClassName
{
border-color: #EA4542;
}
.TagClassName
{
border-color: #EA4542;
}
</style>