Shades of Torch Red #EE1730
Tints of Torch Red #EE1730
RGB
CMYK
RGB Variations
Color information
#EE1730 (or 0xEE1730) is known color: Torch Red. HEX triplet: EE, 17 and 30. RGB value is (238,23,48). Sum of RGB (Red+Green+Blue) = 238+23+48=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1730 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1730 is #11E8CF. Grayscale: #5A5A5A. Windows color (decimal): -1173712 or 3151854. OLE color: 3151854.
HSL color Cylindrical-coordinate representation of color #EE1730: hue angle of 353.02º 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 #EE1730 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 48 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.07 |
| HSL | 353.02º | 0.86% | 0.51% | - |
| HSV(B) | 353.02º | 0.9% | 0.93% | - |
| XYZ | 36.1 | 19 | 4.56 | - |
| YUV | 90.14 | 104.23 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 48 | 0 | 0.90 | 0.80 | 0.07 | 353.02 | 0.86 | 0.51 |
| Hex | EE | 17 | 30 | 0 | 5A | 50 | 7 | 161 | 56 | 33 |
| Octal | 356 | 27 | 60 | 0 | 132 | 120 | 7 | 541 | 126 | 63 |
| Binary | 11101110 | 10111 | 110000 | 0 | 1011010 | 1010000 | 111 | 101100001 | 1010110 | 110011 |
Color Harmonies of #EE1730
Complementary color
Monochromatic Colors of #EE1730
Black with #EE1730
Text Example
Text Example
White with #EE1730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1730; }
p { color: rgb(238,23,48); }
H1.HeaderClassName
{
color: #EE1730;
}
.AnyTagClassName
{
color: #EE1730;
}
</style>
background-color css
<style>
a { background-color: #EE1730; }
a { background-color: rgb(238,23,48); }
div.DivClassName
{
background-color: #EE1730;
}
.BgClassName
{
background-color: #EE1730;
}
</style>
border-color css
<style>
span { border-color: #EE1730; }
span { border-color: rgb(238,23,48); }
td.TdClassName
{
border-color: #EE1730;
}
.TagClassName
{
border-color: #EE1730;
}
</style>