Shades of Cinnabar #EA4036
Tints of Cinnabar #EA4036
RGB
CMYK
RGB Variations
Color information
#EA4036 (or 0xEA4036) is known color: Cinnabar. HEX triplet: EA, 40 and 36. RGB value is (234,64,54). Sum of RGB (Red+Green+Blue) = 234+64+54=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4036 is #15BFC9. Grayscale: #717171. Windows color (decimal): -1425354 or 3555562. OLE color: 3555562.
HSL color Cylindrical-coordinate representation of color #EA4036: hue angle of 3.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA4036 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 54 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.08 |
| HSL | 3.33º | 0.81% | 0.56% | - |
| HSV(B) | 3.33º | 0.77% | 0.92% | - |
| XYZ | 36.43 | 21.43 | 5.71 | - |
| YUV | 113.69 | 94.32 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 54 | 0 | 0.73 | 0.77 | 0.08 | 3.33 | 0.81 | 0.56 |
| Hex | EA | 40 | 36 | 0 | 49 | 4D | 8 | 3 | 51 | 38 |
| Octal | 352 | 100 | 66 | 0 | 111 | 115 | 10 | 3 | 121 | 70 |
| Binary | 11101010 | 1000000 | 110110 | 0 | 1001001 | 1001101 | 1000 | 11 | 1010001 | 111000 |
Color Harmonies of #EA4036
Complementary color
Monochromatic Colors of #EA4036
Black with #EA4036
Text Example
Text Example
White with #EA4036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4036; }
p { color: rgb(234,64,54); }
H1.HeaderClassName
{
color: #EA4036;
}
.AnyTagClassName
{
color: #EA4036;
}
</style>
background-color css
<style>
a { background-color: #EA4036; }
a { background-color: rgb(234,64,54); }
div.DivClassName
{
background-color: #EA4036;
}
.BgClassName
{
background-color: #EA4036;
}
</style>
border-color css
<style>
span { border-color: #EA4036; }
span { border-color: rgb(234,64,54); }
td.TdClassName
{
border-color: #EA4036;
}
.TagClassName
{
border-color: #EA4036;
}
</style>