Shades of Cinnabar #EA3118
Tints of Cinnabar #EA3118
RGB
CMYK
RGB Variations
Color information
#EA3118 (or 0xEA3118) is known color: Cinnabar. HEX triplet: EA, 31 and 18. RGB value is (234,49,24). Sum of RGB (Red+Green+Blue) = 234+49+24=307 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.22% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3118 is #15CEE7. Grayscale: #656565. Windows color (decimal): -1429224 or 1585642. OLE color: 1585642.
HSL color Cylindrical-coordinate representation of color #EA3118: hue angle of 7.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA3118 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 49 | 24 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.08 |
| HSL | 7.14º | 0.83% | 0.51% | - |
| HSV(B) | 7.14º | 0.9% | 0.92% | - |
| XYZ | 35.19 | 19.76 | 2.82 | - |
| YUV | 101.47 | 84.29 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 49 | 24 | 0 | 0.79 | 0.90 | 0.08 | 7.14 | 0.83 | 0.51 |
| Hex | EA | 31 | 18 | 0 | 4F | 5A | 8 | 7 | 53 | 33 |
| Octal | 352 | 61 | 30 | 0 | 117 | 132 | 10 | 7 | 123 | 63 |
| Binary | 11101010 | 110001 | 11000 | 0 | 1001111 | 1011010 | 1000 | 111 | 1010011 | 110011 |
Color Harmonies of #EA3118
Complementary color
Monochromatic Colors of #EA3118
Black with #EA3118
Text Example
Text Example
White with #EA3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3118; }
p { color: rgb(234,49,24); }
H1.HeaderClassName
{
color: #EA3118;
}
.AnyTagClassName
{
color: #EA3118;
}
</style>
background-color css
<style>
a { background-color: #EA3118; }
a { background-color: rgb(234,49,24); }
div.DivClassName
{
background-color: #EA3118;
}
.BgClassName
{
background-color: #EA3118;
}
</style>
border-color css
<style>
span { border-color: #EA3118; }
span { border-color: rgb(234,49,24); }
td.TdClassName
{
border-color: #EA3118;
}
.TagClassName
{
border-color: #EA3118;
}
</style>