Shades of Torch Red #EF0028
Tints of Torch Red #EF0028
RGB
CMYK
RGB Variations
Color information
#EF0028 (or 0xEF0028) is known color: Torch Red. HEX triplet: EF, 00 and 28. RGB value is (239,0,40). Sum of RGB (Red+Green+Blue) = 239+0+40=279 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.66% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0028 is #10FFD7. Grayscale: #4C4C4C. Windows color (decimal): -1114072 or 2621679. OLE color: 2621679.
HSL color Cylindrical-coordinate representation of color #EF0028: hue angle of 349.96º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0028 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.83 | 0.06 |
| HSL | 349.96º | 1% | 0.47% | - |
| HSV(B) | 349.96º | 1% | 0.94% | - |
| XYZ | 35.98 | 18.5 | 3.68 | - |
| YUV | 76.02 | 107.68 | 244.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 40 | 0 | 1 | 0.83 | 0.06 | 349.96 | 1 | 0.47 |
| Hex | EF | 0 | 28 | 0 | 64 | 53 | 6 | 15E | 64 | 2F |
| Octal | 357 | 0 | 50 | 0 | 144 | 123 | 6 | 536 | 144 | 57 |
| Binary | 11101111 | 0 | 101000 | 0 | 1100100 | 1010011 | 110 | 101011110 | 1100100 | 101111 |
Color Harmonies of #EF0028
Complementary color
Monochromatic Colors of #EF0028
Black with #EF0028
Text Example
Text Example
White with #EF0028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0028; }
p { color: rgb(239,0,40); }
H1.HeaderClassName
{
color: #EF0028;
}
.AnyTagClassName
{
color: #EF0028;
}
</style>
background-color css
<style>
a { background-color: #EF0028; }
a { background-color: rgb(239,0,40); }
div.DivClassName
{
background-color: #EF0028;
}
.BgClassName
{
background-color: #EF0028;
}
</style>
border-color css
<style>
span { border-color: #EF0028; }
span { border-color: rgb(239,0,40); }
td.TdClassName
{
border-color: #EF0028;
}
.TagClassName
{
border-color: #EF0028;
}
</style>