Shades of Torch Red #EE0738
Tints of Torch Red #EE0738
RGB
CMYK
RGB Variations
Color information
#EE0738 (or 0xEE0738) is known color: Torch Red. HEX triplet: EE, 07 and 38. RGB value is (238,7,56). Sum of RGB (Red+Green+Blue) = 238+7+56=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0738 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0738 is #11F8C7. Grayscale: #515151. Windows color (decimal): -1177800 or 3672046. OLE color: 3672046.
HSL color Cylindrical-coordinate representation of color #EE0738: hue angle of 347.27º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0738 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 56 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.07 |
| HSL | 347.27º | 0.94% | 0.48% | - |
| HSV(B) | 347.27º | 0.97% | 0.93% | - |
| XYZ | 36.05 | 18.61 | 5.43 | - |
| YUV | 81.66 | 113.53 | 239.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 56 | 0 | 0.97 | 0.76 | 0.07 | 347.27 | 0.94 | 0.48 |
| Hex | EE | 7 | 38 | 0 | 61 | 4C | 7 | 15B | 5E | 30 |
| Octal | 356 | 7 | 70 | 0 | 141 | 114 | 7 | 533 | 136 | 60 |
| Binary | 11101110 | 111 | 111000 | 0 | 1100001 | 1001100 | 111 | 101011011 | 1011110 | 110000 |
Color Harmonies of #EE0738
Complementary color
Monochromatic Colors of #EE0738
Black with #EE0738
Text Example
Text Example
White with #EE0738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0738; }
p { color: rgb(238,7,56); }
H1.HeaderClassName
{
color: #EE0738;
}
.AnyTagClassName
{
color: #EE0738;
}
</style>
background-color css
<style>
a { background-color: #EE0738; }
a { background-color: rgb(238,7,56); }
div.DivClassName
{
background-color: #EE0738;
}
.BgClassName
{
background-color: #EE0738;
}
</style>
border-color css
<style>
span { border-color: #EE0738; }
span { border-color: rgb(238,7,56); }
td.TdClassName
{
border-color: #EE0738;
}
.TagClassName
{
border-color: #EE0738;
}
</style>