Shades of Torch Red #EE0D1C
Tints of Torch Red #EE0D1C
RGB
CMYK
RGB Variations
Color information
#EE0D1C (or 0xEE0D1C) is known color: Torch Red. HEX triplet: EE, 0D and 1C. RGB value is (238,13,28). Sum of RGB (Red+Green+Blue) = 238+13+28=279 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.30% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0D1C is #11F2E3. Grayscale: #525252. Windows color (decimal): -1176292 or 1838574. OLE color: 1838574.
HSL color Cylindrical-coordinate representation of color #EE0D1C: hue angle of 356º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0D1C is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 28 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.07 |
| HSL | 356º | 0.9% | 0.49% | - |
| HSV(B) | 356º | 0.95% | 0.93% | - |
| XYZ | 35.61 | 18.55 | 2.8 | - |
| YUV | 81.99 | 97.54 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 28 | 0 | 0.95 | 0.88 | 0.07 | 356 | 0.9 | 0.49 |
| Hex | EE | D | 1C | 0 | 5F | 58 | 7 | 164 | 5A | 31 |
| Octal | 356 | 15 | 34 | 0 | 137 | 130 | 7 | 544 | 132 | 61 |
| Binary | 11101110 | 1101 | 11100 | 0 | 1011111 | 1011000 | 111 | 101100100 | 1011010 | 110001 |
Color Harmonies of #EE0D1C
Complementary color
Monochromatic Colors of #EE0D1C
Black with #EE0D1C
Text Example
Text Example
White with #EE0D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0D1C; }
p { color: rgb(238,13,28); }
H1.HeaderClassName
{
color: #EE0D1C;
}
.AnyTagClassName
{
color: #EE0D1C;
}
</style>
background-color css
<style>
a { background-color: #EE0D1C; }
a { background-color: rgb(238,13,28); }
div.DivClassName
{
background-color: #EE0D1C;
}
.BgClassName
{
background-color: #EE0D1C;
}
</style>
border-color css
<style>
span { border-color: #EE0D1C; }
span { border-color: rgb(238,13,28); }
td.TdClassName
{
border-color: #EE0D1C;
}
.TagClassName
{
border-color: #EE0D1C;
}
</style>