Shades of Torch Red #EE061D
Tints of Torch Red #EE061D
RGB
CMYK
RGB Variations
Color information
#EE061D (or 0xEE061D) is known color: Torch Red. HEX triplet: EE, 06 and 1D. RGB value is (238,6,29). Sum of RGB (Red+Green+Blue) = 238+6+29=273 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.18% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 238 - color contains mainly: red. Hex color #EE061D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE061D is #11F9E2. Grayscale: #4E4E4E. Windows color (decimal): -1178083 or 1902318. OLE color: 1902318.
HSL color Cylindrical-coordinate representation of color #EE061D: hue angle of 354.05º 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 #EE061D is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 29 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.07 |
| HSL | 354.05º | 0.95% | 0.48% | - |
| HSV(B) | 354.05º | 0.97% | 0.93% | - |
| XYZ | 35.55 | 18.4 | 2.84 | - |
| YUV | 77.99 | 100.36 | 242.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 29 | 0 | 0.97 | 0.88 | 0.07 | 354.05 | 0.95 | 0.48 |
| Hex | EE | 6 | 1D | 0 | 61 | 58 | 7 | 162 | 5F | 30 |
| Octal | 356 | 6 | 35 | 0 | 141 | 130 | 7 | 542 | 137 | 60 |
| Binary | 11101110 | 110 | 11101 | 0 | 1100001 | 1011000 | 111 | 101100010 | 1011111 | 110000 |
Color Harmonies of #EE061D
Complementary color
Monochromatic Colors of #EE061D
Black with #EE061D
Text Example
Text Example
White with #EE061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE061D; }
p { color: rgb(238,6,29); }
H1.HeaderClassName
{
color: #EE061D;
}
.AnyTagClassName
{
color: #EE061D;
}
</style>
background-color css
<style>
a { background-color: #EE061D; }
a { background-color: rgb(238,6,29); }
div.DivClassName
{
background-color: #EE061D;
}
.BgClassName
{
background-color: #EE061D;
}
</style>
border-color css
<style>
span { border-color: #EE061D; }
span { border-color: rgb(238,6,29); }
td.TdClassName
{
border-color: #EE061D;
}
.TagClassName
{
border-color: #EE061D;
}
</style>