Shades of Torch Red #EF1728
Tints of Torch Red #EF1728
RGB
CMYK
RGB Variations
Color information
#EF1728 (or 0xEF1728) is known color: Torch Red. HEX triplet: EF, 17 and 28. RGB value is (239,23,40). Sum of RGB (Red+Green+Blue) = 239+23+40=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1728 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1728 is #10E8D7. Grayscale: #595959. Windows color (decimal): -1108184 or 2627567. OLE color: 2627567.
HSL color Cylindrical-coordinate representation of color #EF1728: hue angle of 355.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1728 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 40 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.06 |
| HSL | 355.28º | 0.87% | 0.51% | - |
| HSV(B) | 355.28º | 0.9% | 0.94% | - |
| XYZ | 36.29 | 19.12 | 3.78 | - |
| YUV | 89.52 | 100.06 | 234.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 40 | 0 | 0.90 | 0.83 | 0.06 | 355.28 | 0.87 | 0.51 |
| Hex | EF | 17 | 28 | 0 | 5A | 53 | 6 | 163 | 57 | 33 |
| Octal | 357 | 27 | 50 | 0 | 132 | 123 | 6 | 543 | 127 | 63 |
| Binary | 11101111 | 10111 | 101000 | 0 | 1011010 | 1010011 | 110 | 101100011 | 1010111 | 110011 |
Color Harmonies of #EF1728
Complementary color
Monochromatic Colors of #EF1728
Black with #EF1728
Text Example
Text Example
White with #EF1728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1728; }
p { color: rgb(239,23,40); }
H1.HeaderClassName
{
color: #EF1728;
}
.AnyTagClassName
{
color: #EF1728;
}
</style>
background-color css
<style>
a { background-color: #EF1728; }
a { background-color: rgb(239,23,40); }
div.DivClassName
{
background-color: #EF1728;
}
.BgClassName
{
background-color: #EF1728;
}
</style>
border-color css
<style>
span { border-color: #EF1728; }
span { border-color: rgb(239,23,40); }
td.TdClassName
{
border-color: #EF1728;
}
.TagClassName
{
border-color: #EF1728;
}
</style>