Shades of Torch Red #EF0D1C
Tints of Torch Red #EF0D1C
RGB
CMYK
RGB Variations
Color information
#EF0D1C (or 0xEF0D1C) is known color: Torch Red. HEX triplet: EF, 0D and 1C. RGB value is (239,13,28). Sum of RGB (Red+Green+Blue) = 239+13+28=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0D1C is #10F2E3. Grayscale: #525252. Windows color (decimal): -1110756 or 1838575. OLE color: 1838575.
HSL color Cylindrical-coordinate representation of color #EF0D1C: hue angle of 356.02º 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 #EF0D1C is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 28 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.06 |
| HSL | 356.02º | 0.9% | 0.49% | - |
| HSV(B) | 356.02º | 0.95% | 0.94% | - |
| XYZ | 35.95 | 18.72 | 2.82 | - |
| YUV | 82.28 | 97.37 | 239.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 28 | 0 | 0.95 | 0.88 | 0.06 | 356.02 | 0.9 | 0.49 |
| Hex | EF | D | 1C | 0 | 5F | 58 | 6 | 164 | 5A | 31 |
| Octal | 357 | 15 | 34 | 0 | 137 | 130 | 6 | 544 | 132 | 61 |
| Binary | 11101111 | 1101 | 11100 | 0 | 1011111 | 1011000 | 110 | 101100100 | 1011010 | 110001 |
Color Harmonies of #EF0D1C
Complementary color
Monochromatic Colors of #EF0D1C
Black with #EF0D1C
Text Example
Text Example
White with #EF0D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D1C; }
p { color: rgb(239,13,28); }
H1.HeaderClassName
{
color: #EF0D1C;
}
.AnyTagClassName
{
color: #EF0D1C;
}
</style>
background-color css
<style>
a { background-color: #EF0D1C; }
a { background-color: rgb(239,13,28); }
div.DivClassName
{
background-color: #EF0D1C;
}
.BgClassName
{
background-color: #EF0D1C;
}
</style>
border-color css
<style>
span { border-color: #EF0D1C; }
span { border-color: rgb(239,13,28); }
td.TdClassName
{
border-color: #EF0D1C;
}
.TagClassName
{
border-color: #EF0D1C;
}
</style>