Shades of Torch Red #EE0F3E
Tints of Torch Red #EE0F3E
RGB
CMYK
RGB Variations
Color information
#EE0F3E (or 0xEE0F3E) is known color: Torch Red. HEX triplet: EE, 0F and 3E. RGB value is (238,15,62). Sum of RGB (Red+Green+Blue) = 238+15+62=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0F3E is #11F0C1. Grayscale: #575757. Windows color (decimal): -1175746 or 4067310. OLE color: 4067310.
HSL color Cylindrical-coordinate representation of color #EE0F3E: hue angle of 347.35º 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 #EE0F3E is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 62 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.07 |
| HSL | 347.35º | 0.88% | 0.5% | - |
| HSV(B) | 347.35º | 0.94% | 0.93% | - |
| XYZ | 36.3 | 18.87 | 6.29 | - |
| YUV | 87.04 | 113.88 | 235.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 62 | 0 | 0.94 | 0.74 | 0.07 | 347.35 | 0.88 | 0.5 |
| Hex | EE | F | 3E | 0 | 5E | 4A | 7 | 15B | 58 | 32 |
| Octal | 356 | 17 | 76 | 0 | 136 | 112 | 7 | 533 | 130 | 62 |
| Binary | 11101110 | 1111 | 111110 | 0 | 1011110 | 1001010 | 111 | 101011011 | 1011000 | 110010 |
Color Harmonies of #EE0F3E
Complementary color
Monochromatic Colors of #EE0F3E
Black with #EE0F3E
Text Example
Text Example
White with #EE0F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F3E; }
p { color: rgb(238,15,62); }
H1.HeaderClassName
{
color: #EE0F3E;
}
.AnyTagClassName
{
color: #EE0F3E;
}
</style>
background-color css
<style>
a { background-color: #EE0F3E; }
a { background-color: rgb(238,15,62); }
div.DivClassName
{
background-color: #EE0F3E;
}
.BgClassName
{
background-color: #EE0F3E;
}
</style>
border-color css
<style>
span { border-color: #EE0F3E; }
span { border-color: rgb(238,15,62); }
td.TdClassName
{
border-color: #EE0F3E;
}
.TagClassName
{
border-color: #EE0F3E;
}
</style>