Shades of Torch Red #EE101D
Tints of Torch Red #EE101D
RGB
CMYK
RGB Variations
Color information
#EE101D (or 0xEE101D) is known color: Torch Red. HEX triplet: EE, 10 and 1D. RGB value is (238,16,29). Sum of RGB (Red+Green+Blue) = 238+16+29=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE101D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE101D is #11EFE2. Grayscale: #545454. Windows color (decimal): -1175523 or 1904878. OLE color: 1904878.
HSL color Cylindrical-coordinate representation of color #EE101D: hue angle of 356.49º 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 #EE101D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 29 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.07 |
| HSL | 356.49º | 0.87% | 0.5% | - |
| HSV(B) | 356.49º | 0.93% | 0.93% | - |
| XYZ | 35.67 | 18.64 | 2.88 | - |
| YUV | 83.86 | 97.05 | 237.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 29 | 0 | 0.93 | 0.88 | 0.07 | 356.49 | 0.87 | 0.5 |
| Hex | EE | 10 | 1D | 0 | 5D | 58 | 7 | 164 | 57 | 32 |
| Octal | 356 | 20 | 35 | 0 | 135 | 130 | 7 | 544 | 127 | 62 |
| Binary | 11101110 | 10000 | 11101 | 0 | 1011101 | 1011000 | 111 | 101100100 | 1010111 | 110010 |
Color Harmonies of #EE101D
Complementary color
Monochromatic Colors of #EE101D
Black with #EE101D
Text Example
Text Example
White with #EE101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE101D; }
p { color: rgb(238,16,29); }
H1.HeaderClassName
{
color: #EE101D;
}
.AnyTagClassName
{
color: #EE101D;
}
</style>
background-color css
<style>
a { background-color: #EE101D; }
a { background-color: rgb(238,16,29); }
div.DivClassName
{
background-color: #EE101D;
}
.BgClassName
{
background-color: #EE101D;
}
</style>
border-color css
<style>
span { border-color: #EE101D; }
span { border-color: rgb(238,16,29); }
td.TdClassName
{
border-color: #EE101D;
}
.TagClassName
{
border-color: #EE101D;
}
</style>