Shades of Torch Red #EE131B
Tints of Torch Red #EE131B
RGB
CMYK
RGB Variations
Color information
#EE131B (or 0xEE131B) is known color: Torch Red. HEX triplet: EE, 13 and 1B. RGB value is (238,19,27). Sum of RGB (Red+Green+Blue) = 238+19+27=284 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.80% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 238 - color contains mainly: red. Hex color #EE131B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE131B is #11ECE4. Grayscale: #555555. Windows color (decimal): -1174757 or 1774574. OLE color: 1774574.
HSL color Cylindrical-coordinate representation of color #EE131B: hue angle of 357.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE131B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 27 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.07 |
| HSL | 357.81º | 0.87% | 0.5% | - |
| HSV(B) | 357.81º | 0.92% | 0.93% | - |
| XYZ | 35.69 | 18.72 | 2.77 | - |
| YUV | 85.39 | 95.05 | 236.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 27 | 0 | 0.92 | 0.89 | 0.07 | 357.81 | 0.87 | 0.5 |
| Hex | EE | 13 | 1B | 0 | 5C | 59 | 7 | 166 | 57 | 32 |
| Octal | 356 | 23 | 33 | 0 | 134 | 131 | 7 | 546 | 127 | 62 |
| Binary | 11101110 | 10011 | 11011 | 0 | 1011100 | 1011001 | 111 | 101100110 | 1010111 | 110010 |
Color Harmonies of #EE131B
Complementary color
Monochromatic Colors of #EE131B
Black with #EE131B
Text Example
Text Example
White with #EE131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE131B; }
p { color: rgb(238,19,27); }
H1.HeaderClassName
{
color: #EE131B;
}
.AnyTagClassName
{
color: #EE131B;
}
</style>
background-color css
<style>
a { background-color: #EE131B; }
a { background-color: rgb(238,19,27); }
div.DivClassName
{
background-color: #EE131B;
}
.BgClassName
{
background-color: #EE131B;
}
</style>
border-color css
<style>
span { border-color: #EE131B; }
span { border-color: rgb(238,19,27); }
td.TdClassName
{
border-color: #EE131B;
}
.TagClassName
{
border-color: #EE131B;
}
</style>