Shades of Torch Red #EE063A
Tints of Torch Red #EE063A
RGB
CMYK
RGB Variations
Color information
#EE063A (or 0xEE063A) is known color: Torch Red. HEX triplet: EE, 06 and 3A. RGB value is (238,6,58). Sum of RGB (Red+Green+Blue) = 238+6+58=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE063A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE063A is #11F9C5. Grayscale: #515151. Windows color (decimal): -1178054 or 3802862. OLE color: 3802862.
HSL color Cylindrical-coordinate representation of color #EE063A: hue angle of 346.55º 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 #EE063A is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 58 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.07 |
| HSL | 346.55º | 0.95% | 0.48% | - |
| HSV(B) | 346.55º | 0.97% | 0.93% | - |
| XYZ | 36.09 | 18.61 | 5.69 | - |
| YUV | 81.3 | 114.86 | 239.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 58 | 0 | 0.97 | 0.76 | 0.07 | 346.55 | 0.95 | 0.48 |
| Hex | EE | 6 | 3A | 0 | 61 | 4C | 7 | 15B | 5F | 30 |
| Octal | 356 | 6 | 72 | 0 | 141 | 114 | 7 | 533 | 137 | 60 |
| Binary | 11101110 | 110 | 111010 | 0 | 1100001 | 1001100 | 111 | 101011011 | 1011111 | 110000 |
Color Harmonies of #EE063A
Complementary color
Monochromatic Colors of #EE063A
Black with #EE063A
Text Example
Text Example
White with #EE063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE063A; }
p { color: rgb(238,6,58); }
H1.HeaderClassName
{
color: #EE063A;
}
.AnyTagClassName
{
color: #EE063A;
}
</style>
background-color css
<style>
a { background-color: #EE063A; }
a { background-color: rgb(238,6,58); }
div.DivClassName
{
background-color: #EE063A;
}
.BgClassName
{
background-color: #EE063A;
}
</style>
border-color css
<style>
span { border-color: #EE063A; }
span { border-color: rgb(238,6,58); }
td.TdClassName
{
border-color: #EE063A;
}
.TagClassName
{
border-color: #EE063A;
}
</style>