Shades of Torch Red #EE0632
Tints of Torch Red #EE0632
RGB
CMYK
RGB Variations
Color information
#EE0632 (or 0xEE0632) is known color: Torch Red. HEX triplet: EE, 06 and 32. RGB value is (238,6,50). Sum of RGB (Red+Green+Blue) = 238+6+50=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0632 is #11F9CD. Grayscale: #505050. Windows color (decimal): -1178062 or 3278574. OLE color: 3278574.
HSL color Cylindrical-coordinate representation of color #EE0632: hue angle of 348.62º degrees, saturation: 0.95, 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 #EE0632 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 50 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.07 |
| HSL | 348.62º | 0.95% | 0.48% | - |
| HSV(B) | 348.62º | 0.97% | 0.93% | - |
| XYZ | 35.9 | 18.54 | 4.7 | - |
| YUV | 80.38 | 110.86 | 240.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 50 | 0 | 0.97 | 0.79 | 0.07 | 348.62 | 0.95 | 0.48 |
| Hex | EE | 6 | 32 | 0 | 61 | 4F | 7 | 15D | 5F | 30 |
| Octal | 356 | 6 | 62 | 0 | 141 | 117 | 7 | 535 | 137 | 60 |
| Binary | 11101110 | 110 | 110010 | 0 | 1100001 | 1001111 | 111 | 101011101 | 1011111 | 110000 |
Color Harmonies of #EE0632
Complementary color
Monochromatic Colors of #EE0632
Black with #EE0632
Text Example
Text Example
White with #EE0632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0632; }
p { color: rgb(238,6,50); }
H1.HeaderClassName
{
color: #EE0632;
}
.AnyTagClassName
{
color: #EE0632;
}
</style>
background-color css
<style>
a { background-color: #EE0632; }
a { background-color: rgb(238,6,50); }
div.DivClassName
{
background-color: #EE0632;
}
.BgClassName
{
background-color: #EE0632;
}
</style>
border-color css
<style>
span { border-color: #EE0632; }
span { border-color: rgb(238,6,50); }
td.TdClassName
{
border-color: #EE0632;
}
.TagClassName
{
border-color: #EE0632;
}
</style>