Shades of Torch Red #EE102F
Tints of Torch Red #EE102F
RGB
CMYK
RGB Variations
Color information
#EE102F (or 0xEE102F) is known color: Torch Red. HEX triplet: EE, 10 and 2F. RGB value is (238,16,47). Sum of RGB (Red+Green+Blue) = 238+16+47=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE102F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE102F is #11EFD0. Grayscale: #565656. Windows color (decimal): -1175505 or 3084526. OLE color: 3084526.
HSL color Cylindrical-coordinate representation of color #EE102F: hue angle of 351.62º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE102F is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 47 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.07 |
| HSL | 351.62º | 0.87% | 0.5% | - |
| HSV(B) | 351.62º | 0.93% | 0.93% | - |
| XYZ | 35.96 | 18.75 | 4.41 | - |
| YUV | 85.91 | 106.05 | 236.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 47 | 0 | 0.93 | 0.80 | 0.07 | 351.62 | 0.87 | 0.5 |
| Hex | EE | 10 | 2F | 0 | 5D | 50 | 7 | 160 | 57 | 32 |
| Octal | 356 | 20 | 57 | 0 | 135 | 120 | 7 | 540 | 127 | 62 |
| Binary | 11101110 | 10000 | 101111 | 0 | 1011101 | 1010000 | 111 | 101100000 | 1010111 | 110010 |
Color Harmonies of #EE102F
Complementary color
Monochromatic Colors of #EE102F
Black with #EE102F
Text Example
Text Example
White with #EE102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE102F; }
p { color: rgb(238,16,47); }
H1.HeaderClassName
{
color: #EE102F;
}
.AnyTagClassName
{
color: #EE102F;
}
</style>
background-color css
<style>
a { background-color: #EE102F; }
a { background-color: rgb(238,16,47); }
div.DivClassName
{
background-color: #EE102F;
}
.BgClassName
{
background-color: #EE102F;
}
</style>
border-color css
<style>
span { border-color: #EE102F; }
span { border-color: rgb(238,16,47); }
td.TdClassName
{
border-color: #EE102F;
}
.TagClassName
{
border-color: #EE102F;
}
</style>