Shades of Torch Red #EE0028
Tints of Torch Red #EE0028
RGB
CMYK
RGB Variations
Color information
#EE0028 (or 0xEE0028) is known color: Torch Red. HEX triplet: EE, 00 and 28. RGB value is (238,0,40). Sum of RGB (Red+Green+Blue) = 238+0+40=278 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.61% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0028 is #11FFD7. Grayscale: #4B4B4B. Windows color (decimal): -1179608 or 2621678. OLE color: 2621678.
HSL color Cylindrical-coordinate representation of color #EE0028: hue angle of 349.92º 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 #EE0028 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.83 | 0.07 |
| HSL | 349.92º | 1% | 0.47% | - |
| HSV(B) | 349.92º | 1% | 0.93% | - |
| XYZ | 35.64 | 18.33 | 3.67 | - |
| YUV | 75.72 | 107.85 | 243.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 40 | 0 | 1 | 0.83 | 0.07 | 349.92 | 1 | 0.47 |
| Hex | EE | 0 | 28 | 0 | 64 | 53 | 7 | 15E | 64 | 2F |
| Octal | 356 | 0 | 50 | 0 | 144 | 123 | 7 | 536 | 144 | 57 |
| Binary | 11101110 | 0 | 101000 | 0 | 1100100 | 1010011 | 111 | 101011110 | 1100100 | 101111 |
Color Harmonies of #EE0028
Complementary color
Monochromatic Colors of #EE0028
Black with #EE0028
Text Example
Text Example
White with #EE0028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0028; }
p { color: rgb(238,0,40); }
H1.HeaderClassName
{
color: #EE0028;
}
.AnyTagClassName
{
color: #EE0028;
}
</style>
background-color css
<style>
a { background-color: #EE0028; }
a { background-color: rgb(238,0,40); }
div.DivClassName
{
background-color: #EE0028;
}
.BgClassName
{
background-color: #EE0028;
}
</style>
border-color css
<style>
span { border-color: #EE0028; }
span { border-color: rgb(238,0,40); }
td.TdClassName
{
border-color: #EE0028;
}
.TagClassName
{
border-color: #EE0028;
}
</style>