Shades of Torch Red #EE1030
Tints of Torch Red #EE1030
RGB
CMYK
RGB Variations
Color information
#EE1030 (or 0xEE1030) is known color: Torch Red. HEX triplet: EE, 10 and 30. RGB value is (238,16,48). Sum of RGB (Red+Green+Blue) = 238+16+48=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1030 is #11EFCF. Grayscale: #565656. Windows color (decimal): -1175504 or 3150062. OLE color: 3150062.
HSL color Cylindrical-coordinate representation of color #EE1030: hue angle of 351.35º 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 #EE1030 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 48 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.07 |
| HSL | 351.35º | 0.87% | 0.5% | - |
| HSV(B) | 351.35º | 0.93% | 0.93% | - |
| XYZ | 35.98 | 18.76 | 4.52 | - |
| YUV | 86.03 | 106.55 | 236.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 48 | 0 | 0.93 | 0.80 | 0.07 | 351.35 | 0.87 | 0.5 |
| Hex | EE | 10 | 30 | 0 | 5D | 50 | 7 | 15F | 57 | 32 |
| Octal | 356 | 20 | 60 | 0 | 135 | 120 | 7 | 537 | 127 | 62 |
| Binary | 11101110 | 10000 | 110000 | 0 | 1011101 | 1010000 | 111 | 101011111 | 1010111 | 110010 |
Color Harmonies of #EE1030
Complementary color
Monochromatic Colors of #EE1030
Black with #EE1030
Text Example
Text Example
White with #EE1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1030; }
p { color: rgb(238,16,48); }
H1.HeaderClassName
{
color: #EE1030;
}
.AnyTagClassName
{
color: #EE1030;
}
</style>
background-color css
<style>
a { background-color: #EE1030; }
a { background-color: rgb(238,16,48); }
div.DivClassName
{
background-color: #EE1030;
}
.BgClassName
{
background-color: #EE1030;
}
</style>
border-color css
<style>
span { border-color: #EE1030; }
span { border-color: rgb(238,16,48); }
td.TdClassName
{
border-color: #EE1030;
}
.TagClassName
{
border-color: #EE1030;
}
</style>