Shades of Torch Red #E90C2D
Tints of Torch Red #E90C2D
RGB
CMYK
RGB Variations
Color information
#E90C2D (or 0xE90C2D) is known color: Torch Red. HEX triplet: E9, 0C and 2D. RGB value is (233,12,45). Sum of RGB (Red+Green+Blue) = 233+12+45=290 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.34% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90C2D is #16F3D2. Grayscale: #515151. Windows color (decimal): -1504211 or 2952425. OLE color: 2952425.
HSL color Cylindrical-coordinate representation of color #E90C2D: hue angle of 351.04º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90C2D is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 45 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.09 |
| HSL | 351.04º | 0.9% | 0.48% | - |
| HSV(B) | 351.04º | 0.95% | 0.91% | - |
| XYZ | 34.21 | 17.78 | 4.11 | - |
| YUV | 81.84 | 107.22 | 235.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 45 | 0 | 0.95 | 0.81 | 0.09 | 351.04 | 0.9 | 0.48 |
| Hex | E9 | C | 2D | 0 | 5F | 51 | 9 | 15F | 5A | 30 |
| Octal | 351 | 14 | 55 | 0 | 137 | 121 | 11 | 537 | 132 | 60 |
| Binary | 11101001 | 1100 | 101101 | 0 | 1011111 | 1010001 | 1001 | 101011111 | 1011010 | 110000 |
Color Harmonies of #E90C2D
Complementary color
Monochromatic Colors of #E90C2D
Black with #E90C2D
Text Example
Text Example
White with #E90C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C2D; }
p { color: rgb(233,12,45); }
H1.HeaderClassName
{
color: #E90C2D;
}
.AnyTagClassName
{
color: #E90C2D;
}
</style>
background-color css
<style>
a { background-color: #E90C2D; }
a { background-color: rgb(233,12,45); }
div.DivClassName
{
background-color: #E90C2D;
}
.BgClassName
{
background-color: #E90C2D;
}
</style>
border-color css
<style>
span { border-color: #E90C2D; }
span { border-color: rgb(233,12,45); }
td.TdClassName
{
border-color: #E90C2D;
}
.TagClassName
{
border-color: #E90C2D;
}
</style>