Shades of Torch Red #EE0628
Tints of Torch Red #EE0628
RGB
CMYK
RGB Variations
Color information
#EE0628 (or 0xEE0628) is known color: Torch Red. HEX triplet: EE, 06 and 28. RGB value is (238,6,40). Sum of RGB (Red+Green+Blue) = 238+6+40=284 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.80% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0628 is #11F9D7. Grayscale: #4F4F4F. Windows color (decimal): -1178072 or 2623214. OLE color: 2623214.
HSL color Cylindrical-coordinate representation of color #EE0628: hue angle of 351.21º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0628 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 40 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.07 |
| HSL | 351.21º | 0.95% | 0.48% | - |
| HSV(B) | 351.21º | 0.97% | 0.93% | - |
| XYZ | 35.71 | 18.46 | 3.69 | - |
| YUV | 79.24 | 105.86 | 241.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 40 | 0 | 0.97 | 0.83 | 0.07 | 351.21 | 0.95 | 0.48 |
| Hex | EE | 6 | 28 | 0 | 61 | 53 | 7 | 15F | 5F | 30 |
| Octal | 356 | 6 | 50 | 0 | 141 | 123 | 7 | 537 | 137 | 60 |
| Binary | 11101110 | 110 | 101000 | 0 | 1100001 | 1010011 | 111 | 101011111 | 1011111 | 110000 |
Color Harmonies of #EE0628
Complementary color
Monochromatic Colors of #EE0628
Black with #EE0628
Text Example
Text Example
White with #EE0628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0628; }
p { color: rgb(238,6,40); }
H1.HeaderClassName
{
color: #EE0628;
}
.AnyTagClassName
{
color: #EE0628;
}
</style>
background-color css
<style>
a { background-color: #EE0628; }
a { background-color: rgb(238,6,40); }
div.DivClassName
{
background-color: #EE0628;
}
.BgClassName
{
background-color: #EE0628;
}
</style>
border-color css
<style>
span { border-color: #EE0628; }
span { border-color: rgb(238,6,40); }
td.TdClassName
{
border-color: #EE0628;
}
.TagClassName
{
border-color: #EE0628;
}
</style>