Shades of Torch Red #EE0631
Tints of Torch Red #EE0631
RGB
CMYK
RGB Variations
Color information
#EE0631 (or 0xEE0631) is known color: Torch Red. HEX triplet: EE, 06 and 31. RGB value is (238,6,49). Sum of RGB (Red+Green+Blue) = 238+6+49=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0631 is #11F9CE. Grayscale: #505050. Windows color (decimal): -1178063 or 3213038. OLE color: 3213038.
HSL color Cylindrical-coordinate representation of color #EE0631: hue angle of 348.88º 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 #EE0631 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 49 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.07 |
| HSL | 348.88º | 0.95% | 0.48% | - |
| HSV(B) | 348.88º | 0.97% | 0.93% | - |
| XYZ | 35.88 | 18.53 | 4.59 | - |
| YUV | 80.27 | 110.36 | 240.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 49 | 0 | 0.97 | 0.79 | 0.07 | 348.88 | 0.95 | 0.48 |
| Hex | EE | 6 | 31 | 0 | 61 | 4F | 7 | 15D | 5F | 30 |
| Octal | 356 | 6 | 61 | 0 | 141 | 117 | 7 | 535 | 137 | 60 |
| Binary | 11101110 | 110 | 110001 | 0 | 1100001 | 1001111 | 111 | 101011101 | 1011111 | 110000 |
Color Harmonies of #EE0631
Complementary color
Monochromatic Colors of #EE0631
Black with #EE0631
Text Example
Text Example
White with #EE0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0631; }
p { color: rgb(238,6,49); }
H1.HeaderClassName
{
color: #EE0631;
}
.AnyTagClassName
{
color: #EE0631;
}
</style>
background-color css
<style>
a { background-color: #EE0631; }
a { background-color: rgb(238,6,49); }
div.DivClassName
{
background-color: #EE0631;
}
.BgClassName
{
background-color: #EE0631;
}
</style>
border-color css
<style>
span { border-color: #EE0631; }
span { border-color: rgb(238,6,49); }
td.TdClassName
{
border-color: #EE0631;
}
.TagClassName
{
border-color: #EE0631;
}
</style>