Shades of Torch Red #EE1529
Tints of Torch Red #EE1529
RGB
CMYK
RGB Variations
Color information
#EE1529 (or 0xEE1529) is known color: Torch Red. HEX triplet: EE, 15 and 29. RGB value is (238,21,41). Sum of RGB (Red+Green+Blue) = 238+21+41=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1529 is #11EAD6. Grayscale: #585858. Windows color (decimal): -1174231 or 2692590. OLE color: 2692590.
HSL color Cylindrical-coordinate representation of color #EE1529: hue angle of 354.47º 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 #EE1529 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 41 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.07 |
| HSL | 354.47º | 0.86% | 0.51% | - |
| HSV(B) | 354.47º | 0.91% | 0.93% | - |
| XYZ | 35.93 | 18.87 | 3.85 | - |
| YUV | 88.16 | 101.39 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 41 | 0 | 0.91 | 0.83 | 0.07 | 354.47 | 0.86 | 0.51 |
| Hex | EE | 15 | 29 | 0 | 5B | 53 | 7 | 162 | 56 | 33 |
| Octal | 356 | 25 | 51 | 0 | 133 | 123 | 7 | 542 | 126 | 63 |
| Binary | 11101110 | 10101 | 101001 | 0 | 1011011 | 1010011 | 111 | 101100010 | 1010110 | 110011 |
Color Harmonies of #EE1529
Complementary color
Monochromatic Colors of #EE1529
Black with #EE1529
Text Example
Text Example
White with #EE1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1529; }
p { color: rgb(238,21,41); }
H1.HeaderClassName
{
color: #EE1529;
}
.AnyTagClassName
{
color: #EE1529;
}
</style>
background-color css
<style>
a { background-color: #EE1529; }
a { background-color: rgb(238,21,41); }
div.DivClassName
{
background-color: #EE1529;
}
.BgClassName
{
background-color: #EE1529;
}
</style>
border-color css
<style>
span { border-color: #EE1529; }
span { border-color: rgb(238,21,41); }
td.TdClassName
{
border-color: #EE1529;
}
.TagClassName
{
border-color: #EE1529;
}
</style>