Shades of Torch Red #EE0027
Tints of Torch Red #EE0027
RGB
CMYK
RGB Variations
Color information
#EE0027 (or 0xEE0027) is known color: Torch Red. HEX triplet: EE, 00 and 27. RGB value is (238,0,39). Sum of RGB (Red+Green+Blue) = 238+0+39=277 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.92% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0027 is #11FFD8. Grayscale: #4B4B4B. Windows color (decimal): -1179609 or 2556142. OLE color: 2556142.
HSL color Cylindrical-coordinate representation of color #EE0027: hue angle of 350.17º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0027 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.84 | 0.07 |
| HSL | 350.17º | 1% | 0.47% | - |
| HSV(B) | 350.17º | 1% | 0.93% | - |
| XYZ | 35.63 | 18.32 | 3.58 | - |
| YUV | 75.61 | 107.35 | 243.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 39 | 0 | 1 | 0.84 | 0.07 | 350.17 | 1 | 0.47 |
| Hex | EE | 0 | 27 | 0 | 64 | 54 | 7 | 15E | 64 | 2F |
| Octal | 356 | 0 | 47 | 0 | 144 | 124 | 7 | 536 | 144 | 57 |
| Binary | 11101110 | 0 | 100111 | 0 | 1100100 | 1010100 | 111 | 101011110 | 1100100 | 101111 |
Color Harmonies of #EE0027
Complementary color
Monochromatic Colors of #EE0027
Black with #EE0027
Text Example
Text Example
White with #EE0027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0027; }
p { color: rgb(238,0,39); }
H1.HeaderClassName
{
color: #EE0027;
}
.AnyTagClassName
{
color: #EE0027;
}
</style>
background-color css
<style>
a { background-color: #EE0027; }
a { background-color: rgb(238,0,39); }
div.DivClassName
{
background-color: #EE0027;
}
.BgClassName
{
background-color: #EE0027;
}
</style>
border-color css
<style>
span { border-color: #EE0027; }
span { border-color: rgb(238,0,39); }
td.TdClassName
{
border-color: #EE0027;
}
.TagClassName
{
border-color: #EE0027;
}
</style>