Shades of Torch Red #EE062C
Tints of Torch Red #EE062C
RGB
CMYK
RGB Variations
Color information
#EE062C (or 0xEE062C) is known color: Torch Red. HEX triplet: EE, 06 and 2C. RGB value is (238,6,44). Sum of RGB (Red+Green+Blue) = 238+6+44=288 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.64% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 238 - color contains mainly: red. Hex color #EE062C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE062C is #11F9D3. Grayscale: #4F4F4F. Windows color (decimal): -1178068 or 2885358. OLE color: 2885358.
HSL color Cylindrical-coordinate representation of color #EE062C: hue angle of 350.17º 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 #EE062C is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 44 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.07 |
| HSL | 350.17º | 0.95% | 0.48% | - |
| HSV(B) | 350.17º | 0.97% | 0.93% | - |
| XYZ | 35.78 | 18.49 | 4.07 | - |
| YUV | 79.7 | 107.86 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 44 | 0 | 0.97 | 0.82 | 0.07 | 350.17 | 0.95 | 0.48 |
| Hex | EE | 6 | 2C | 0 | 61 | 52 | 7 | 15E | 5F | 30 |
| Octal | 356 | 6 | 54 | 0 | 141 | 122 | 7 | 536 | 137 | 60 |
| Binary | 11101110 | 110 | 101100 | 0 | 1100001 | 1010010 | 111 | 101011110 | 1011111 | 110000 |
Color Harmonies of #EE062C
Complementary color
Monochromatic Colors of #EE062C
Black with #EE062C
Text Example
Text Example
White with #EE062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE062C; }
p { color: rgb(238,6,44); }
H1.HeaderClassName
{
color: #EE062C;
}
.AnyTagClassName
{
color: #EE062C;
}
</style>
background-color css
<style>
a { background-color: #EE062C; }
a { background-color: rgb(238,6,44); }
div.DivClassName
{
background-color: #EE062C;
}
.BgClassName
{
background-color: #EE062C;
}
</style>
border-color css
<style>
span { border-color: #EE062C; }
span { border-color: rgb(238,6,44); }
td.TdClassName
{
border-color: #EE062C;
}
.TagClassName
{
border-color: #EE062C;
}
</style>