Shades of Torch Red #EE002C
Tints of Torch Red #EE002C
RGB
CMYK
RGB Variations
Color information
#EE002C (or 0xEE002C) is known color: Torch Red. HEX triplet: EE, 00 and 2C. RGB value is (238,0,44). Sum of RGB (Red+Green+Blue) = 238+0+44=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE002C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE002C is #11FFD3. Grayscale: #4C4C4C. Windows color (decimal): -1179604 or 2883822. OLE color: 2883822.
HSL color Cylindrical-coordinate representation of color #EE002C: hue angle of 348.91º 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 #EE002C is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.82 | 0.07 |
| HSL | 348.91º | 1% | 0.47% | - |
| HSV(B) | 348.91º | 1% | 0.93% | - |
| XYZ | 35.71 | 18.36 | 4.04 | - |
| YUV | 76.18 | 109.85 | 243.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 44 | 0 | 1 | 0.82 | 0.07 | 348.91 | 1 | 0.47 |
| Hex | EE | 0 | 2C | 0 | 64 | 52 | 7 | 15D | 64 | 2F |
| Octal | 356 | 0 | 54 | 0 | 144 | 122 | 7 | 535 | 144 | 57 |
| Binary | 11101110 | 0 | 101100 | 0 | 1100100 | 1010010 | 111 | 101011101 | 1100100 | 101111 |
Color Harmonies of #EE002C
Complementary color
Monochromatic Colors of #EE002C
Black with #EE002C
Text Example
Text Example
White with #EE002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE002C; }
p { color: rgb(238,0,44); }
H1.HeaderClassName
{
color: #EE002C;
}
.AnyTagClassName
{
color: #EE002C;
}
</style>
background-color css
<style>
a { background-color: #EE002C; }
a { background-color: rgb(238,0,44); }
div.DivClassName
{
background-color: #EE002C;
}
.BgClassName
{
background-color: #EE002C;
}
</style>
border-color css
<style>
span { border-color: #EE002C; }
span { border-color: rgb(238,0,44); }
td.TdClassName
{
border-color: #EE002C;
}
.TagClassName
{
border-color: #EE002C;
}
</style>