Shades of Torch Red #EE0D40
Tints of Torch Red #EE0D40
RGB
CMYK
RGB Variations
Color information
#EE0D40 (or 0xEE0D40) is known color: Torch Red. HEX triplet: EE, 0D and 40. RGB value is (238,13,64). Sum of RGB (Red+Green+Blue) = 238+13+64=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0D40 is #11F2BF. Grayscale: #565656. Windows color (decimal): -1176256 or 4197870. OLE color: 4197870.
HSL color Cylindrical-coordinate representation of color #EE0D40: hue angle of 346.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0D40 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 64 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.07 |
| HSL | 346.4º | 0.9% | 0.49% | - |
| HSV(B) | 346.4º | 0.95% | 0.93% | - |
| XYZ | 36.33 | 18.84 | 6.57 | - |
| YUV | 86.09 | 115.54 | 236.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 64 | 0 | 0.95 | 0.73 | 0.07 | 346.4 | 0.9 | 0.49 |
| Hex | EE | D | 40 | 0 | 5F | 49 | 7 | 15A | 5A | 31 |
| Octal | 356 | 15 | 100 | 0 | 137 | 111 | 7 | 532 | 132 | 61 |
| Binary | 11101110 | 1101 | 1000000 | 0 | 1011111 | 1001001 | 111 | 101011010 | 1011010 | 110001 |
Color Harmonies of #EE0D40
Complementary color
Monochromatic Colors of #EE0D40
Black with #EE0D40
Text Example
Text Example
White with #EE0D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0D40; }
p { color: rgb(238,13,64); }
H1.HeaderClassName
{
color: #EE0D40;
}
.AnyTagClassName
{
color: #EE0D40;
}
</style>
background-color css
<style>
a { background-color: #EE0D40; }
a { background-color: rgb(238,13,64); }
div.DivClassName
{
background-color: #EE0D40;
}
.BgClassName
{
background-color: #EE0D40;
}
</style>
border-color css
<style>
span { border-color: #EE0D40; }
span { border-color: rgb(238,13,64); }
td.TdClassName
{
border-color: #EE0D40;
}
.TagClassName
{
border-color: #EE0D40;
}
</style>