Shades of Torch Red #EE012F
Tints of Torch Red #EE012F
RGB
CMYK
RGB Variations
Color information
#EE012F (or 0xEE012F) is known color: Torch Red. HEX triplet: EE, 01 and 2F. RGB value is (238,1,47). Sum of RGB (Red+Green+Blue) = 238+1+47=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE012F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE012F is #11FED0. Grayscale: #4D4D4D. Windows color (decimal): -1179345 or 3080686. OLE color: 3080686.
HSL color Cylindrical-coordinate representation of color #EE012F: hue angle of 348.35º 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 #EE012F is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 47 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.07 |
| HSL | 348.35º | 0.99% | 0.47% | - |
| HSV(B) | 348.35º | 1% | 0.93% | - |
| XYZ | 35.78 | 18.4 | 4.36 | - |
| YUV | 77.11 | 111.02 | 242.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 47 | 0 | 1.00 | 0.80 | 0.07 | 348.35 | 0.99 | 0.47 |
| Hex | EE | 1 | 2F | 0 | 64 | 50 | 7 | 15C | 63 | 2F |
| Octal | 356 | 1 | 57 | 0 | 144 | 120 | 7 | 534 | 143 | 57 |
| Binary | 11101110 | 1 | 101111 | 0 | 1100100 | 1010000 | 111 | 101011100 | 1100011 | 101111 |
Color Harmonies of #EE012F
Complementary color
Monochromatic Colors of #EE012F
Black with #EE012F
Text Example
Text Example
White with #EE012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE012F; }
p { color: rgb(238,1,47); }
H1.HeaderClassName
{
color: #EE012F;
}
.AnyTagClassName
{
color: #EE012F;
}
</style>
background-color css
<style>
a { background-color: #EE012F; }
a { background-color: rgb(238,1,47); }
div.DivClassName
{
background-color: #EE012F;
}
.BgClassName
{
background-color: #EE012F;
}
</style>
border-color css
<style>
span { border-color: #EE012F; }
span { border-color: rgb(238,1,47); }
td.TdClassName
{
border-color: #EE012F;
}
.TagClassName
{
border-color: #EE012F;
}
</style>