Shades of Torch Red #EF182D
Tints of Torch Red #EF182D
RGB
CMYK
RGB Variations
Color information
#EF182D (or 0xEF182D) is known color: Torch Red. HEX triplet: EF, 18 and 2D. RGB value is (239,24,45). Sum of RGB (Red+Green+Blue) = 239+24+45=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF182D is #10E7D2. Grayscale: #5A5A5A. Windows color (decimal): -1107923 or 2955503. OLE color: 2955503.
HSL color Cylindrical-coordinate representation of color #EF182D: hue angle of 354.14º 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 #EF182D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 45 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.06 |
| HSL | 354.14º | 0.87% | 0.52% | - |
| HSV(B) | 354.14º | 0.9% | 0.94% | - |
| XYZ | 36.4 | 19.19 | 4.27 | - |
| YUV | 90.68 | 102.23 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 45 | 0 | 0.90 | 0.81 | 0.06 | 354.14 | 0.87 | 0.52 |
| Hex | EF | 18 | 2D | 0 | 5A | 51 | 6 | 162 | 57 | 34 |
| Octal | 357 | 30 | 55 | 0 | 132 | 121 | 6 | 542 | 127 | 64 |
| Binary | 11101111 | 11000 | 101101 | 0 | 1011010 | 1010001 | 110 | 101100010 | 1010111 | 110100 |
Color Harmonies of #EF182D
Complementary color
Monochromatic Colors of #EF182D
Black with #EF182D
Text Example
Text Example
White with #EF182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF182D; }
p { color: rgb(239,24,45); }
H1.HeaderClassName
{
color: #EF182D;
}
.AnyTagClassName
{
color: #EF182D;
}
</style>
background-color css
<style>
a { background-color: #EF182D; }
a { background-color: rgb(239,24,45); }
div.DivClassName
{
background-color: #EF182D;
}
.BgClassName
{
background-color: #EF182D;
}
</style>
border-color css
<style>
span { border-color: #EF182D; }
span { border-color: rgb(239,24,45); }
td.TdClassName
{
border-color: #EF182D;
}
.TagClassName
{
border-color: #EF182D;
}
</style>