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