Shades of Torch Red #EE0F34
Tints of Torch Red #EE0F34
RGB
CMYK
RGB Variations
Color information
#EE0F34 (or 0xEE0F34) is known color: Torch Red. HEX triplet: EE, 0F and 34. RGB value is (238,15,52). Sum of RGB (Red+Green+Blue) = 238+15+52=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0F34 is #11F0CB. Grayscale: #555555. Windows color (decimal): -1175756 or 3411950. OLE color: 3411950.
HSL color Cylindrical-coordinate representation of color #EE0F34: hue angle of 350.04º 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 #EE0F34 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 52 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.07 |
| HSL | 350.04º | 0.88% | 0.5% | - |
| HSV(B) | 350.04º | 0.94% | 0.93% | - |
| XYZ | 36.05 | 18.77 | 4.97 | - |
| YUV | 85.9 | 108.88 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 52 | 0 | 0.94 | 0.78 | 0.07 | 350.04 | 0.88 | 0.5 |
| Hex | EE | F | 34 | 0 | 5E | 4E | 7 | 15E | 58 | 32 |
| Octal | 356 | 17 | 64 | 0 | 136 | 116 | 7 | 536 | 130 | 62 |
| Binary | 11101110 | 1111 | 110100 | 0 | 1011110 | 1001110 | 111 | 101011110 | 1011000 | 110010 |
Color Harmonies of #EE0F34
Complementary color
Monochromatic Colors of #EE0F34
Black with #EE0F34
Text Example
Text Example
White with #EE0F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F34; }
p { color: rgb(238,15,52); }
H1.HeaderClassName
{
color: #EE0F34;
}
.AnyTagClassName
{
color: #EE0F34;
}
</style>
background-color css
<style>
a { background-color: #EE0F34; }
a { background-color: rgb(238,15,52); }
div.DivClassName
{
background-color: #EE0F34;
}
.BgClassName
{
background-color: #EE0F34;
}
</style>
border-color css
<style>
span { border-color: #EE0F34; }
span { border-color: rgb(238,15,52); }
td.TdClassName
{
border-color: #EE0F34;
}
.TagClassName
{
border-color: #EE0F34;
}
</style>