Shades of Torch Red #EE063B
Tints of Torch Red #EE063B
RGB
CMYK
RGB Variations
Color information
#EE063B (or 0xEE063B) is known color: Torch Red. HEX triplet: EE, 06 and 3B. RGB value is (238,6,59). Sum of RGB (Red+Green+Blue) = 238+6+59=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE063B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE063B is #11F9C4. Grayscale: #515151. Windows color (decimal): -1178053 or 3868398. OLE color: 3868398.
HSL color Cylindrical-coordinate representation of color #EE063B: hue angle of 346.29º 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 #EE063B is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 59 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.07 |
| HSL | 346.29º | 0.95% | 0.48% | - |
| HSV(B) | 346.29º | 0.97% | 0.93% | - |
| XYZ | 36.11 | 18.62 | 5.83 | - |
| YUV | 81.41 | 115.36 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 59 | 0 | 0.97 | 0.75 | 0.07 | 346.29 | 0.95 | 0.48 |
| Hex | EE | 6 | 3B | 0 | 61 | 4B | 7 | 15A | 5F | 30 |
| Octal | 356 | 6 | 73 | 0 | 141 | 113 | 7 | 532 | 137 | 60 |
| Binary | 11101110 | 110 | 111011 | 0 | 1100001 | 1001011 | 111 | 101011010 | 1011111 | 110000 |
Color Harmonies of #EE063B
Complementary color
Monochromatic Colors of #EE063B
Black with #EE063B
Text Example
Text Example
White with #EE063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE063B; }
p { color: rgb(238,6,59); }
H1.HeaderClassName
{
color: #EE063B;
}
.AnyTagClassName
{
color: #EE063B;
}
</style>
background-color css
<style>
a { background-color: #EE063B; }
a { background-color: rgb(238,6,59); }
div.DivClassName
{
background-color: #EE063B;
}
.BgClassName
{
background-color: #EE063B;
}
</style>
border-color css
<style>
span { border-color: #EE063B; }
span { border-color: rgb(238,6,59); }
td.TdClassName
{
border-color: #EE063B;
}
.TagClassName
{
border-color: #EE063B;
}
</style>