Shades of Torch Red #EE0129
Tints of Torch Red #EE0129
RGB
CMYK
RGB Variations
Color information
#EE0129 (or 0xEE0129) is known color: Torch Red. HEX triplet: EE, 01 and 29. RGB value is (238,1,41). Sum of RGB (Red+Green+Blue) = 238+1+41=280 (37% of max value = 765). Red value is 238 (93.36% from 255 or 85% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0129 is #11FED6. Grayscale: #4C4C4C. Windows color (decimal): -1179351 or 2687470. OLE color: 2687470.
HSL color Cylindrical-coordinate representation of color #EE0129: hue angle of 349.87º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0129 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 41 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.07 |
| HSL | 349.87º | 0.99% | 0.47% | - |
| HSV(B) | 349.87º | 1% | 0.93% | - |
| XYZ | 35.67 | 18.36 | 3.76 | - |
| YUV | 76.42 | 108.02 | 243.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 41 | 0 | 1.00 | 0.83 | 0.07 | 349.87 | 0.99 | 0.47 |
| Hex | EE | 1 | 29 | 0 | 64 | 53 | 7 | 15E | 63 | 2F |
| Octal | 356 | 1 | 51 | 0 | 144 | 123 | 7 | 536 | 143 | 57 |
| Binary | 11101110 | 1 | 101001 | 0 | 1100100 | 1010011 | 111 | 101011110 | 1100011 | 101111 |
Color Harmonies of #EE0129
Complementary color
Monochromatic Colors of #EE0129
Black with #EE0129
Text Example
Text Example
White with #EE0129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0129; }
p { color: rgb(238,1,41); }
H1.HeaderClassName
{
color: #EE0129;
}
.AnyTagClassName
{
color: #EE0129;
}
</style>
background-color css
<style>
a { background-color: #EE0129; }
a { background-color: rgb(238,1,41); }
div.DivClassName
{
background-color: #EE0129;
}
.BgClassName
{
background-color: #EE0129;
}
</style>
border-color css
<style>
span { border-color: #EE0129; }
span { border-color: rgb(238,1,41); }
td.TdClassName
{
border-color: #EE0129;
}
.TagClassName
{
border-color: #EE0129;
}
</style>