Shades of Torch Red #EF0D3C
Tints of Torch Red #EF0D3C
RGB
CMYK
RGB Variations
Color information
#EF0D3C (or 0xEF0D3C) is known color: Torch Red. HEX triplet: EF, 0D and 3C. RGB value is (239,13,60). Sum of RGB (Red+Green+Blue) = 239+13+60=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0D3C is #10F2C3. Grayscale: #555555. Windows color (decimal): -1110724 or 3935727. OLE color: 3935727.
HSL color Cylindrical-coordinate representation of color #EF0D3C: hue angle of 347.52º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0D3C is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 60 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.06 |
| HSL | 347.52º | 0.9% | 0.49% | - |
| HSV(B) | 347.52º | 0.95% | 0.94% | - |
| XYZ | 36.56 | 18.96 | 6.01 | - |
| YUV | 85.93 | 113.37 | 237.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 60 | 0 | 0.95 | 0.75 | 0.06 | 347.52 | 0.9 | 0.49 |
| Hex | EF | D | 3C | 0 | 5F | 4B | 6 | 15C | 5A | 31 |
| Octal | 357 | 15 | 74 | 0 | 137 | 113 | 6 | 534 | 132 | 61 |
| Binary | 11101111 | 1101 | 111100 | 0 | 1011111 | 1001011 | 110 | 101011100 | 1011010 | 110001 |
Color Harmonies of #EF0D3C
Complementary color
Monochromatic Colors of #EF0D3C
Black with #EF0D3C
Text Example
Text Example
White with #EF0D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D3C; }
p { color: rgb(239,13,60); }
H1.HeaderClassName
{
color: #EF0D3C;
}
.AnyTagClassName
{
color: #EF0D3C;
}
</style>
background-color css
<style>
a { background-color: #EF0D3C; }
a { background-color: rgb(239,13,60); }
div.DivClassName
{
background-color: #EF0D3C;
}
.BgClassName
{
background-color: #EF0D3C;
}
</style>
border-color css
<style>
span { border-color: #EF0D3C; }
span { border-color: rgb(239,13,60); }
td.TdClassName
{
border-color: #EF0D3C;
}
.TagClassName
{
border-color: #EF0D3C;
}
</style>