Shades of Torch Red #EE0D1A
Tints of Torch Red #EE0D1A
RGB
CMYK
RGB Variations
Color information
#EE0D1A (or 0xEE0D1A) is known color: Torch Red. HEX triplet: EE, 0D and 1A. RGB value is (238,13,26). Sum of RGB (Red+Green+Blue) = 238+13+26=277 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.92% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0D1A is #11F2E5. Grayscale: #515151. Windows color (decimal): -1176294 or 1707502. OLE color: 1707502.
HSL color Cylindrical-coordinate representation of color #EE0D1A: hue angle of 356.53º 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 #EE0D1A is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 26 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.07 |
| HSL | 356.53º | 0.9% | 0.49% | - |
| HSV(B) | 356.53º | 0.95% | 0.93% | - |
| XYZ | 35.59 | 18.54 | 2.68 | - |
| YUV | 81.76 | 96.54 | 239.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 26 | 0 | 0.95 | 0.89 | 0.07 | 356.53 | 0.9 | 0.49 |
| Hex | EE | D | 1A | 0 | 5F | 59 | 7 | 165 | 5A | 31 |
| Octal | 356 | 15 | 32 | 0 | 137 | 131 | 7 | 545 | 132 | 61 |
| Binary | 11101110 | 1101 | 11010 | 0 | 1011111 | 1011001 | 111 | 101100101 | 1011010 | 110001 |
Color Harmonies of #EE0D1A
Complementary color
Monochromatic Colors of #EE0D1A
Black with #EE0D1A
Text Example
Text Example
White with #EE0D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0D1A; }
p { color: rgb(238,13,26); }
H1.HeaderClassName
{
color: #EE0D1A;
}
.AnyTagClassName
{
color: #EE0D1A;
}
</style>
background-color css
<style>
a { background-color: #EE0D1A; }
a { background-color: rgb(238,13,26); }
div.DivClassName
{
background-color: #EE0D1A;
}
.BgClassName
{
background-color: #EE0D1A;
}
</style>
border-color css
<style>
span { border-color: #EE0D1A; }
span { border-color: rgb(238,13,26); }
td.TdClassName
{
border-color: #EE0D1A;
}
.TagClassName
{
border-color: #EE0D1A;
}
</style>