Shades of Torch Red #EE031B
Tints of Torch Red #EE031B
RGB
CMYK
RGB Variations
Color information
#EE031B (or 0xEE031B) is known color: Torch Red. HEX triplet: EE, 03 and 1B. RGB value is (238,3,27). Sum of RGB (Red+Green+Blue) = 238+3+27=268 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.81% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 238 - color contains mainly: red. Hex color #EE031B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE031B is #11FCE4. Grayscale: #4C4C4C. Windows color (decimal): -1178853 or 1770478. OLE color: 1770478.
HSL color Cylindrical-coordinate representation of color #EE031B: hue angle of 353.87º 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 #EE031B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.07 |
| HSL | 353.87º | 0.98% | 0.47% | - |
| HSV(B) | 353.87º | 0.99% | 0.93% | - |
| XYZ | 35.49 | 18.32 | 2.7 | - |
| YUV | 76 | 100.36 | 243.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 27 | 0 | 0.99 | 0.89 | 0.07 | 353.87 | 0.98 | 0.47 |
| Hex | EE | 3 | 1B | 0 | 63 | 59 | 7 | 162 | 62 | 2F |
| Octal | 356 | 3 | 33 | 0 | 143 | 131 | 7 | 542 | 142 | 57 |
| Binary | 11101110 | 11 | 11011 | 0 | 1100011 | 1011001 | 111 | 101100010 | 1100010 | 101111 |
Color Harmonies of #EE031B
Complementary color
Monochromatic Colors of #EE031B
Black with #EE031B
Text Example
Text Example
White with #EE031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE031B; }
p { color: rgb(238,3,27); }
H1.HeaderClassName
{
color: #EE031B;
}
.AnyTagClassName
{
color: #EE031B;
}
</style>
background-color css
<style>
a { background-color: #EE031B; }
a { background-color: rgb(238,3,27); }
div.DivClassName
{
background-color: #EE031B;
}
.BgClassName
{
background-color: #EE031B;
}
</style>
border-color css
<style>
span { border-color: #EE031B; }
span { border-color: rgb(238,3,27); }
td.TdClassName
{
border-color: #EE031B;
}
.TagClassName
{
border-color: #EE031B;
}
</style>