Shades of Cinnabar #EA2A1E
Tints of Cinnabar #EA2A1E
RGB
CMYK
RGB Variations
Color information
#EA2A1E (or 0xEA2A1E) is known color: Cinnabar. HEX triplet: EA, 2A and 1E. RGB value is (234,42,30). Sum of RGB (Red+Green+Blue) = 234+42+30=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2A1E is #15D5E1. Grayscale: #626262. Windows color (decimal): -1431010 or 1977066. OLE color: 1977066.
HSL color Cylindrical-coordinate representation of color #EA2A1E: hue angle of 3.53º 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 #EA2A1E is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 42 | 30 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.08 |
| HSL | 3.53º | 0.83% | 0.52% | - |
| HSV(B) | 3.53º | 0.87% | 0.92% | - |
| XYZ | 34.99 | 19.24 | 3.1 | - |
| YUV | 98.04 | 89.61 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 42 | 30 | 0 | 0.82 | 0.87 | 0.08 | 3.53 | 0.83 | 0.52 |
| Hex | EA | 2A | 1E | 0 | 52 | 57 | 8 | 4 | 53 | 34 |
| Octal | 352 | 52 | 36 | 0 | 122 | 127 | 10 | 4 | 123 | 64 |
| Binary | 11101010 | 101010 | 11110 | 0 | 1010010 | 1010111 | 1000 | 100 | 1010011 | 110100 |
Color Harmonies of #EA2A1E
Complementary color
Monochromatic Colors of #EA2A1E
Black with #EA2A1E
Text Example
Text Example
White with #EA2A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2A1E; }
p { color: rgb(234,42,30); }
H1.HeaderClassName
{
color: #EA2A1E;
}
.AnyTagClassName
{
color: #EA2A1E;
}
</style>
background-color css
<style>
a { background-color: #EA2A1E; }
a { background-color: rgb(234,42,30); }
div.DivClassName
{
background-color: #EA2A1E;
}
.BgClassName
{
background-color: #EA2A1E;
}
</style>
border-color css
<style>
span { border-color: #EA2A1E; }
span { border-color: rgb(234,42,30); }
td.TdClassName
{
border-color: #EA2A1E;
}
.TagClassName
{
border-color: #EA2A1E;
}
</style>