Shades of Torch Red #EF1628
Tints of Torch Red #EF1628
RGB
CMYK
RGB Variations
Color information
#EF1628 (or 0xEF1628) is known color: Torch Red. HEX triplet: EF, 16 and 28. RGB value is (239,22,40). Sum of RGB (Red+Green+Blue) = 239+22+40=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1628 is #10E9D7. Grayscale: #595959. Windows color (decimal): -1108440 or 2627311. OLE color: 2627311.
HSL color Cylindrical-coordinate representation of color #EF1628: hue angle of 355.02º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1628 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 40 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.06 |
| HSL | 355.02º | 0.87% | 0.51% | - |
| HSV(B) | 355.02º | 0.91% | 0.94% | - |
| XYZ | 36.27 | 19.08 | 3.78 | - |
| YUV | 88.94 | 100.39 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 40 | 0 | 0.91 | 0.83 | 0.06 | 355.02 | 0.87 | 0.51 |
| Hex | EF | 16 | 28 | 0 | 5B | 53 | 6 | 163 | 57 | 33 |
| Octal | 357 | 26 | 50 | 0 | 133 | 123 | 6 | 543 | 127 | 63 |
| Binary | 11101111 | 10110 | 101000 | 0 | 1011011 | 1010011 | 110 | 101100011 | 1010111 | 110011 |
Color Harmonies of #EF1628
Complementary color
Monochromatic Colors of #EF1628
Black with #EF1628
Text Example
Text Example
White with #EF1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1628; }
p { color: rgb(239,22,40); }
H1.HeaderClassName
{
color: #EF1628;
}
.AnyTagClassName
{
color: #EF1628;
}
</style>
background-color css
<style>
a { background-color: #EF1628; }
a { background-color: rgb(239,22,40); }
div.DivClassName
{
background-color: #EF1628;
}
.BgClassName
{
background-color: #EF1628;
}
</style>
border-color css
<style>
span { border-color: #EF1628; }
span { border-color: rgb(239,22,40); }
td.TdClassName
{
border-color: #EF1628;
}
.TagClassName
{
border-color: #EF1628;
}
</style>