Shades of Torch Red #EF1830
Tints of Torch Red #EF1830
RGB
CMYK
RGB Variations
Color information
#EF1830 (or 0xEF1830) is known color: Torch Red. HEX triplet: EF, 18 and 30. RGB value is (239,24,48). Sum of RGB (Red+Green+Blue) = 239+24+48=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1830 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1830 is #10E7CF. Grayscale: #5B5B5B. Windows color (decimal): -1107920 or 3152111. OLE color: 3152111.
HSL color Cylindrical-coordinate representation of color #EF1830: hue angle of 353.3º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1830 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 48 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.06 |
| HSL | 353.3º | 0.87% | 0.52% | - |
| HSV(B) | 353.3º | 0.9% | 0.94% | - |
| XYZ | 36.46 | 19.22 | 4.58 | - |
| YUV | 91.02 | 103.73 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 48 | 0 | 0.90 | 0.80 | 0.06 | 353.3 | 0.87 | 0.52 |
| Hex | EF | 18 | 30 | 0 | 5A | 50 | 6 | 161 | 57 | 34 |
| Octal | 357 | 30 | 60 | 0 | 132 | 120 | 6 | 541 | 127 | 64 |
| Binary | 11101111 | 11000 | 110000 | 0 | 1011010 | 1010000 | 110 | 101100001 | 1010111 | 110100 |
Color Harmonies of #EF1830
Complementary color
Monochromatic Colors of #EF1830
Black with #EF1830
Text Example
Text Example
White with #EF1830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1830; }
p { color: rgb(239,24,48); }
H1.HeaderClassName
{
color: #EF1830;
}
.AnyTagClassName
{
color: #EF1830;
}
</style>
background-color css
<style>
a { background-color: #EF1830; }
a { background-color: rgb(239,24,48); }
div.DivClassName
{
background-color: #EF1830;
}
.BgClassName
{
background-color: #EF1830;
}
</style>
border-color css
<style>
span { border-color: #EF1830; }
span { border-color: rgb(239,24,48); }
td.TdClassName
{
border-color: #EF1830;
}
.TagClassName
{
border-color: #EF1830;
}
</style>