Shades of Cinnabar #EA4137
Tints of Cinnabar #EA4137
RGB
CMYK
RGB Variations
Color information
#EA4137 (or 0xEA4137) is known color: Cinnabar. HEX triplet: EA, 41 and 37. RGB value is (234,65,55). Sum of RGB (Red+Green+Blue) = 234+65+55=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4137 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4137 is #15BEC8. Grayscale: #727272. Windows color (decimal): -1425097 or 3621354. OLE color: 3621354.
HSL color Cylindrical-coordinate representation of color #EA4137: hue angle of 3.35º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA4137 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 55 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.08 |
| HSL | 3.35º | 0.81% | 0.57% | - |
| HSV(B) | 3.35º | 0.76% | 0.92% | - |
| XYZ | 36.51 | 21.55 | 5.85 | - |
| YUV | 114.39 | 94.49 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 55 | 0 | 0.72 | 0.76 | 0.08 | 3.35 | 0.81 | 0.57 |
| Hex | EA | 41 | 37 | 0 | 48 | 4C | 8 | 3 | 51 | 39 |
| Octal | 352 | 101 | 67 | 0 | 110 | 114 | 10 | 3 | 121 | 71 |
| Binary | 11101010 | 1000001 | 110111 | 0 | 1001000 | 1001100 | 1000 | 11 | 1010001 | 111001 |
Color Harmonies of #EA4137
Complementary color
Monochromatic Colors of #EA4137
Black with #EA4137
Text Example
Text Example
White with #EA4137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4137; }
p { color: rgb(234,65,55); }
H1.HeaderClassName
{
color: #EA4137;
}
.AnyTagClassName
{
color: #EA4137;
}
</style>
background-color css
<style>
a { background-color: #EA4137; }
a { background-color: rgb(234,65,55); }
div.DivClassName
{
background-color: #EA4137;
}
.BgClassName
{
background-color: #EA4137;
}
</style>
border-color css
<style>
span { border-color: #EA4137; }
span { border-color: rgb(234,65,55); }
td.TdClassName
{
border-color: #EA4137;
}
.TagClassName
{
border-color: #EA4137;
}
</style>