Shades of Torch Red #EE0927
Tints of Torch Red #EE0927
RGB
CMYK
RGB Variations
Color information
#EE0927 (or 0xEE0927) is known color: Torch Red. HEX triplet: EE, 09 and 27. RGB value is (238,9,39). Sum of RGB (Red+Green+Blue) = 238+9+39=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0927 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0927 is #11F6D8. Grayscale: #515151. Windows color (decimal): -1177305 or 2558446. OLE color: 2558446.
HSL color Cylindrical-coordinate representation of color #EE0927: hue angle of 352.14º 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 #EE0927 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 39 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.07 |
| HSL | 352.14º | 0.93% | 0.48% | - |
| HSV(B) | 352.14º | 0.96% | 0.93% | - |
| XYZ | 35.72 | 18.52 | 3.61 | - |
| YUV | 80.89 | 104.37 | 240.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 39 | 0 | 0.96 | 0.84 | 0.07 | 352.14 | 0.93 | 0.48 |
| Hex | EE | 9 | 27 | 0 | 60 | 54 | 7 | 160 | 5D | 30 |
| Octal | 356 | 11 | 47 | 0 | 140 | 124 | 7 | 540 | 135 | 60 |
| Binary | 11101110 | 1001 | 100111 | 0 | 1100000 | 1010100 | 111 | 101100000 | 1011101 | 110000 |
Color Harmonies of #EE0927
Complementary color
Monochromatic Colors of #EE0927
Black with #EE0927
Text Example
Text Example
White with #EE0927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0927; }
p { color: rgb(238,9,39); }
H1.HeaderClassName
{
color: #EE0927;
}
.AnyTagClassName
{
color: #EE0927;
}
</style>
background-color css
<style>
a { background-color: #EE0927; }
a { background-color: rgb(238,9,39); }
div.DivClassName
{
background-color: #EE0927;
}
.BgClassName
{
background-color: #EE0927;
}
</style>
border-color css
<style>
span { border-color: #EE0927; }
span { border-color: rgb(238,9,39); }
td.TdClassName
{
border-color: #EE0927;
}
.TagClassName
{
border-color: #EE0927;
}
</style>