Shades of Torch Red #EF0830
Tints of Torch Red #EF0830
RGB
CMYK
RGB Variations
Color information
#EF0830 (or 0xEF0830) is known color: Torch Red. HEX triplet: EF, 08 and 30. RGB value is (239,8,48). Sum of RGB (Red+Green+Blue) = 239+8+48=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0830 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0830 is #10F7CF. Grayscale: #515151. Windows color (decimal): -1112016 or 3148015. OLE color: 3148015.
HSL color Cylindrical-coordinate representation of color #EF0830: hue angle of 349.61º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0830 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 48 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.06 |
| HSL | 349.61º | 0.94% | 0.48% | - |
| HSV(B) | 349.61º | 0.97% | 0.94% | - |
| XYZ | 36.22 | 18.74 | 4.5 | - |
| YUV | 81.63 | 109.03 | 240.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 48 | 0 | 0.97 | 0.80 | 0.06 | 349.61 | 0.94 | 0.48 |
| Hex | EF | 8 | 30 | 0 | 61 | 50 | 6 | 15E | 5E | 30 |
| Octal | 357 | 10 | 60 | 0 | 141 | 120 | 6 | 536 | 136 | 60 |
| Binary | 11101111 | 1000 | 110000 | 0 | 1100001 | 1010000 | 110 | 101011110 | 1011110 | 110000 |
Color Harmonies of #EF0830
Complementary color
Monochromatic Colors of #EF0830
Black with #EF0830
Text Example
Text Example
White with #EF0830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0830; }
p { color: rgb(239,8,48); }
H1.HeaderClassName
{
color: #EF0830;
}
.AnyTagClassName
{
color: #EF0830;
}
</style>
background-color css
<style>
a { background-color: #EF0830; }
a { background-color: rgb(239,8,48); }
div.DivClassName
{
background-color: #EF0830;
}
.BgClassName
{
background-color: #EF0830;
}
</style>
border-color css
<style>
span { border-color: #EF0830; }
span { border-color: rgb(239,8,48); }
td.TdClassName
{
border-color: #EF0830;
}
.TagClassName
{
border-color: #EF0830;
}
</style>