Shades of Torch Red #EE023D
Tints of Torch Red #EE023D
RGB
CMYK
RGB Variations
Color information
#EE023D (or 0xEE023D) is known color: Torch Red. HEX triplet: EE, 02 and 3D. RGB value is (238,2,61). Sum of RGB (Red+Green+Blue) = 238+2+61=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE023D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE023D is #11FDC2. Grayscale: #4F4F4F. Windows color (decimal): -1179075 or 3998446. OLE color: 3998446.
HSL color Cylindrical-coordinate representation of color #EE023D: hue angle of 345º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE023D is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.07 |
| HSL | 345º | 0.98% | 0.47% | - |
| HSV(B) | 345º | 0.99% | 0.93% | - |
| XYZ | 36.12 | 18.56 | 6.09 | - |
| YUV | 79.29 | 117.69 | 241.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 61 | 0 | 0.99 | 0.74 | 0.07 | 345 | 0.98 | 0.47 |
| Hex | EE | 2 | 3D | 0 | 63 | 4A | 7 | 159 | 62 | 2F |
| Octal | 356 | 2 | 75 | 0 | 143 | 112 | 7 | 531 | 142 | 57 |
| Binary | 11101110 | 10 | 111101 | 0 | 1100011 | 1001010 | 111 | 101011001 | 1100010 | 101111 |
Color Harmonies of #EE023D
Complementary color
Monochromatic Colors of #EE023D
Black with #EE023D
Text Example
Text Example
White with #EE023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE023D; }
p { color: rgb(238,2,61); }
H1.HeaderClassName
{
color: #EE023D;
}
.AnyTagClassName
{
color: #EE023D;
}
</style>
background-color css
<style>
a { background-color: #EE023D; }
a { background-color: rgb(238,2,61); }
div.DivClassName
{
background-color: #EE023D;
}
.BgClassName
{
background-color: #EE023D;
}
</style>
border-color css
<style>
span { border-color: #EE023D; }
span { border-color: rgb(238,2,61); }
td.TdClassName
{
border-color: #EE023D;
}
.TagClassName
{
border-color: #EE023D;
}
</style>