Shades of Torch Red #EE1838
Tints of Torch Red #EE1838
RGB
CMYK
RGB Variations
Color information
#EE1838 (or 0xEE1838) is known color: Torch Red. HEX triplet: EE, 18 and 38. RGB value is (238,24,56). Sum of RGB (Red+Green+Blue) = 238+24+56=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1838 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1838 is #11E7C7. Grayscale: #5B5B5B. Windows color (decimal): -1173448 or 3676398. OLE color: 3676398.
HSL color Cylindrical-coordinate representation of color #EE1838: hue angle of 351.03º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1838 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 56 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.07 |
| HSL | 351.03º | 0.86% | 0.51% | - |
| HSV(B) | 351.03º | 0.9% | 0.93% | - |
| XYZ | 36.3 | 19.12 | 5.52 | - |
| YUV | 91.63 | 107.9 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 56 | 0 | 0.90 | 0.76 | 0.07 | 351.03 | 0.86 | 0.51 |
| Hex | EE | 18 | 38 | 0 | 5A | 4C | 7 | 15F | 56 | 33 |
| Octal | 356 | 30 | 70 | 0 | 132 | 114 | 7 | 537 | 126 | 63 |
| Binary | 11101110 | 11000 | 111000 | 0 | 1011010 | 1001100 | 111 | 101011111 | 1010110 | 110011 |
Color Harmonies of #EE1838
Complementary color
Monochromatic Colors of #EE1838
Black with #EE1838
Text Example
Text Example
White with #EE1838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1838; }
p { color: rgb(238,24,56); }
H1.HeaderClassName
{
color: #EE1838;
}
.AnyTagClassName
{
color: #EE1838;
}
</style>
background-color css
<style>
a { background-color: #EE1838; }
a { background-color: rgb(238,24,56); }
div.DivClassName
{
background-color: #EE1838;
}
.BgClassName
{
background-color: #EE1838;
}
</style>
border-color css
<style>
span { border-color: #EE1838; }
span { border-color: rgb(238,24,56); }
td.TdClassName
{
border-color: #EE1838;
}
.TagClassName
{
border-color: #EE1838;
}
</style>