Shades of Torch Red #EF032F
Tints of Torch Red #EF032F
RGB
CMYK
RGB Variations
Color information
#EF032F (or 0xEF032F) is known color: Torch Red. HEX triplet: EF, 03 and 2F. RGB value is (239,3,47). Sum of RGB (Red+Green+Blue) = 239+3+47=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF032F is #10FCD0. Grayscale: #4E4E4E. Windows color (decimal): -1113297 or 3081199. OLE color: 3081199.
HSL color Cylindrical-coordinate representation of color #EF032F: hue angle of 348.81º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF032F is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.06 |
| HSL | 348.81º | 0.98% | 0.47% | - |
| HSV(B) | 348.81º | 0.99% | 0.94% | - |
| XYZ | 36.14 | 18.62 | 4.38 | - |
| YUV | 78.58 | 110.19 | 242.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 47 | 0 | 0.99 | 0.80 | 0.06 | 348.81 | 0.98 | 0.47 |
| Hex | EF | 3 | 2F | 0 | 63 | 50 | 6 | 15D | 62 | 2F |
| Octal | 357 | 3 | 57 | 0 | 143 | 120 | 6 | 535 | 142 | 57 |
| Binary | 11101111 | 11 | 101111 | 0 | 1100011 | 1010000 | 110 | 101011101 | 1100010 | 101111 |
Color Harmonies of #EF032F
Complementary color
Monochromatic Colors of #EF032F
Black with #EF032F
Text Example
Text Example
White with #EF032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF032F; }
p { color: rgb(239,3,47); }
H1.HeaderClassName
{
color: #EF032F;
}
.AnyTagClassName
{
color: #EF032F;
}
</style>
background-color css
<style>
a { background-color: #EF032F; }
a { background-color: rgb(239,3,47); }
div.DivClassName
{
background-color: #EF032F;
}
.BgClassName
{
background-color: #EF032F;
}
</style>
border-color css
<style>
span { border-color: #EF032F; }
span { border-color: rgb(239,3,47); }
td.TdClassName
{
border-color: #EF032F;
}
.TagClassName
{
border-color: #EF032F;
}
</style>