Shades of Torch Red #E90D27
Tints of Torch Red #E90D27
RGB
CMYK
RGB Variations
Color information
#E90D27 (or 0xE90D27) is known color: Torch Red. HEX triplet: E9, 0D and 27. RGB value is (233,13,39). Sum of RGB (Red+Green+Blue) = 233+13+39=285 (37% of max value = 765). Red value is 233 (91.41% from 255 or 81.75% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90D27 is #16F2D8. Grayscale: #515151. Windows color (decimal): -1503961 or 2559465. OLE color: 2559465.
HSL color Cylindrical-coordinate representation of color #E90D27: hue angle of 352.91º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90D27 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 39 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.09 |
| HSL | 352.91º | 0.89% | 0.48% | - |
| HSV(B) | 352.91º | 0.94% | 0.91% | - |
| XYZ | 34.11 | 17.76 | 3.55 | - |
| YUV | 81.74 | 103.89 | 235.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 39 | 0 | 0.94 | 0.83 | 0.09 | 352.91 | 0.89 | 0.48 |
| Hex | E9 | D | 27 | 0 | 5E | 53 | 9 | 161 | 59 | 30 |
| Octal | 351 | 15 | 47 | 0 | 136 | 123 | 11 | 541 | 131 | 60 |
| Binary | 11101001 | 1101 | 100111 | 0 | 1011110 | 1010011 | 1001 | 101100001 | 1011001 | 110000 |
Color Harmonies of #E90D27
Complementary color
Monochromatic Colors of #E90D27
Black with #E90D27
Text Example
Text Example
White with #E90D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90D27; }
p { color: rgb(233,13,39); }
H1.HeaderClassName
{
color: #E90D27;
}
.AnyTagClassName
{
color: #E90D27;
}
</style>
background-color css
<style>
a { background-color: #E90D27; }
a { background-color: rgb(233,13,39); }
div.DivClassName
{
background-color: #E90D27;
}
.BgClassName
{
background-color: #E90D27;
}
</style>
border-color css
<style>
span { border-color: #E90D27; }
span { border-color: rgb(233,13,39); }
td.TdClassName
{
border-color: #E90D27;
}
.TagClassName
{
border-color: #E90D27;
}
</style>