Shades of Torch Red #EE1527
Tints of Torch Red #EE1527
RGB
CMYK
RGB Variations
Color information
#EE1527 (or 0xEE1527) is known color: Torch Red. HEX triplet: EE, 15 and 27. RGB value is (238,21,39). Sum of RGB (Red+Green+Blue) = 238+21+39=298 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.87% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1527 is #11EAD8. Grayscale: #585858. Windows color (decimal): -1174233 or 2561518. OLE color: 2561518.
HSL color Cylindrical-coordinate representation of color #EE1527: hue angle of 355.02º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1527 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 39 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.07 |
| HSL | 355.02º | 0.86% | 0.51% | - |
| HSV(B) | 355.02º | 0.91% | 0.93% | - |
| XYZ | 35.89 | 18.86 | 3.67 | - |
| YUV | 87.94 | 100.39 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 39 | 0 | 0.91 | 0.84 | 0.07 | 355.02 | 0.86 | 0.51 |
| Hex | EE | 15 | 27 | 0 | 5B | 54 | 7 | 163 | 56 | 33 |
| Octal | 356 | 25 | 47 | 0 | 133 | 124 | 7 | 543 | 126 | 63 |
| Binary | 11101110 | 10101 | 100111 | 0 | 1011011 | 1010100 | 111 | 101100011 | 1010110 | 110011 |
Color Harmonies of #EE1527
Complementary color
Monochromatic Colors of #EE1527
Black with #EE1527
Text Example
Text Example
White with #EE1527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1527; }
p { color: rgb(238,21,39); }
H1.HeaderClassName
{
color: #EE1527;
}
.AnyTagClassName
{
color: #EE1527;
}
</style>
background-color css
<style>
a { background-color: #EE1527; }
a { background-color: rgb(238,21,39); }
div.DivClassName
{
background-color: #EE1527;
}
.BgClassName
{
background-color: #EE1527;
}
</style>
border-color css
<style>
span { border-color: #EE1527; }
span { border-color: rgb(238,21,39); }
td.TdClassName
{
border-color: #EE1527;
}
.TagClassName
{
border-color: #EE1527;
}
</style>