Shades of Cinnabar #EA511E
Tints of Cinnabar #EA511E
RGB
CMYK
RGB Variations
Color information
#EA511E (or 0xEA511E) is known color: Cinnabar. HEX triplet: EA, 51 and 1E. RGB value is (234,81,30). Sum of RGB (Red+Green+Blue) = 234+81+30=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA511E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA511E is #15AEE1. Grayscale: #797979. Windows color (decimal): -1421026 or 1987050. OLE color: 1987050.
HSL color Cylindrical-coordinate representation of color #EA511E: hue angle of 15º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA511E is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 30 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.08 |
| HSL | 15º | 0.83% | 0.52% | - |
| HSV(B) | 15º | 0.87% | 0.92% | - |
| XYZ | 37.11 | 23.47 | 3.8 | - |
| YUV | 120.93 | 76.69 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 30 | 0 | 0.65 | 0.87 | 0.08 | 15 | 0.83 | 0.52 |
| Hex | EA | 51 | 1E | 0 | 41 | 57 | 8 | F | 53 | 34 |
| Octal | 352 | 121 | 36 | 0 | 101 | 127 | 10 | 17 | 123 | 64 |
| Binary | 11101010 | 1010001 | 11110 | 0 | 1000001 | 1010111 | 1000 | 1111 | 1010011 | 110100 |
Color Harmonies of #EA511E
Complementary color
Monochromatic Colors of #EA511E
Black with #EA511E
Text Example
Text Example
White with #EA511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA511E; }
p { color: rgb(234,81,30); }
H1.HeaderClassName
{
color: #EA511E;
}
.AnyTagClassName
{
color: #EA511E;
}
</style>
background-color css
<style>
a { background-color: #EA511E; }
a { background-color: rgb(234,81,30); }
div.DivClassName
{
background-color: #EA511E;
}
.BgClassName
{
background-color: #EA511E;
}
</style>
border-color css
<style>
span { border-color: #EA511E; }
span { border-color: rgb(234,81,30); }
td.TdClassName
{
border-color: #EA511E;
}
.TagClassName
{
border-color: #EA511E;
}
</style>