Shades of Torch Red #EA0C31
Tints of Torch Red #EA0C31
RGB
CMYK
RGB Variations
Color information
#EA0C31 (or 0xEA0C31) is known color: Torch Red. HEX triplet: EA, 0C and 31. RGB value is (234,12,49). Sum of RGB (Red+Green+Blue) = 234+12+49=295 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.32% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C31 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0C31 is #15F3CE. Grayscale: #525252. Windows color (decimal): -1438671 or 3214570. OLE color: 3214570.
HSL color Cylindrical-coordinate representation of color #EA0C31: hue angle of 350º 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 #EA0C31 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 49 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.08 |
| HSL | 350º | 0.9% | 0.48% | - |
| HSV(B) | 350º | 0.95% | 0.92% | - |
| XYZ | 34.62 | 17.98 | 4.55 | - |
| YUV | 82.6 | 109.05 | 235.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 49 | 0 | 0.95 | 0.79 | 0.08 | 350 | 0.9 | 0.48 |
| Hex | EA | C | 31 | 0 | 5F | 4F | 8 | 15E | 5A | 30 |
| Octal | 352 | 14 | 61 | 0 | 137 | 117 | 10 | 536 | 132 | 60 |
| Binary | 11101010 | 1100 | 110001 | 0 | 1011111 | 1001111 | 1000 | 101011110 | 1011010 | 110000 |
Color Harmonies of #EA0C31
Complementary color
Monochromatic Colors of #EA0C31
Black with #EA0C31
Text Example
Text Example
White with #EA0C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0C31; }
p { color: rgb(234,12,49); }
H1.HeaderClassName
{
color: #EA0C31;
}
.AnyTagClassName
{
color: #EA0C31;
}
</style>
background-color css
<style>
a { background-color: #EA0C31; }
a { background-color: rgb(234,12,49); }
div.DivClassName
{
background-color: #EA0C31;
}
.BgClassName
{
background-color: #EA0C31;
}
</style>
border-color css
<style>
span { border-color: #EA0C31; }
span { border-color: rgb(234,12,49); }
td.TdClassName
{
border-color: #EA0C31;
}
.TagClassName
{
border-color: #EA0C31;
}
</style>