Shades of Torch Red #EE0032
Tints of Torch Red #EE0032
RGB
CMYK
RGB Variations
Color information
#EE0032 (or 0xEE0032) is known color: Torch Red. HEX triplet: EE, 00 and 32. RGB value is (238,0,50). Sum of RGB (Red+Green+Blue) = 238+0+50=288 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.64% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0032 is #11FFCD. Grayscale: #4C4C4C. Windows color (decimal): -1179598 or 3277038. OLE color: 3277038.
HSL color Cylindrical-coordinate representation of color #EE0032: hue angle of 347.39º 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 #EE0032 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.79 | 0.07 |
| HSL | 347.4º | 1% | 0.47% | - |
| HSV(B) | 347.4º | 1% | 0.93% | - |
| XYZ | 35.84 | 18.41 | 4.68 | - |
| YUV | 76.86 | 112.85 | 242.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 50 | 0 | 1 | 0.79 | 0.07 | 347.4 | 1 | 0.47 |
| Hex | EE | 0 | 32 | 0 | 64 | 4F | 7 | 15B | 64 | 2F |
| Octal | 356 | 0 | 62 | 0 | 144 | 117 | 7 | 533 | 144 | 57 |
| Binary | 11101110 | 0 | 110010 | 0 | 1100100 | 1001111 | 111 | 101011011 | 1100100 | 101111 |
Color Harmonies of #EE0032
Complementary color
Monochromatic Colors of #EE0032
Black with #EE0032
Text Example
Text Example
White with #EE0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0032; }
p { color: rgb(238,0,50); }
H1.HeaderClassName
{
color: #EE0032;
}
.AnyTagClassName
{
color: #EE0032;
}
</style>
background-color css
<style>
a { background-color: #EE0032; }
a { background-color: rgb(238,0,50); }
div.DivClassName
{
background-color: #EE0032;
}
.BgClassName
{
background-color: #EE0032;
}
</style>
border-color css
<style>
span { border-color: #EE0032; }
span { border-color: rgb(238,0,50); }
td.TdClassName
{
border-color: #EE0032;
}
.TagClassName
{
border-color: #EE0032;
}
</style>