Shades of Torch Red #EE062D
Tints of Torch Red #EE062D
RGB
CMYK
RGB Variations
Color information
#EE062D (or 0xEE062D) is known color: Torch Red. HEX triplet: EE, 06 and 2D. RGB value is (238,6,45). Sum of RGB (Red+Green+Blue) = 238+6+45=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE062D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE062D is #11F9D2. Grayscale: #4F4F4F. Windows color (decimal): -1178067 or 2950894. OLE color: 2950894.
HSL color Cylindrical-coordinate representation of color #EE062D: hue angle of 349.91º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE062D is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.07 |
| HSL | 349.91º | 0.95% | 0.48% | - |
| HSV(B) | 349.91º | 0.97% | 0.93% | - |
| XYZ | 35.8 | 18.5 | 4.17 | - |
| YUV | 79.81 | 108.36 | 240.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 45 | 0 | 0.97 | 0.81 | 0.07 | 349.91 | 0.95 | 0.48 |
| Hex | EE | 6 | 2D | 0 | 61 | 51 | 7 | 15E | 5F | 30 |
| Octal | 356 | 6 | 55 | 0 | 141 | 121 | 7 | 536 | 137 | 60 |
| Binary | 11101110 | 110 | 101101 | 0 | 1100001 | 1010001 | 111 | 101011110 | 1011111 | 110000 |
Color Harmonies of #EE062D
Complementary color
Monochromatic Colors of #EE062D
Black with #EE062D
Text Example
Text Example
White with #EE062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE062D; }
p { color: rgb(238,6,45); }
H1.HeaderClassName
{
color: #EE062D;
}
.AnyTagClassName
{
color: #EE062D;
}
</style>
background-color css
<style>
a { background-color: #EE062D; }
a { background-color: rgb(238,6,45); }
div.DivClassName
{
background-color: #EE062D;
}
.BgClassName
{
background-color: #EE062D;
}
</style>
border-color css
<style>
span { border-color: #EE062D; }
span { border-color: rgb(238,6,45); }
td.TdClassName
{
border-color: #EE062D;
}
.TagClassName
{
border-color: #EE062D;
}
</style>