Shades of Torch Red #EE043D
Tints of Torch Red #EE043D
RGB
CMYK
RGB Variations
Color information
#EE043D (or 0xEE043D) is known color: Torch Red. HEX triplet: EE, 04 and 3D. RGB value is (238,4,61). Sum of RGB (Red+Green+Blue) = 238+4+61=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE043D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE043D is #11FBC2. Grayscale: #505050. Windows color (decimal): -1178563 or 3998958. OLE color: 3998958.
HSL color Cylindrical-coordinate representation of color #EE043D: hue angle of 345.38º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE043D is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.07 |
| HSL | 345.38º | 0.97% | 0.47% | - |
| HSV(B) | 345.38º | 0.98% | 0.93% | - |
| XYZ | 36.15 | 18.6 | 6.1 | - |
| YUV | 80.46 | 117.02 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 61 | 0 | 0.98 | 0.74 | 0.07 | 345.38 | 0.97 | 0.47 |
| Hex | EE | 4 | 3D | 0 | 62 | 4A | 7 | 159 | 61 | 2F |
| Octal | 356 | 4 | 75 | 0 | 142 | 112 | 7 | 531 | 141 | 57 |
| Binary | 11101110 | 100 | 111101 | 0 | 1100010 | 1001010 | 111 | 101011001 | 1100001 | 101111 |
Color Harmonies of #EE043D
Complementary color
Monochromatic Colors of #EE043D
Black with #EE043D
Text Example
Text Example
White with #EE043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE043D; }
p { color: rgb(238,4,61); }
H1.HeaderClassName
{
color: #EE043D;
}
.AnyTagClassName
{
color: #EE043D;
}
</style>
background-color css
<style>
a { background-color: #EE043D; }
a { background-color: rgb(238,4,61); }
div.DivClassName
{
background-color: #EE043D;
}
.BgClassName
{
background-color: #EE043D;
}
</style>
border-color css
<style>
span { border-color: #EE043D; }
span { border-color: rgb(238,4,61); }
td.TdClassName
{
border-color: #EE043D;
}
.TagClassName
{
border-color: #EE043D;
}
</style>