Shades of Torch Red #EF182B
Tints of Torch Red #EF182B
RGB
CMYK
RGB Variations
Color information
#EF182B (or 0xEF182B) is known color: Torch Red. HEX triplet: EF, 18 and 2B. RGB value is (239,24,43). Sum of RGB (Red+Green+Blue) = 239+24+43=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF182B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF182B is #10E7D4. Grayscale: #5A5A5A. Windows color (decimal): -1107925 or 2824431. OLE color: 2824431.
HSL color Cylindrical-coordinate representation of color #EF182B: hue angle of 354.7º 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 #EF182B is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 43 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.06 |
| HSL | 354.7º | 0.87% | 0.52% | - |
| HSV(B) | 354.7º | 0.9% | 0.94% | - |
| XYZ | 36.36 | 19.18 | 4.07 | - |
| YUV | 90.45 | 101.23 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 43 | 0 | 0.90 | 0.82 | 0.06 | 354.7 | 0.87 | 0.52 |
| Hex | EF | 18 | 2B | 0 | 5A | 52 | 6 | 163 | 57 | 34 |
| Octal | 357 | 30 | 53 | 0 | 132 | 122 | 6 | 543 | 127 | 64 |
| Binary | 11101111 | 11000 | 101011 | 0 | 1011010 | 1010010 | 110 | 101100011 | 1010111 | 110100 |
Color Harmonies of #EF182B
Complementary color
Monochromatic Colors of #EF182B
Black with #EF182B
Text Example
Text Example
White with #EF182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF182B; }
p { color: rgb(239,24,43); }
H1.HeaderClassName
{
color: #EF182B;
}
.AnyTagClassName
{
color: #EF182B;
}
</style>
background-color css
<style>
a { background-color: #EF182B; }
a { background-color: rgb(239,24,43); }
div.DivClassName
{
background-color: #EF182B;
}
.BgClassName
{
background-color: #EF182B;
}
</style>
border-color css
<style>
span { border-color: #EF182B; }
span { border-color: rgb(239,24,43); }
td.TdClassName
{
border-color: #EF182B;
}
.TagClassName
{
border-color: #EF182B;
}
</style>