Shades of Torch Red #EF0438
Tints of Torch Red #EF0438
RGB
CMYK
RGB Variations
Color information
#EF0438 (or 0xEF0438) is known color: Torch Red. HEX triplet: EF, 04 and 38. RGB value is (239,4,56). Sum of RGB (Red+Green+Blue) = 239+4+56=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0438 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0438 is #10FBC7. Grayscale: #505050. Windows color (decimal): -1113032 or 3671279. OLE color: 3671279.
HSL color Cylindrical-coordinate representation of color #EF0438: hue angle of 346.72º 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 #EF0438 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 56 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.06 |
| HSL | 346.72º | 0.97% | 0.48% | - |
| HSV(B) | 346.72º | 0.98% | 0.94% | - |
| XYZ | 36.35 | 18.72 | 5.44 | - |
| YUV | 80.19 | 114.36 | 241.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 56 | 0 | 0.98 | 0.77 | 0.06 | 346.72 | 0.97 | 0.48 |
| Hex | EF | 4 | 38 | 0 | 62 | 4D | 6 | 15B | 61 | 30 |
| Octal | 357 | 4 | 70 | 0 | 142 | 115 | 6 | 533 | 141 | 60 |
| Binary | 11101111 | 100 | 111000 | 0 | 1100010 | 1001101 | 110 | 101011011 | 1100001 | 110000 |
Color Harmonies of #EF0438
Complementary color
Monochromatic Colors of #EF0438
Black with #EF0438
Text Example
Text Example
White with #EF0438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0438; }
p { color: rgb(239,4,56); }
H1.HeaderClassName
{
color: #EF0438;
}
.AnyTagClassName
{
color: #EF0438;
}
</style>
background-color css
<style>
a { background-color: #EF0438; }
a { background-color: rgb(239,4,56); }
div.DivClassName
{
background-color: #EF0438;
}
.BgClassName
{
background-color: #EF0438;
}
</style>
border-color css
<style>
span { border-color: #EF0438; }
span { border-color: rgb(239,4,56); }
td.TdClassName
{
border-color: #EF0438;
}
.TagClassName
{
border-color: #EF0438;
}
</style>