Shades of Torch Red #EE0B38
Tints of Torch Red #EE0B38
RGB
CMYK
RGB Variations
Color information
#EE0B38 (or 0xEE0B38) is known color: Torch Red. HEX triplet: EE, 0B and 38. RGB value is (238,11,56). Sum of RGB (Red+Green+Blue) = 238+11+56=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0B38 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0B38 is #11F4C7. Grayscale: #545454. Windows color (decimal): -1176776 or 3673070. OLE color: 3673070.
HSL color Cylindrical-coordinate representation of color #EE0B38: hue angle of 348.11º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0B38 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 11 | 56 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.07 |
| HSL | 348.11º | 0.91% | 0.49% | - |
| HSV(B) | 348.11º | 0.95% | 0.93% | - |
| XYZ | 36.09 | 18.7 | 5.45 | - |
| YUV | 84 | 112.21 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 56 | 0 | 0.95 | 0.76 | 0.07 | 348.11 | 0.91 | 0.49 |
| Hex | EE | B | 38 | 0 | 5F | 4C | 7 | 15C | 5B | 31 |
| Octal | 356 | 13 | 70 | 0 | 137 | 114 | 7 | 534 | 133 | 61 |
| Binary | 11101110 | 1011 | 111000 | 0 | 1011111 | 1001100 | 111 | 101011100 | 1011011 | 110001 |
Color Harmonies of #EE0B38
Complementary color
Monochromatic Colors of #EE0B38
Black with #EE0B38
Text Example
Text Example
White with #EE0B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0B38; }
p { color: rgb(238,11,56); }
H1.HeaderClassName
{
color: #EE0B38;
}
.AnyTagClassName
{
color: #EE0B38;
}
</style>
background-color css
<style>
a { background-color: #EE0B38; }
a { background-color: rgb(238,11,56); }
div.DivClassName
{
background-color: #EE0B38;
}
.BgClassName
{
background-color: #EE0B38;
}
</style>
border-color css
<style>
span { border-color: #EE0B38; }
span { border-color: rgb(238,11,56); }
td.TdClassName
{
border-color: #EE0B38;
}
.TagClassName
{
border-color: #EE0B38;
}
</style>