Shades of Red #EA110C
Tints of Red #EA110C
RGB
CMYK
RGB Variations
Color information
#EA110C (or 0xEA110C) is known color: Red. HEX triplet: EA, 11 and 0C. RGB value is (234,17,12). Sum of RGB (Red+Green+Blue) = 234+17+12=263 (34% of max value = 765). Red value is 234 (91.80% from 255 or 88.97% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 234 - color contains mainly: red. Hex color #EA110C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA110C is #15EEF3. Grayscale: #515151. Windows color (decimal): -1437428 or 791018. OLE color: 791018.
HSL color Cylindrical-coordinate representation of color #EA110C: hue angle of 1.35º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA110C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 12 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.08 |
| HSL | 1.35º | 0.9% | 0.48% | - |
| HSV(B) | 1.35º | 0.95% | 0.92% | - |
| XYZ | 34.2 | 17.92 | 2 | - |
| YUV | 81.31 | 88.89 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 12 | 0 | 0.93 | 0.95 | 0.08 | 1.35 | 0.9 | 0.48 |
| Hex | EA | 11 | C | 0 | 5D | 5F | 8 | 1 | 5A | 30 |
| Octal | 352 | 21 | 14 | 0 | 135 | 137 | 10 | 1 | 132 | 60 |
| Binary | 11101010 | 10001 | 1100 | 0 | 1011101 | 1011111 | 1000 | 1 | 1011010 | 110000 |
Color Harmonies of #EA110C
Complementary color
Monochromatic Colors of #EA110C
Black with #EA110C
Text Example
Text Example
White with #EA110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA110C; }
p { color: rgb(234,17,12); }
H1.HeaderClassName
{
color: #EA110C;
}
.AnyTagClassName
{
color: #EA110C;
}
</style>
background-color css
<style>
a { background-color: #EA110C; }
a { background-color: rgb(234,17,12); }
div.DivClassName
{
background-color: #EA110C;
}
.BgClassName
{
background-color: #EA110C;
}
</style>
border-color css
<style>
span { border-color: #EA110C; }
span { border-color: rgb(234,17,12); }
td.TdClassName
{
border-color: #EA110C;
}
.TagClassName
{
border-color: #EA110C;
}
</style>