Shades of Torch Red #EE0922
Tints of Torch Red #EE0922
RGB
CMYK
RGB Variations
Color information
#EE0922 (or 0xEE0922) is known color: Torch Red. HEX triplet: EE, 09 and 22. RGB value is (238,9,34). Sum of RGB (Red+Green+Blue) = 238+9+34=281 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.70% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0922 is #11F6DD. Grayscale: #505050. Windows color (decimal): -1177310 or 2230766. OLE color: 2230766.
HSL color Cylindrical-coordinate representation of color #EE0922: hue angle of 353.45º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0922 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 34 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.07 |
| HSL | 353.45º | 0.93% | 0.48% | - |
| HSV(B) | 353.45º | 0.96% | 0.93% | - |
| XYZ | 35.65 | 18.49 | 3.2 | - |
| YUV | 80.32 | 101.87 | 240.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 34 | 0 | 0.96 | 0.86 | 0.07 | 353.45 | 0.93 | 0.48 |
| Hex | EE | 9 | 22 | 0 | 60 | 56 | 7 | 161 | 5D | 30 |
| Octal | 356 | 11 | 42 | 0 | 140 | 126 | 7 | 541 | 135 | 60 |
| Binary | 11101110 | 1001 | 100010 | 0 | 1100000 | 1010110 | 111 | 101100001 | 1011101 | 110000 |
Color Harmonies of #EE0922
Complementary color
Monochromatic Colors of #EE0922
Black with #EE0922
Text Example
Text Example
White with #EE0922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0922; }
p { color: rgb(238,9,34); }
H1.HeaderClassName
{
color: #EE0922;
}
.AnyTagClassName
{
color: #EE0922;
}
</style>
background-color css
<style>
a { background-color: #EE0922; }
a { background-color: rgb(238,9,34); }
div.DivClassName
{
background-color: #EE0922;
}
.BgClassName
{
background-color: #EE0922;
}
</style>
border-color css
<style>
span { border-color: #EE0922; }
span { border-color: rgb(238,9,34); }
td.TdClassName
{
border-color: #EE0922;
}
.TagClassName
{
border-color: #EE0922;
}
</style>