Shades of Torch Red #EE0229
Tints of Torch Red #EE0229
RGB
CMYK
RGB Variations
Color information
#EE0229 (or 0xEE0229) is known color: Torch Red. HEX triplet: EE, 02 and 29. RGB value is (238,2,41). Sum of RGB (Red+Green+Blue) = 238+2+41=281 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.70% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0229 is #11FDD6. Grayscale: #4D4D4D. Windows color (decimal): -1179095 or 2687726. OLE color: 2687726.
HSL color Cylindrical-coordinate representation of color #EE0229: hue angle of 350.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE0229 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.07 |
| HSL | 350.08º | 0.98% | 0.47% | - |
| HSV(B) | 350.08º | 0.99% | 0.93% | - |
| XYZ | 35.68 | 18.38 | 3.77 | - |
| YUV | 77.01 | 107.69 | 242.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 41 | 0 | 0.99 | 0.83 | 0.07 | 350.08 | 0.98 | 0.47 |
| Hex | EE | 2 | 29 | 0 | 63 | 53 | 7 | 15E | 62 | 2F |
| Octal | 356 | 2 | 51 | 0 | 143 | 123 | 7 | 536 | 142 | 57 |
| Binary | 11101110 | 10 | 101001 | 0 | 1100011 | 1010011 | 111 | 101011110 | 1100010 | 101111 |
Color Harmonies of #EE0229
Complementary color
Monochromatic Colors of #EE0229
Black with #EE0229
Text Example
Text Example
White with #EE0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0229; }
p { color: rgb(238,2,41); }
H1.HeaderClassName
{
color: #EE0229;
}
.AnyTagClassName
{
color: #EE0229;
}
</style>
background-color css
<style>
a { background-color: #EE0229; }
a { background-color: rgb(238,2,41); }
div.DivClassName
{
background-color: #EE0229;
}
.BgClassName
{
background-color: #EE0229;
}
</style>
border-color css
<style>
span { border-color: #EE0229; }
span { border-color: rgb(238,2,41); }
td.TdClassName
{
border-color: #EE0229;
}
.TagClassName
{
border-color: #EE0229;
}
</style>