Shades of Torch Red #EE0143
Tints of Torch Red #EE0143
RGB
CMYK
RGB Variations
Color information
#EE0143 (or 0xEE0143) is known color: Torch Red. HEX triplet: EE, 01 and 43. RGB value is (238,1,67). Sum of RGB (Red+Green+Blue) = 238+1+67=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0143 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0143 is #11FEBC. Grayscale: #4F4F4F. Windows color (decimal): -1179325 or 4391406. OLE color: 4391406.
HSL color Cylindrical-coordinate representation of color #EE0143: hue angle of 343.29º 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 #EE0143 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 67 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.07 |
| HSL | 343.29º | 0.99% | 0.47% | - |
| HSV(B) | 343.29º | 1% | 0.93% | - |
| XYZ | 36.28 | 18.6 | 6.99 | - |
| YUV | 79.39 | 121.02 | 241.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 67 | 0 | 1.00 | 0.72 | 0.07 | 343.29 | 0.99 | 0.47 |
| Hex | EE | 1 | 43 | 0 | 64 | 48 | 7 | 157 | 63 | 2F |
| Octal | 356 | 1 | 103 | 0 | 144 | 110 | 7 | 527 | 143 | 57 |
| Binary | 11101110 | 1 | 1000011 | 0 | 1100100 | 1001000 | 111 | 101010111 | 1100011 | 101111 |
Color Harmonies of #EE0143
Complementary color
Monochromatic Colors of #EE0143
Black with #EE0143
Text Example
Text Example
White with #EE0143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0143; }
p { color: rgb(238,1,67); }
H1.HeaderClassName
{
color: #EE0143;
}
.AnyTagClassName
{
color: #EE0143;
}
</style>
background-color css
<style>
a { background-color: #EE0143; }
a { background-color: rgb(238,1,67); }
div.DivClassName
{
background-color: #EE0143;
}
.BgClassName
{
background-color: #EE0143;
}
</style>
border-color css
<style>
span { border-color: #EE0143; }
span { border-color: rgb(238,1,67); }
td.TdClassName
{
border-color: #EE0143;
}
.TagClassName
{
border-color: #EE0143;
}
</style>