Shades of Torch Red #EE0038
Tints of Torch Red #EE0038
RGB
CMYK
RGB Variations
Color information
#EE0038 (or 0xEE0038) is known color: Torch Red. HEX triplet: EE, 00 and 38. RGB value is (238,0,56). Sum of RGB (Red+Green+Blue) = 238+0+56=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0038 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0038 is #11FFC7. Grayscale: #4D4D4D. Windows color (decimal): -1179592 or 3670254. OLE color: 3670254.
HSL color Cylindrical-coordinate representation of color #EE0038: hue angle of 345.88º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0038 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.76 | 0.07 |
| HSL | 345.88º | 1% | 0.47% | - |
| HSV(B) | 345.88º | 1% | 0.93% | - |
| XYZ | 35.97 | 18.46 | 5.41 | - |
| YUV | 77.55 | 115.85 | 242.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 56 | 0 | 1 | 0.76 | 0.07 | 345.88 | 1 | 0.47 |
| Hex | EE | 0 | 38 | 0 | 64 | 4C | 7 | 15A | 64 | 2F |
| Octal | 356 | 0 | 70 | 0 | 144 | 114 | 7 | 532 | 144 | 57 |
| Binary | 11101110 | 0 | 111000 | 0 | 1100100 | 1001100 | 111 | 101011010 | 1100100 | 101111 |
Color Harmonies of #EE0038
Complementary color
Monochromatic Colors of #EE0038
Black with #EE0038
Text Example
Text Example
White with #EE0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0038; }
p { color: rgb(238,0,56); }
H1.HeaderClassName
{
color: #EE0038;
}
.AnyTagClassName
{
color: #EE0038;
}
</style>
background-color css
<style>
a { background-color: #EE0038; }
a { background-color: rgb(238,0,56); }
div.DivClassName
{
background-color: #EE0038;
}
.BgClassName
{
background-color: #EE0038;
}
</style>
border-color css
<style>
span { border-color: #EE0038; }
span { border-color: rgb(238,0,56); }
td.TdClassName
{
border-color: #EE0038;
}
.TagClassName
{
border-color: #EE0038;
}
</style>