Shades of Torch Red #EE0023
Tints of Torch Red #EE0023
RGB
CMYK
RGB Variations
Color information
#EE0023 (or 0xEE0023) is known color: Torch Red. HEX triplet: EE, 00 and 23. RGB value is (238,0,35). Sum of RGB (Red+Green+Blue) = 238+0+35=273 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.18% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0023 is #11FFDC. Grayscale: #4B4B4B. Windows color (decimal): -1179613 or 2293998. OLE color: 2293998.
HSL color Cylindrical-coordinate representation of color #EE0023: hue angle of 351.18º 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 #EE0023 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.85 | 0.07 |
| HSL | 351.18º | 1% | 0.47% | - |
| HSV(B) | 351.18º | 1% | 0.93% | - |
| XYZ | 35.56 | 18.3 | 3.25 | - |
| YUV | 75.15 | 105.35 | 244.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 35 | 0 | 1 | 0.85 | 0.07 | 351.18 | 1 | 0.47 |
| Hex | EE | 0 | 23 | 0 | 64 | 55 | 7 | 15F | 64 | 2F |
| Octal | 356 | 0 | 43 | 0 | 144 | 125 | 7 | 537 | 144 | 57 |
| Binary | 11101110 | 0 | 100011 | 0 | 1100100 | 1010101 | 111 | 101011111 | 1100100 | 101111 |
Color Harmonies of #EE0023
Complementary color
Monochromatic Colors of #EE0023
Black with #EE0023
Text Example
Text Example
White with #EE0023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0023; }
p { color: rgb(238,0,35); }
H1.HeaderClassName
{
color: #EE0023;
}
.AnyTagClassName
{
color: #EE0023;
}
</style>
background-color css
<style>
a { background-color: #EE0023; }
a { background-color: rgb(238,0,35); }
div.DivClassName
{
background-color: #EE0023;
}
.BgClassName
{
background-color: #EE0023;
}
</style>
border-color css
<style>
span { border-color: #EE0023; }
span { border-color: rgb(238,0,35); }
td.TdClassName
{
border-color: #EE0023;
}
.TagClassName
{
border-color: #EE0023;
}
</style>