Shades of Torch Red #E9021D
Tints of Torch Red #E9021D
RGB
CMYK
RGB Variations
Color information
#E9021D (or 0xE9021D) is known color: Torch Red. HEX triplet: E9, 02 and 1D. RGB value is (233,2,29). Sum of RGB (Red+Green+Blue) = 233+2+29=264 (34% of max value = 765). Red value is 233 (91.41% from 255 or 88.26% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 233 - color contains mainly: red. Hex color #E9021D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9021D is #16FDE2. Grayscale: #4A4A4A. Windows color (decimal): -1506787 or 1901289. OLE color: 1901289.
HSL color Cylindrical-coordinate representation of color #E9021D: hue angle of 352.99º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E9021D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.09 |
| HSL | 352.99º | 0.98% | 0.46% | - |
| HSV(B) | 352.99º | 0.99% | 0.91% | - |
| XYZ | 33.85 | 17.46 | 2.75 | - |
| YUV | 74.15 | 102.53 | 241.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 29 | 0 | 0.99 | 0.88 | 0.09 | 352.99 | 0.98 | 0.46 |
| Hex | E9 | 2 | 1D | 0 | 63 | 58 | 9 | 161 | 62 | 2E |
| Octal | 351 | 2 | 35 | 0 | 143 | 130 | 11 | 541 | 142 | 56 |
| Binary | 11101001 | 10 | 11101 | 0 | 1100011 | 1011000 | 1001 | 101100001 | 1100010 | 101110 |
Color Harmonies of #E9021D
Complementary color
Monochromatic Colors of #E9021D
Black with #E9021D
Text Example
Text Example
White with #E9021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9021D; }
p { color: rgb(233,2,29); }
H1.HeaderClassName
{
color: #E9021D;
}
.AnyTagClassName
{
color: #E9021D;
}
</style>
background-color css
<style>
a { background-color: #E9021D; }
a { background-color: rgb(233,2,29); }
div.DivClassName
{
background-color: #E9021D;
}
.BgClassName
{
background-color: #E9021D;
}
</style>
border-color css
<style>
span { border-color: #E9021D; }
span { border-color: rgb(233,2,29); }
td.TdClassName
{
border-color: #E9021D;
}
.TagClassName
{
border-color: #E9021D;
}
</style>