Shades of Torch Red #EF031C
Tints of Torch Red #EF031C
RGB
CMYK
RGB Variations
Color information
#EF031C (or 0xEF031C) is known color: Torch Red. HEX triplet: EF, 03 and 1C. RGB value is (239,3,28). Sum of RGB (Red+Green+Blue) = 239+3+28=270 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.52% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 239 - color contains mainly: red. Hex color #EF031C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF031C is #10FCE3. Grayscale: #4C4C4C. Windows color (decimal): -1113316 or 1836015. OLE color: 1836015.
HSL color Cylindrical-coordinate representation of color #EF031C: hue angle of 353.64º 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 #EF031C is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 28 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.06 |
| HSL | 353.64º | 0.98% | 0.47% | - |
| HSV(B) | 353.64º | 0.99% | 0.94% | - |
| XYZ | 35.84 | 18.5 | 2.78 | - |
| YUV | 76.41 | 100.69 | 243.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 28 | 0 | 0.99 | 0.88 | 0.06 | 353.64 | 0.98 | 0.47 |
| Hex | EF | 3 | 1C | 0 | 63 | 58 | 6 | 162 | 62 | 2F |
| Octal | 357 | 3 | 34 | 0 | 143 | 130 | 6 | 542 | 142 | 57 |
| Binary | 11101111 | 11 | 11100 | 0 | 1100011 | 1011000 | 110 | 101100010 | 1100010 | 101111 |
Color Harmonies of #EF031C
Complementary color
Monochromatic Colors of #EF031C
Black with #EF031C
Text Example
Text Example
White with #EF031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF031C; }
p { color: rgb(239,3,28); }
H1.HeaderClassName
{
color: #EF031C;
}
.AnyTagClassName
{
color: #EF031C;
}
</style>
background-color css
<style>
a { background-color: #EF031C; }
a { background-color: rgb(239,3,28); }
div.DivClassName
{
background-color: #EF031C;
}
.BgClassName
{
background-color: #EF031C;
}
</style>
border-color css
<style>
span { border-color: #EF031C; }
span { border-color: rgb(239,3,28); }
td.TdClassName
{
border-color: #EF031C;
}
.TagClassName
{
border-color: #EF031C;
}
</style>