Shades of Torch Red #EF031F
Tints of Torch Red #EF031F
RGB
CMYK
RGB Variations
Color information
#EF031F (or 0xEF031F) is known color: Torch Red. HEX triplet: EF, 03 and 1F. RGB value is (239,3,31). Sum of RGB (Red+Green+Blue) = 239+3+31=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF031F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF031F is #10FCE0. Grayscale: #4C4C4C. Windows color (decimal): -1113313 or 2032623. OLE color: 2032623.
HSL color Cylindrical-coordinate representation of color #EF031F: hue angle of 352.88º 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 #EF031F is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.06 |
| HSL | 352.88º | 0.98% | 0.47% | - |
| HSV(B) | 352.88º | 0.99% | 0.94% | - |
| XYZ | 35.88 | 18.51 | 2.98 | - |
| YUV | 76.76 | 102.19 | 243.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 31 | 0 | 0.99 | 0.87 | 0.06 | 352.88 | 0.98 | 0.47 |
| Hex | EF | 3 | 1F | 0 | 63 | 57 | 6 | 161 | 62 | 2F |
| Octal | 357 | 3 | 37 | 0 | 143 | 127 | 6 | 541 | 142 | 57 |
| Binary | 11101111 | 11 | 11111 | 0 | 1100011 | 1010111 | 110 | 101100001 | 1100010 | 101111 |
Color Harmonies of #EF031F
Complementary color
Monochromatic Colors of #EF031F
Black with #EF031F
Text Example
Text Example
White with #EF031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF031F; }
p { color: rgb(239,3,31); }
H1.HeaderClassName
{
color: #EF031F;
}
.AnyTagClassName
{
color: #EF031F;
}
</style>
background-color css
<style>
a { background-color: #EF031F; }
a { background-color: rgb(239,3,31); }
div.DivClassName
{
background-color: #EF031F;
}
.BgClassName
{
background-color: #EF031F;
}
</style>
border-color css
<style>
span { border-color: #EF031F; }
span { border-color: rgb(239,3,31); }
td.TdClassName
{
border-color: #EF031F;
}
.TagClassName
{
border-color: #EF031F;
}
</style>