Shades of Torch Red #EF031D
Tints of Torch Red #EF031D
RGB
CMYK
RGB Variations
Color information
#EF031D (or 0xEF031D) is known color: Torch Red. HEX triplet: EF, 03 and 1D. RGB value is (239,3,29). Sum of RGB (Red+Green+Blue) = 239+3+29=271 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.19% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 239 - color contains mainly: red. Hex color #EF031D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF031D is #10FCE2. Grayscale: #4C4C4C. Windows color (decimal): -1113315 or 1901551. OLE color: 1901551.
HSL color Cylindrical-coordinate representation of color #EF031D: hue angle of 353.39º 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 #EF031D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 29 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.06 |
| HSL | 353.39º | 0.98% | 0.47% | - |
| HSV(B) | 353.39º | 0.99% | 0.94% | - |
| XYZ | 35.85 | 18.5 | 2.84 | - |
| YUV | 76.53 | 101.19 | 243.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 29 | 0 | 0.99 | 0.88 | 0.06 | 353.39 | 0.98 | 0.47 |
| Hex | EF | 3 | 1D | 0 | 63 | 58 | 6 | 161 | 62 | 2F |
| Octal | 357 | 3 | 35 | 0 | 143 | 130 | 6 | 541 | 142 | 57 |
| Binary | 11101111 | 11 | 11101 | 0 | 1100011 | 1011000 | 110 | 101100001 | 1100010 | 101111 |
Color Harmonies of #EF031D
Complementary color
Monochromatic Colors of #EF031D
Black with #EF031D
Text Example
Text Example
White with #EF031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF031D; }
p { color: rgb(239,3,29); }
H1.HeaderClassName
{
color: #EF031D;
}
.AnyTagClassName
{
color: #EF031D;
}
</style>
background-color css
<style>
a { background-color: #EF031D; }
a { background-color: rgb(239,3,29); }
div.DivClassName
{
background-color: #EF031D;
}
.BgClassName
{
background-color: #EF031D;
}
</style>
border-color css
<style>
span { border-color: #EF031D; }
span { border-color: rgb(239,3,29); }
td.TdClassName
{
border-color: #EF031D;
}
.TagClassName
{
border-color: #EF031D;
}
</style>