Shades of Torch Red #EF031B
Tints of Torch Red #EF031B
RGB
CMYK
RGB Variations
Color information
#EF031B (or 0xEF031B) is known color: Torch Red. HEX triplet: EF, 03 and 1B. RGB value is (239,3,27). Sum of RGB (Red+Green+Blue) = 239+3+27=269 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.85% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 239 - color contains mainly: red. Hex color #EF031B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF031B is #10FCE4. Grayscale: #4C4C4C. Windows color (decimal): -1113317 or 1770479. OLE color: 1770479.
HSL color Cylindrical-coordinate representation of color #EF031B: hue angle of 353.9º 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 #EF031B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.06 |
| HSL | 353.9º | 0.98% | 0.47% | - |
| HSV(B) | 353.9º | 0.99% | 0.94% | - |
| XYZ | 35.83 | 18.49 | 2.72 | - |
| YUV | 76.3 | 100.19 | 244.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 27 | 0 | 0.99 | 0.89 | 0.06 | 353.9 | 0.98 | 0.47 |
| Hex | EF | 3 | 1B | 0 | 63 | 59 | 6 | 162 | 62 | 2F |
| Octal | 357 | 3 | 33 | 0 | 143 | 131 | 6 | 542 | 142 | 57 |
| Binary | 11101111 | 11 | 11011 | 0 | 1100011 | 1011001 | 110 | 101100010 | 1100010 | 101111 |
Color Harmonies of #EF031B
Complementary color
Monochromatic Colors of #EF031B
Black with #EF031B
Text Example
Text Example
White with #EF031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF031B; }
p { color: rgb(239,3,27); }
H1.HeaderClassName
{
color: #EF031B;
}
.AnyTagClassName
{
color: #EF031B;
}
</style>
background-color css
<style>
a { background-color: #EF031B; }
a { background-color: rgb(239,3,27); }
div.DivClassName
{
background-color: #EF031B;
}
.BgClassName
{
background-color: #EF031B;
}
</style>
border-color css
<style>
span { border-color: #EF031B; }
span { border-color: rgb(239,3,27); }
td.TdClassName
{
border-color: #EF031B;
}
.TagClassName
{
border-color: #EF031B;
}
</style>