Shades of Torch Red #EE1727
Tints of Torch Red #EE1727
RGB
CMYK
RGB Variations
Color information
#EE1727 (or 0xEE1727) is known color: Torch Red. HEX triplet: EE, 17 and 27. RGB value is (238,23,39). Sum of RGB (Red+Green+Blue) = 238+23+39=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1727 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1727 is #11E8D8. Grayscale: #595959. Windows color (decimal): -1173721 or 2562030. OLE color: 2562030.
HSL color Cylindrical-coordinate representation of color #EE1727: hue angle of 355.53º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1727 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 39 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.07 |
| HSL | 355.53º | 0.86% | 0.51% | - |
| HSV(B) | 355.53º | 0.9% | 0.93% | - |
| XYZ | 35.93 | 18.94 | 3.68 | - |
| YUV | 89.11 | 99.73 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 39 | 0 | 0.90 | 0.84 | 0.07 | 355.53 | 0.86 | 0.51 |
| Hex | EE | 17 | 27 | 0 | 5A | 54 | 7 | 164 | 56 | 33 |
| Octal | 356 | 27 | 47 | 0 | 132 | 124 | 7 | 544 | 126 | 63 |
| Binary | 11101110 | 10111 | 100111 | 0 | 1011010 | 1010100 | 111 | 101100100 | 1010110 | 110011 |
Color Harmonies of #EE1727
Complementary color
Monochromatic Colors of #EE1727
Black with #EE1727
Text Example
Text Example
White with #EE1727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1727; }
p { color: rgb(238,23,39); }
H1.HeaderClassName
{
color: #EE1727;
}
.AnyTagClassName
{
color: #EE1727;
}
</style>
background-color css
<style>
a { background-color: #EE1727; }
a { background-color: rgb(238,23,39); }
div.DivClassName
{
background-color: #EE1727;
}
.BgClassName
{
background-color: #EE1727;
}
</style>
border-color css
<style>
span { border-color: #EE1727; }
span { border-color: rgb(238,23,39); }
td.TdClassName
{
border-color: #EE1727;
}
.TagClassName
{
border-color: #EE1727;
}
</style>