Shades of Torch Red #EE0F2F
Tints of Torch Red #EE0F2F
RGB
CMYK
RGB Variations
Color information
#EE0F2F (or 0xEE0F2F) is known color: Torch Red. HEX triplet: EE, 0F and 2F. RGB value is (238,15,47). Sum of RGB (Red+Green+Blue) = 238+15+47=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0F2F is #11F0D0. Grayscale: #555555. Windows color (decimal): -1175761 or 3084270. OLE color: 3084270.
HSL color Cylindrical-coordinate representation of color #EE0F2F: hue angle of 351.39º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F2F is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 47 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.07 |
| HSL | 351.39º | 0.88% | 0.5% | - |
| HSV(B) | 351.39º | 0.94% | 0.93% | - |
| XYZ | 35.94 | 18.72 | 4.41 | - |
| YUV | 85.33 | 106.38 | 236.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 47 | 0 | 0.94 | 0.80 | 0.07 | 351.39 | 0.88 | 0.5 |
| Hex | EE | F | 2F | 0 | 5E | 50 | 7 | 15F | 58 | 32 |
| Octal | 356 | 17 | 57 | 0 | 136 | 120 | 7 | 537 | 130 | 62 |
| Binary | 11101110 | 1111 | 101111 | 0 | 1011110 | 1010000 | 111 | 101011111 | 1011000 | 110010 |
Color Harmonies of #EE0F2F
Complementary color
Monochromatic Colors of #EE0F2F
Black with #EE0F2F
Text Example
Text Example
White with #EE0F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F2F; }
p { color: rgb(238,15,47); }
H1.HeaderClassName
{
color: #EE0F2F;
}
.AnyTagClassName
{
color: #EE0F2F;
}
</style>
background-color css
<style>
a { background-color: #EE0F2F; }
a { background-color: rgb(238,15,47); }
div.DivClassName
{
background-color: #EE0F2F;
}
.BgClassName
{
background-color: #EE0F2F;
}
</style>
border-color css
<style>
span { border-color: #EE0F2F; }
span { border-color: rgb(238,15,47); }
td.TdClassName
{
border-color: #EE0F2F;
}
.TagClassName
{
border-color: #EE0F2F;
}
</style>