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