Shades of Torch Red #EE0733
Tints of Torch Red #EE0733
RGB
CMYK
RGB Variations
Color information
#EE0733 (or 0xEE0733) is known color: Torch Red. HEX triplet: EE, 07 and 33. RGB value is (238,7,51). Sum of RGB (Red+Green+Blue) = 238+7+51=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0733 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0733 is #11F8CC. Grayscale: #515151. Windows color (decimal): -1177805 or 3344366. OLE color: 3344366.
HSL color Cylindrical-coordinate representation of color #EE0733: hue angle of 348.57º degrees, saturation: 0.94, 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 #EE0733 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 51 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.07 |
| HSL | 348.57º | 0.94% | 0.48% | - |
| HSV(B) | 348.57º | 0.97% | 0.93% | - |
| XYZ | 35.93 | 18.57 | 4.82 | - |
| YUV | 81.09 | 111.03 | 239.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 51 | 0 | 0.97 | 0.79 | 0.07 | 348.57 | 0.94 | 0.48 |
| Hex | EE | 7 | 33 | 0 | 61 | 4F | 7 | 15D | 5E | 30 |
| Octal | 356 | 7 | 63 | 0 | 141 | 117 | 7 | 535 | 136 | 60 |
| Binary | 11101110 | 111 | 110011 | 0 | 1100001 | 1001111 | 111 | 101011101 | 1011110 | 110000 |
Color Harmonies of #EE0733
Complementary color
Monochromatic Colors of #EE0733
Black with #EE0733
Text Example
Text Example
White with #EE0733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0733; }
p { color: rgb(238,7,51); }
H1.HeaderClassName
{
color: #EE0733;
}
.AnyTagClassName
{
color: #EE0733;
}
</style>
background-color css
<style>
a { background-color: #EE0733; }
a { background-color: rgb(238,7,51); }
div.DivClassName
{
background-color: #EE0733;
}
.BgClassName
{
background-color: #EE0733;
}
</style>
border-color css
<style>
span { border-color: #EE0733; }
span { border-color: rgb(238,7,51); }
td.TdClassName
{
border-color: #EE0733;
}
.TagClassName
{
border-color: #EE0733;
}
</style>