Shades of Torch Red #EE0024
Tints of Torch Red #EE0024
RGB
CMYK
RGB Variations
Color information
#EE0024 (or 0xEE0024) is known color: Torch Red. HEX triplet: EE, 00 and 24. RGB value is (238,0,36). Sum of RGB (Red+Green+Blue) = 238+0+36=274 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.86% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0024 is #11FFDB. Grayscale: #4B4B4B. Windows color (decimal): -1179612 or 2359534. OLE color: 2359534.
HSL color Cylindrical-coordinate representation of color #EE0024: hue angle of 350.92º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0024 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.85 | 0.07 |
| HSL | 350.92º | 1% | 0.47% | - |
| HSV(B) | 350.92º | 1% | 0.93% | - |
| XYZ | 35.58 | 18.3 | 3.33 | - |
| YUV | 75.27 | 105.85 | 244.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 36 | 0 | 1 | 0.85 | 0.07 | 350.92 | 1 | 0.47 |
| Hex | EE | 0 | 24 | 0 | 64 | 55 | 7 | 15F | 64 | 2F |
| Octal | 356 | 0 | 44 | 0 | 144 | 125 | 7 | 537 | 144 | 57 |
| Binary | 11101110 | 0 | 100100 | 0 | 1100100 | 1010101 | 111 | 101011111 | 1100100 | 101111 |
Color Harmonies of #EE0024
Complementary color
Monochromatic Colors of #EE0024
Black with #EE0024
Text Example
Text Example
White with #EE0024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0024; }
p { color: rgb(238,0,36); }
H1.HeaderClassName
{
color: #EE0024;
}
.AnyTagClassName
{
color: #EE0024;
}
</style>
background-color css
<style>
a { background-color: #EE0024; }
a { background-color: rgb(238,0,36); }
div.DivClassName
{
background-color: #EE0024;
}
.BgClassName
{
background-color: #EE0024;
}
</style>
border-color css
<style>
span { border-color: #EE0024; }
span { border-color: rgb(238,0,36); }
td.TdClassName
{
border-color: #EE0024;
}
.TagClassName
{
border-color: #EE0024;
}
</style>