Shades of Torch Red #EE0144
Tints of Torch Red #EE0144
RGB
CMYK
RGB Variations
Color information
#EE0144 (or 0xEE0144) is known color: Torch Red. HEX triplet: EE, 01 and 44. RGB value is (238,1,68). Sum of RGB (Red+Green+Blue) = 238+1+68=307 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.52% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0144 is #11FEBB. Grayscale: #4F4F4F. Windows color (decimal): -1179324 or 4456942. OLE color: 4456942.
HSL color Cylindrical-coordinate representation of color #EE0144: hue angle of 343.04º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0144 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 68 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.07 |
| HSL | 343.04º | 0.99% | 0.47% | - |
| HSV(B) | 343.04º | 1% | 0.93% | - |
| XYZ | 36.31 | 18.62 | 7.15 | - |
| YUV | 79.5 | 121.52 | 241.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 68 | 0 | 1.00 | 0.71 | 0.07 | 343.04 | 0.99 | 0.47 |
| Hex | EE | 1 | 44 | 0 | 64 | 47 | 7 | 157 | 63 | 2F |
| Octal | 356 | 1 | 104 | 0 | 144 | 107 | 7 | 527 | 143 | 57 |
| Binary | 11101110 | 1 | 1000100 | 0 | 1100100 | 1000111 | 111 | 101010111 | 1100011 | 101111 |
Color Harmonies of #EE0144
Complementary color
Monochromatic Colors of #EE0144
Black with #EE0144
Text Example
Text Example
White with #EE0144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0144; }
p { color: rgb(238,1,68); }
H1.HeaderClassName
{
color: #EE0144;
}
.AnyTagClassName
{
color: #EE0144;
}
</style>
background-color css
<style>
a { background-color: #EE0144; }
a { background-color: rgb(238,1,68); }
div.DivClassName
{
background-color: #EE0144;
}
.BgClassName
{
background-color: #EE0144;
}
</style>
border-color css
<style>
span { border-color: #EE0144; }
span { border-color: rgb(238,1,68); }
td.TdClassName
{
border-color: #EE0144;
}
.TagClassName
{
border-color: #EE0144;
}
</style>