Shades of Torch Red #EE1028
Tints of Torch Red #EE1028
RGB
CMYK
RGB Variations
Color information
#EE1028 (or 0xEE1028) is known color: Torch Red. HEX triplet: EE, 10 and 28. RGB value is (238,16,40). Sum of RGB (Red+Green+Blue) = 238+16+40=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1028 is #11EFD7. Grayscale: #555555. Windows color (decimal): -1175512 or 2625774. OLE color: 2625774.
HSL color Cylindrical-coordinate representation of color #EE1028: hue angle of 353.51º 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 #EE1028 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 40 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.07 |
| HSL | 353.51º | 0.87% | 0.5% | - |
| HSV(B) | 353.51º | 0.93% | 0.93% | - |
| XYZ | 35.83 | 18.7 | 3.73 | - |
| YUV | 85.11 | 102.55 | 237.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 40 | 0 | 0.93 | 0.83 | 0.07 | 353.51 | 0.87 | 0.5 |
| Hex | EE | 10 | 28 | 0 | 5D | 53 | 7 | 162 | 57 | 32 |
| Octal | 356 | 20 | 50 | 0 | 135 | 123 | 7 | 542 | 127 | 62 |
| Binary | 11101110 | 10000 | 101000 | 0 | 1011101 | 1010011 | 111 | 101100010 | 1010111 | 110010 |
Color Harmonies of #EE1028
Complementary color
Monochromatic Colors of #EE1028
Black with #EE1028
Text Example
Text Example
White with #EE1028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1028; }
p { color: rgb(238,16,40); }
H1.HeaderClassName
{
color: #EE1028;
}
.AnyTagClassName
{
color: #EE1028;
}
</style>
background-color css
<style>
a { background-color: #EE1028; }
a { background-color: rgb(238,16,40); }
div.DivClassName
{
background-color: #EE1028;
}
.BgClassName
{
background-color: #EE1028;
}
</style>
border-color css
<style>
span { border-color: #EE1028; }
span { border-color: rgb(238,16,40); }
td.TdClassName
{
border-color: #EE1028;
}
.TagClassName
{
border-color: #EE1028;
}
</style>