Shades of Cinnabar #EA5140
Tints of Cinnabar #EA5140
RGB
CMYK
RGB Variations
Color information
#EA5140 (or 0xEA5140) is known color: Cinnabar. HEX triplet: EA, 51 and 40. RGB value is (234,81,64). Sum of RGB (Red+Green+Blue) = 234+81+64=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5140 is #15AEBF. Grayscale: #7D7D7D. Windows color (decimal): -1420992 or 4215274. OLE color: 4215274.
HSL color Cylindrical-coordinate representation of color #EA5140: hue angle of 6º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA5140 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 64 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.08 |
| HSL | 6º | 0.8% | 0.58% | - |
| HSV(B) | 6º | 0.73% | 0.92% | - |
| XYZ | 37.8 | 23.75 | 7.44 | - |
| YUV | 124.81 | 93.69 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 64 | 0 | 0.65 | 0.73 | 0.08 | 6 | 0.8 | 0.58 |
| Hex | EA | 51 | 40 | 0 | 41 | 49 | 8 | 6 | 50 | 3A |
| Octal | 352 | 121 | 100 | 0 | 101 | 111 | 10 | 6 | 120 | 72 |
| Binary | 11101010 | 1010001 | 1000000 | 0 | 1000001 | 1001001 | 1000 | 110 | 1010000 | 111010 |
Color Harmonies of #EA5140
Complementary color
Monochromatic Colors of #EA5140
Black with #EA5140
Text Example
Text Example
White with #EA5140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5140; }
p { color: rgb(234,81,64); }
H1.HeaderClassName
{
color: #EA5140;
}
.AnyTagClassName
{
color: #EA5140;
}
</style>
background-color css
<style>
a { background-color: #EA5140; }
a { background-color: rgb(234,81,64); }
div.DivClassName
{
background-color: #EA5140;
}
.BgClassName
{
background-color: #EA5140;
}
</style>
border-color css
<style>
span { border-color: #EA5140; }
span { border-color: rgb(234,81,64); }
td.TdClassName
{
border-color: #EA5140;
}
.TagClassName
{
border-color: #EA5140;
}
</style>