Shades of Torch Red #EE031E
Tints of Torch Red #EE031E
RGB
CMYK
RGB Variations
Color information
#EE031E (or 0xEE031E) is known color: Torch Red. HEX triplet: EE, 03 and 1E. RGB value is (238,3,30). Sum of RGB (Red+Green+Blue) = 238+3+30=271 (35% of max value = 765). Red value is 238 (93.36% from 255 or 87.82% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 238 - color contains mainly: red. Hex color #EE031E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE031E is #11FCE1. Grayscale: #4C4C4C. Windows color (decimal): -1178850 or 1967086. OLE color: 1967086.
HSL color Cylindrical-coordinate representation of color #EE031E: hue angle of 353.11º 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 #EE031E is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 30 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.07 |
| HSL | 353.11º | 0.98% | 0.47% | - |
| HSV(B) | 353.11º | 0.99% | 0.93% | - |
| XYZ | 35.53 | 18.34 | 2.9 | - |
| YUV | 76.34 | 101.86 | 243.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 30 | 0 | 0.99 | 0.87 | 0.07 | 353.11 | 0.98 | 0.47 |
| Hex | EE | 3 | 1E | 0 | 63 | 57 | 7 | 161 | 62 | 2F |
| Octal | 356 | 3 | 36 | 0 | 143 | 127 | 7 | 541 | 142 | 57 |
| Binary | 11101110 | 11 | 11110 | 0 | 1100011 | 1010111 | 111 | 101100001 | 1100010 | 101111 |
Color Harmonies of #EE031E
Complementary color
Monochromatic Colors of #EE031E
Black with #EE031E
Text Example
Text Example
White with #EE031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE031E; }
p { color: rgb(238,3,30); }
H1.HeaderClassName
{
color: #EE031E;
}
.AnyTagClassName
{
color: #EE031E;
}
</style>
background-color css
<style>
a { background-color: #EE031E; }
a { background-color: rgb(238,3,30); }
div.DivClassName
{
background-color: #EE031E;
}
.BgClassName
{
background-color: #EE031E;
}
</style>
border-color css
<style>
span { border-color: #EE031E; }
span { border-color: rgb(238,3,30); }
td.TdClassName
{
border-color: #EE031E;
}
.TagClassName
{
border-color: #EE031E;
}
</style>