Shades of Torch Red #EE103D
Tints of Torch Red #EE103D
RGB
CMYK
RGB Variations
Color information
#EE103D (or 0xEE103D) is known color: Torch Red. HEX triplet: EE, 10 and 3D. RGB value is (238,16,61). Sum of RGB (Red+Green+Blue) = 238+16+61=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE103D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE103D is #11EFC2. Grayscale: #575757. Windows color (decimal): -1175491 or 4002030. OLE color: 4002030.
HSL color Cylindrical-coordinate representation of color #EE103D: hue angle of 347.84º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE103D is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 61 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.07 |
| HSL | 347.84º | 0.87% | 0.5% | - |
| HSV(B) | 347.84º | 0.93% | 0.93% | - |
| XYZ | 36.29 | 18.88 | 6.15 | - |
| YUV | 87.51 | 113.05 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 61 | 0 | 0.93 | 0.74 | 0.07 | 347.84 | 0.87 | 0.5 |
| Hex | EE | 10 | 3D | 0 | 5D | 4A | 7 | 15C | 57 | 32 |
| Octal | 356 | 20 | 75 | 0 | 135 | 112 | 7 | 534 | 127 | 62 |
| Binary | 11101110 | 10000 | 111101 | 0 | 1011101 | 1001010 | 111 | 101011100 | 1010111 | 110010 |
Color Harmonies of #EE103D
Complementary color
Monochromatic Colors of #EE103D
Black with #EE103D
Text Example
Text Example
White with #EE103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE103D; }
p { color: rgb(238,16,61); }
H1.HeaderClassName
{
color: #EE103D;
}
.AnyTagClassName
{
color: #EE103D;
}
</style>
background-color css
<style>
a { background-color: #EE103D; }
a { background-color: rgb(238,16,61); }
div.DivClassName
{
background-color: #EE103D;
}
.BgClassName
{
background-color: #EE103D;
}
</style>
border-color css
<style>
span { border-color: #EE103D; }
span { border-color: rgb(238,16,61); }
td.TdClassName
{
border-color: #EE103D;
}
.TagClassName
{
border-color: #EE103D;
}
</style>