Shades of Torch Red #EE0F3A
Tints of Torch Red #EE0F3A
RGB
CMYK
RGB Variations
Color information
#EE0F3A (or 0xEE0F3A) is known color: Torch Red. HEX triplet: EE, 0F and 3A. RGB value is (238,15,58). Sum of RGB (Red+Green+Blue) = 238+15+58=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0F3A is #11F0C5. Grayscale: #565656. Windows color (decimal): -1175750 or 3805166. OLE color: 3805166.
HSL color Cylindrical-coordinate representation of color #EE0F3A: hue angle of 348.43º 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 #EE0F3A is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 58 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.07 |
| HSL | 348.43º | 0.88% | 0.5% | - |
| HSV(B) | 348.43º | 0.94% | 0.93% | - |
| XYZ | 36.19 | 18.82 | 5.73 | - |
| YUV | 86.58 | 111.88 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 58 | 0 | 0.94 | 0.76 | 0.07 | 348.43 | 0.88 | 0.5 |
| Hex | EE | F | 3A | 0 | 5E | 4C | 7 | 15C | 58 | 32 |
| Octal | 356 | 17 | 72 | 0 | 136 | 114 | 7 | 534 | 130 | 62 |
| Binary | 11101110 | 1111 | 111010 | 0 | 1011110 | 1001100 | 111 | 101011100 | 1011000 | 110010 |
Color Harmonies of #EE0F3A
Complementary color
Monochromatic Colors of #EE0F3A
Black with #EE0F3A
Text Example
Text Example
White with #EE0F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F3A; }
p { color: rgb(238,15,58); }
H1.HeaderClassName
{
color: #EE0F3A;
}
.AnyTagClassName
{
color: #EE0F3A;
}
</style>
background-color css
<style>
a { background-color: #EE0F3A; }
a { background-color: rgb(238,15,58); }
div.DivClassName
{
background-color: #EE0F3A;
}
.BgClassName
{
background-color: #EE0F3A;
}
</style>
border-color css
<style>
span { border-color: #EE0F3A; }
span { border-color: rgb(238,15,58); }
td.TdClassName
{
border-color: #EE0F3A;
}
.TagClassName
{
border-color: #EE0F3A;
}
</style>