Shades of Torch Red #EE0336
Tints of Torch Red #EE0336
RGB
CMYK
RGB Variations
Color information
#EE0336 (or 0xEE0336) is known color: Torch Red. HEX triplet: EE, 03 and 36. RGB value is (238,3,54). Sum of RGB (Red+Green+Blue) = 238+3+54=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0336 is #11FCC9. Grayscale: #4F4F4F. Windows color (decimal): -1178826 or 3539950. OLE color: 3539950.
HSL color Cylindrical-coordinate representation of color #EE0336: hue angle of 346.98º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE0336 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 54 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.07 |
| HSL | 346.98º | 0.98% | 0.47% | - |
| HSV(B) | 346.98º | 0.99% | 0.93% | - |
| XYZ | 35.96 | 18.51 | 5.17 | - |
| YUV | 79.08 | 113.86 | 241.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 54 | 0 | 0.99 | 0.77 | 0.07 | 346.98 | 0.98 | 0.47 |
| Hex | EE | 3 | 36 | 0 | 63 | 4D | 7 | 15B | 62 | 2F |
| Octal | 356 | 3 | 66 | 0 | 143 | 115 | 7 | 533 | 142 | 57 |
| Binary | 11101110 | 11 | 110110 | 0 | 1100011 | 1001101 | 111 | 101011011 | 1100010 | 101111 |
Color Harmonies of #EE0336
Complementary color
Monochromatic Colors of #EE0336
Black with #EE0336
Text Example
Text Example
White with #EE0336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0336; }
p { color: rgb(238,3,54); }
H1.HeaderClassName
{
color: #EE0336;
}
.AnyTagClassName
{
color: #EE0336;
}
</style>
background-color css
<style>
a { background-color: #EE0336; }
a { background-color: rgb(238,3,54); }
div.DivClassName
{
background-color: #EE0336;
}
.BgClassName
{
background-color: #EE0336;
}
</style>
border-color css
<style>
span { border-color: #EE0336; }
span { border-color: rgb(238,3,54); }
td.TdClassName
{
border-color: #EE0336;
}
.TagClassName
{
border-color: #EE0336;
}
</style>