Shades of Torch Red #EF0419
Tints of Torch Red #EF0419
RGB
CMYK
RGB Variations
Color information
#EF0419 (or 0xEF0419) is known color: Torch Red. HEX triplet: EF, 04 and 19. RGB value is (239,4,25). Sum of RGB (Red+Green+Blue) = 239+4+25=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0419 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0419 is #10FBE6. Grayscale: #4C4C4C. Windows color (decimal): -1113063 or 1639663. OLE color: 1639663.
HSL color Cylindrical-coordinate representation of color #EF0419: hue angle of 354.64º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0419 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 25 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.06 |
| HSL | 354.64º | 0.97% | 0.48% | - |
| HSV(B) | 354.64º | 0.98% | 0.94% | - |
| XYZ | 35.82 | 18.51 | 2.6 | - |
| YUV | 76.66 | 98.86 | 243.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 25 | 0 | 0.98 | 0.90 | 0.06 | 354.64 | 0.97 | 0.48 |
| Hex | EF | 4 | 19 | 0 | 62 | 5A | 6 | 163 | 61 | 30 |
| Octal | 357 | 4 | 31 | 0 | 142 | 132 | 6 | 543 | 141 | 60 |
| Binary | 11101111 | 100 | 11001 | 0 | 1100010 | 1011010 | 110 | 101100011 | 1100001 | 110000 |
Color Harmonies of #EF0419
Complementary color
Monochromatic Colors of #EF0419
Black with #EF0419
Text Example
Text Example
White with #EF0419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0419; }
p { color: rgb(239,4,25); }
H1.HeaderClassName
{
color: #EF0419;
}
.AnyTagClassName
{
color: #EF0419;
}
</style>
background-color css
<style>
a { background-color: #EF0419; }
a { background-color: rgb(239,4,25); }
div.DivClassName
{
background-color: #EF0419;
}
.BgClassName
{
background-color: #EF0419;
}
</style>
border-color css
<style>
span { border-color: #EF0419; }
span { border-color: rgb(239,4,25); }
td.TdClassName
{
border-color: #EF0419;
}
.TagClassName
{
border-color: #EF0419;
}
</style>