Shades of Torch Red #EA0827
Tints of Torch Red #EA0827
RGB
CMYK
RGB Variations
Color information
#EA0827 (or 0xEA0827) is known color: Torch Red. HEX triplet: EA, 08 and 27. RGB value is (234,8,39). Sum of RGB (Red+Green+Blue) = 234+8+39=281 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.27% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0827 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0827 is #15F7D8. Grayscale: #4F4F4F. Windows color (decimal): -1439705 or 2558186. OLE color: 2558186.
HSL color Cylindrical-coordinate representation of color #EA0827: hue angle of 351.77º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0827 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 8 | 39 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.08 |
| HSL | 351.77º | 0.93% | 0.47% | - |
| HSV(B) | 351.77º | 0.97% | 0.92% | - |
| XYZ | 34.38 | 17.81 | 3.55 | - |
| YUV | 79.11 | 105.37 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 8 | 39 | 0 | 0.97 | 0.83 | 0.08 | 351.77 | 0.93 | 0.47 |
| Hex | EA | 8 | 27 | 0 | 61 | 53 | 8 | 160 | 5D | 2F |
| Octal | 352 | 10 | 47 | 0 | 141 | 123 | 10 | 540 | 135 | 57 |
| Binary | 11101010 | 1000 | 100111 | 0 | 1100001 | 1010011 | 1000 | 101100000 | 1011101 | 101111 |
Color Harmonies of #EA0827
Complementary color
Monochromatic Colors of #EA0827
Black with #EA0827
Text Example
Text Example
White with #EA0827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0827; }
p { color: rgb(234,8,39); }
H1.HeaderClassName
{
color: #EA0827;
}
.AnyTagClassName
{
color: #EA0827;
}
</style>
background-color css
<style>
a { background-color: #EA0827; }
a { background-color: rgb(234,8,39); }
div.DivClassName
{
background-color: #EA0827;
}
.BgClassName
{
background-color: #EA0827;
}
</style>
border-color css
<style>
span { border-color: #EA0827; }
span { border-color: rgb(234,8,39); }
td.TdClassName
{
border-color: #EA0827;
}
.TagClassName
{
border-color: #EA0827;
}
</style>