Shades of Torch Red #EE0640
Tints of Torch Red #EE0640
RGB
CMYK
RGB Variations
Color information
#EE0640 (or 0xEE0640) is known color: Torch Red. HEX triplet: EE, 06 and 40. RGB value is (238,6,64). Sum of RGB (Red+Green+Blue) = 238+6+64=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0640 is #11F9BF. Grayscale: #515151. Windows color (decimal): -1178048 or 4196078. OLE color: 4196078.
HSL color Cylindrical-coordinate representation of color #EE0640: hue angle of 345º 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 #EE0640 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 64 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.07 |
| HSL | 345º | 0.95% | 0.48% | - |
| HSV(B) | 345º | 0.97% | 0.93% | - |
| XYZ | 36.25 | 18.68 | 6.55 | - |
| YUV | 81.98 | 117.86 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 64 | 0 | 0.97 | 0.73 | 0.07 | 345 | 0.95 | 0.48 |
| Hex | EE | 6 | 40 | 0 | 61 | 49 | 7 | 159 | 5F | 30 |
| Octal | 356 | 6 | 100 | 0 | 141 | 111 | 7 | 531 | 137 | 60 |
| Binary | 11101110 | 110 | 1000000 | 0 | 1100001 | 1001001 | 111 | 101011001 | 1011111 | 110000 |
Color Harmonies of #EE0640
Complementary color
Monochromatic Colors of #EE0640
Black with #EE0640
Text Example
Text Example
White with #EE0640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0640; }
p { color: rgb(238,6,64); }
H1.HeaderClassName
{
color: #EE0640;
}
.AnyTagClassName
{
color: #EE0640;
}
</style>
background-color css
<style>
a { background-color: #EE0640; }
a { background-color: rgb(238,6,64); }
div.DivClassName
{
background-color: #EE0640;
}
.BgClassName
{
background-color: #EE0640;
}
</style>
border-color css
<style>
span { border-color: #EE0640; }
span { border-color: rgb(238,6,64); }
td.TdClassName
{
border-color: #EE0640;
}
.TagClassName
{
border-color: #EE0640;
}
</style>