Shades of Torch Red #EE0526
Tints of Torch Red #EE0526
RGB
CMYK
RGB Variations
Color information
#EE0526 (or 0xEE0526) is known color: Torch Red. HEX triplet: EE, 05 and 26. RGB value is (238,5,38). Sum of RGB (Red+Green+Blue) = 238+5+38=281 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.70% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0526 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0526 is #11FAD9. Grayscale: #4E4E4E. Windows color (decimal): -1178330 or 2491886. OLE color: 2491886.
HSL color Cylindrical-coordinate representation of color #EE0526: hue angle of 351.5º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0526 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 38 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.07 |
| HSL | 351.5º | 0.96% | 0.48% | - |
| HSV(B) | 351.5º | 0.98% | 0.93% | - |
| XYZ | 35.66 | 18.43 | 3.51 | - |
| YUV | 78.43 | 105.19 | 241.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 38 | 0 | 0.98 | 0.84 | 0.07 | 351.5 | 0.96 | 0.48 |
| Hex | EE | 5 | 26 | 0 | 62 | 54 | 7 | 160 | 60 | 30 |
| Octal | 356 | 5 | 46 | 0 | 142 | 124 | 7 | 540 | 140 | 60 |
| Binary | 11101110 | 101 | 100110 | 0 | 1100010 | 1010100 | 111 | 101100000 | 1100000 | 110000 |
Color Harmonies of #EE0526
Complementary color
Monochromatic Colors of #EE0526
Black with #EE0526
Text Example
Text Example
White with #EE0526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0526; }
p { color: rgb(238,5,38); }
H1.HeaderClassName
{
color: #EE0526;
}
.AnyTagClassName
{
color: #EE0526;
}
</style>
background-color css
<style>
a { background-color: #EE0526; }
a { background-color: rgb(238,5,38); }
div.DivClassName
{
background-color: #EE0526;
}
.BgClassName
{
background-color: #EE0526;
}
</style>
border-color css
<style>
span { border-color: #EE0526; }
span { border-color: rgb(238,5,38); }
td.TdClassName
{
border-color: #EE0526;
}
.TagClassName
{
border-color: #EE0526;
}
</style>