Shades of Cinnabar #EA2C1E
Tints of Cinnabar #EA2C1E
RGB
CMYK
RGB Variations
Color information
#EA2C1E (or 0xEA2C1E) is known color: Cinnabar. HEX triplet: EA, 2C and 1E. RGB value is (234,44,30). Sum of RGB (Red+Green+Blue) = 234+44+30=308 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.97% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2C1E is #15D3E1. Grayscale: #636363. Windows color (decimal): -1430498 or 1977578. OLE color: 1977578.
HSL color Cylindrical-coordinate representation of color #EA2C1E: hue angle of 4.12º 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 #EA2C1E is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 30 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.08 |
| HSL | 4.12º | 0.83% | 0.52% | - |
| HSV(B) | 4.12º | 0.87% | 0.92% | - |
| XYZ | 35.07 | 19.39 | 3.12 | - |
| YUV | 99.21 | 88.95 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 30 | 0 | 0.81 | 0.87 | 0.08 | 4.12 | 0.83 | 0.52 |
| Hex | EA | 2C | 1E | 0 | 51 | 57 | 8 | 4 | 53 | 34 |
| Octal | 352 | 54 | 36 | 0 | 121 | 127 | 10 | 4 | 123 | 64 |
| Binary | 11101010 | 101100 | 11110 | 0 | 1010001 | 1010111 | 1000 | 100 | 1010011 | 110100 |
Color Harmonies of #EA2C1E
Complementary color
Monochromatic Colors of #EA2C1E
Black with #EA2C1E
Text Example
Text Example
White with #EA2C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C1E; }
p { color: rgb(234,44,30); }
H1.HeaderClassName
{
color: #EA2C1E;
}
.AnyTagClassName
{
color: #EA2C1E;
}
</style>
background-color css
<style>
a { background-color: #EA2C1E; }
a { background-color: rgb(234,44,30); }
div.DivClassName
{
background-color: #EA2C1E;
}
.BgClassName
{
background-color: #EA2C1E;
}
</style>
border-color css
<style>
span { border-color: #EA2C1E; }
span { border-color: rgb(234,44,30); }
td.TdClassName
{
border-color: #EA2C1E;
}
.TagClassName
{
border-color: #EA2C1E;
}
</style>