Shades of Torch Red #EE002F
Tints of Torch Red #EE002F
RGB
CMYK
RGB Variations
Color information
#EE002F (or 0xEE002F) is known color: Torch Red. HEX triplet: EE, 00 and 2F. RGB value is (238,0,47). Sum of RGB (Red+Green+Blue) = 238+0+47=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE002F is #11FFD0. Grayscale: #4C4C4C. Windows color (decimal): -1179601 or 3080430. OLE color: 3080430.
HSL color Cylindrical-coordinate representation of color #EE002F: hue angle of 348.15º 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 #EE002F is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.80 | 0.07 |
| HSL | 348.15º | 1% | 0.47% | - |
| HSV(B) | 348.15º | 1% | 0.93% | - |
| XYZ | 35.77 | 18.38 | 4.35 | - |
| YUV | 76.52 | 111.35 | 243.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 47 | 0 | 1 | 0.80 | 0.07 | 348.15 | 1 | 0.47 |
| Hex | EE | 0 | 2F | 0 | 64 | 50 | 7 | 15C | 64 | 2F |
| Octal | 356 | 0 | 57 | 0 | 144 | 120 | 7 | 534 | 144 | 57 |
| Binary | 11101110 | 0 | 101111 | 0 | 1100100 | 1010000 | 111 | 101011100 | 1100100 | 101111 |
Color Harmonies of #EE002F
Complementary color
Monochromatic Colors of #EE002F
Black with #EE002F
Text Example
Text Example
White with #EE002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE002F; }
p { color: rgb(238,0,47); }
H1.HeaderClassName
{
color: #EE002F;
}
.AnyTagClassName
{
color: #EE002F;
}
</style>
background-color css
<style>
a { background-color: #EE002F; }
a { background-color: rgb(238,0,47); }
div.DivClassName
{
background-color: #EE002F;
}
.BgClassName
{
background-color: #EE002F;
}
</style>
border-color css
<style>
span { border-color: #EE002F; }
span { border-color: rgb(238,0,47); }
td.TdClassName
{
border-color: #EE002F;
}
.TagClassName
{
border-color: #EE002F;
}
</style>