Shades of Torch Red #EE0831
Tints of Torch Red #EE0831
RGB
CMYK
RGB Variations
Color information
#EE0831 (or 0xEE0831) is known color: Torch Red. HEX triplet: EE, 08 and 31. RGB value is (238,8,49). Sum of RGB (Red+Green+Blue) = 238+8+49=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0831 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0831 is #11F7CE. Grayscale: #515151. Windows color (decimal): -1177551 or 3213550. OLE color: 3213550.
HSL color Cylindrical-coordinate representation of color #EE0831: hue angle of 349.3º 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 #EE0831 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 49 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.07 |
| HSL | 349.3º | 0.93% | 0.48% | - |
| HSV(B) | 349.3º | 0.97% | 0.93% | - |
| XYZ | 35.9 | 18.57 | 4.6 | - |
| YUV | 81.44 | 109.7 | 239.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 49 | 0 | 0.97 | 0.79 | 0.07 | 349.3 | 0.93 | 0.48 |
| Hex | EE | 8 | 31 | 0 | 61 | 4F | 7 | 15D | 5D | 30 |
| Octal | 356 | 10 | 61 | 0 | 141 | 117 | 7 | 535 | 135 | 60 |
| Binary | 11101110 | 1000 | 110001 | 0 | 1100001 | 1001111 | 111 | 101011101 | 1011101 | 110000 |
Color Harmonies of #EE0831
Complementary color
Monochromatic Colors of #EE0831
Black with #EE0831
Text Example
Text Example
White with #EE0831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0831; }
p { color: rgb(238,8,49); }
H1.HeaderClassName
{
color: #EE0831;
}
.AnyTagClassName
{
color: #EE0831;
}
</style>
background-color css
<style>
a { background-color: #EE0831; }
a { background-color: rgb(238,8,49); }
div.DivClassName
{
background-color: #EE0831;
}
.BgClassName
{
background-color: #EE0831;
}
</style>
border-color css
<style>
span { border-color: #EE0831; }
span { border-color: rgb(238,8,49); }
td.TdClassName
{
border-color: #EE0831;
}
.TagClassName
{
border-color: #EE0831;
}
</style>