Shades of Torch Red #EE0827
Tints of Torch Red #EE0827
RGB
CMYK
RGB Variations
Color information
#EE0827 (or 0xEE0827) is known color: Torch Red. HEX triplet: EE, 08 and 27. RGB value is (238,8,39). Sum of RGB (Red+Green+Blue) = 238+8+39=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0827 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0827 is #11F7D8. Grayscale: #505050. Windows color (decimal): -1177561 or 2558190. OLE color: 2558190.
HSL color Cylindrical-coordinate representation of color #EE0827: hue angle of 351.91º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0827 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 39 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.07 |
| HSL | 351.91º | 0.93% | 0.48% | - |
| HSV(B) | 351.91º | 0.97% | 0.93% | - |
| XYZ | 35.71 | 18.5 | 3.61 | - |
| YUV | 80.3 | 104.7 | 240.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 39 | 0 | 0.97 | 0.84 | 0.07 | 351.91 | 0.93 | 0.48 |
| Hex | EE | 8 | 27 | 0 | 61 | 54 | 7 | 160 | 5D | 30 |
| Octal | 356 | 10 | 47 | 0 | 141 | 124 | 7 | 540 | 135 | 60 |
| Binary | 11101110 | 1000 | 100111 | 0 | 1100001 | 1010100 | 111 | 101100000 | 1011101 | 110000 |
Color Harmonies of #EE0827
Complementary color
Monochromatic Colors of #EE0827
Black with #EE0827
Text Example
Text Example
White with #EE0827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0827; }
p { color: rgb(238,8,39); }
H1.HeaderClassName
{
color: #EE0827;
}
.AnyTagClassName
{
color: #EE0827;
}
</style>
background-color css
<style>
a { background-color: #EE0827; }
a { background-color: rgb(238,8,39); }
div.DivClassName
{
background-color: #EE0827;
}
.BgClassName
{
background-color: #EE0827;
}
</style>
border-color css
<style>
span { border-color: #EE0827; }
span { border-color: rgb(238,8,39); }
td.TdClassName
{
border-color: #EE0827;
}
.TagClassName
{
border-color: #EE0827;
}
</style>