Shades of Torch Red #EF0D30
Tints of Torch Red #EF0D30
RGB
CMYK
RGB Variations
Color information
#EF0D30 (or 0xEF0D30) is known color: Torch Red. HEX triplet: EF, 0D and 30. RGB value is (239,13,48). Sum of RGB (Red+Green+Blue) = 239+13+48=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0D30 is #10F2CF. Grayscale: #545454. Windows color (decimal): -1110736 or 3149295. OLE color: 3149295.
HSL color Cylindrical-coordinate representation of color #EF0D30: hue angle of 350.71º 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 #EF0D30 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 48 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.06 |
| HSL | 350.71º | 0.9% | 0.49% | - |
| HSV(B) | 350.71º | 0.95% | 0.94% | - |
| XYZ | 36.27 | 18.85 | 4.52 | - |
| YUV | 84.56 | 107.37 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 48 | 0 | 0.95 | 0.80 | 0.06 | 350.71 | 0.9 | 0.49 |
| Hex | EF | D | 30 | 0 | 5F | 50 | 6 | 15F | 5A | 31 |
| Octal | 357 | 15 | 60 | 0 | 137 | 120 | 6 | 537 | 132 | 61 |
| Binary | 11101111 | 1101 | 110000 | 0 | 1011111 | 1010000 | 110 | 101011111 | 1011010 | 110001 |
Color Harmonies of #EF0D30
Complementary color
Monochromatic Colors of #EF0D30
Black with #EF0D30
Text Example
Text Example
White with #EF0D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D30; }
p { color: rgb(239,13,48); }
H1.HeaderClassName
{
color: #EF0D30;
}
.AnyTagClassName
{
color: #EF0D30;
}
</style>
background-color css
<style>
a { background-color: #EF0D30; }
a { background-color: rgb(239,13,48); }
div.DivClassName
{
background-color: #EF0D30;
}
.BgClassName
{
background-color: #EF0D30;
}
</style>
border-color css
<style>
span { border-color: #EF0D30; }
span { border-color: rgb(239,13,48); }
td.TdClassName
{
border-color: #EF0D30;
}
.TagClassName
{
border-color: #EF0D30;
}
</style>