Shades of Torch Red #EA0D27
Tints of Torch Red #EA0D27
RGB
CMYK
RGB Variations
Color information
#EA0D27 (or 0xEA0D27) is known color: Torch Red. HEX triplet: EA, 0D and 27. RGB value is (234,13,39). Sum of RGB (Red+Green+Blue) = 234+13+39=286 (37% of max value = 765). Red value is 234 (91.80% from 255 or 81.82% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0D27 is #15F2D8. Grayscale: #525252. Windows color (decimal): -1438425 or 2559466. OLE color: 2559466.
HSL color Cylindrical-coordinate representation of color #EA0D27: hue angle of 352.94º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0D27 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 39 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.08 |
| HSL | 352.94º | 0.89% | 0.48% | - |
| HSV(B) | 352.94º | 0.94% | 0.92% | - |
| XYZ | 34.44 | 17.93 | 3.56 | - |
| YUV | 82.04 | 103.72 | 236.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 39 | 0 | 0.94 | 0.83 | 0.08 | 352.94 | 0.89 | 0.48 |
| Hex | EA | D | 27 | 0 | 5E | 53 | 8 | 161 | 59 | 30 |
| Octal | 352 | 15 | 47 | 0 | 136 | 123 | 10 | 541 | 131 | 60 |
| Binary | 11101010 | 1101 | 100111 | 0 | 1011110 | 1010011 | 1000 | 101100001 | 1011001 | 110000 |
Color Harmonies of #EA0D27
Complementary color
Monochromatic Colors of #EA0D27
Black with #EA0D27
Text Example
Text Example
White with #EA0D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0D27; }
p { color: rgb(234,13,39); }
H1.HeaderClassName
{
color: #EA0D27;
}
.AnyTagClassName
{
color: #EA0D27;
}
</style>
background-color css
<style>
a { background-color: #EA0D27; }
a { background-color: rgb(234,13,39); }
div.DivClassName
{
background-color: #EA0D27;
}
.BgClassName
{
background-color: #EA0D27;
}
</style>
border-color css
<style>
span { border-color: #EA0D27; }
span { border-color: rgb(234,13,39); }
td.TdClassName
{
border-color: #EA0D27;
}
.TagClassName
{
border-color: #EA0D27;
}
</style>