Shades of Torch Red #EF0426
Tints of Torch Red #EF0426
RGB
CMYK
RGB Variations
Color information
#EF0426 (or 0xEF0426) is known color: Torch Red. HEX triplet: EF, 04 and 26. RGB value is (239,4,38). Sum of RGB (Red+Green+Blue) = 239+4+38=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0426 is #10FBD9. Grayscale: #4E4E4E. Windows color (decimal): -1113050 or 2491631. OLE color: 2491631.
HSL color Cylindrical-coordinate representation of color #EF0426: hue angle of 351.32º 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 #EF0426 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 38 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.06 |
| HSL | 351.32º | 0.97% | 0.48% | - |
| HSV(B) | 351.32º | 0.98% | 0.94% | - |
| XYZ | 35.99 | 18.58 | 3.52 | - |
| YUV | 78.14 | 105.36 | 242.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 38 | 0 | 0.98 | 0.84 | 0.06 | 351.32 | 0.97 | 0.48 |
| Hex | EF | 4 | 26 | 0 | 62 | 54 | 6 | 15F | 61 | 30 |
| Octal | 357 | 4 | 46 | 0 | 142 | 124 | 6 | 537 | 141 | 60 |
| Binary | 11101111 | 100 | 100110 | 0 | 1100010 | 1010100 | 110 | 101011111 | 1100001 | 110000 |
Color Harmonies of #EF0426
Complementary color
Monochromatic Colors of #EF0426
Black with #EF0426
Text Example
Text Example
White with #EF0426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0426; }
p { color: rgb(239,4,38); }
H1.HeaderClassName
{
color: #EF0426;
}
.AnyTagClassName
{
color: #EF0426;
}
</style>
background-color css
<style>
a { background-color: #EF0426; }
a { background-color: rgb(239,4,38); }
div.DivClassName
{
background-color: #EF0426;
}
.BgClassName
{
background-color: #EF0426;
}
</style>
border-color css
<style>
span { border-color: #EF0426; }
span { border-color: rgb(239,4,38); }
td.TdClassName
{
border-color: #EF0426;
}
.TagClassName
{
border-color: #EF0426;
}
</style>