Shades of Torch Red #EE063E
Tints of Torch Red #EE063E
RGB
CMYK
RGB Variations
Color information
#EE063E (or 0xEE063E) is known color: Torch Red. HEX triplet: EE, 06 and 3E. RGB value is (238,6,62). Sum of RGB (Red+Green+Blue) = 238+6+62=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE063E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE063E is #11F9C1. Grayscale: #515151. Windows color (decimal): -1178050 or 4065006. OLE color: 4065006.
HSL color Cylindrical-coordinate representation of color #EE063E: hue angle of 345.52º 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 #EE063E is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 62 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.07 |
| HSL | 345.52º | 0.95% | 0.48% | - |
| HSV(B) | 345.52º | 0.97% | 0.93% | - |
| XYZ | 36.19 | 18.66 | 6.25 | - |
| YUV | 81.75 | 116.86 | 239.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 62 | 0 | 0.97 | 0.74 | 0.07 | 345.52 | 0.95 | 0.48 |
| Hex | EE | 6 | 3E | 0 | 61 | 4A | 7 | 15A | 5F | 30 |
| Octal | 356 | 6 | 76 | 0 | 141 | 112 | 7 | 532 | 137 | 60 |
| Binary | 11101110 | 110 | 111110 | 0 | 1100001 | 1001010 | 111 | 101011010 | 1011111 | 110000 |
Color Harmonies of #EE063E
Complementary color
Monochromatic Colors of #EE063E
Black with #EE063E
Text Example
Text Example
White with #EE063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE063E; }
p { color: rgb(238,6,62); }
H1.HeaderClassName
{
color: #EE063E;
}
.AnyTagClassName
{
color: #EE063E;
}
</style>
background-color css
<style>
a { background-color: #EE063E; }
a { background-color: rgb(238,6,62); }
div.DivClassName
{
background-color: #EE063E;
}
.BgClassName
{
background-color: #EE063E;
}
</style>
border-color css
<style>
span { border-color: #EE063E; }
span { border-color: rgb(238,6,62); }
td.TdClassName
{
border-color: #EE063E;
}
.TagClassName
{
border-color: #EE063E;
}
</style>