Shades of Torch Red #EF183D
Tints of Torch Red #EF183D
RGB
CMYK
RGB Variations
Color information
#EF183D (or 0xEF183D) is known color: Torch Red. HEX triplet: EF, 18 and 3D. RGB value is (239,24,61). Sum of RGB (Red+Green+Blue) = 239+24+61=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF183D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF183D is #10E7C2. Grayscale: #5C5C5C. Windows color (decimal): -1107907 or 4004079. OLE color: 4004079.
HSL color Cylindrical-coordinate representation of color #EF183D: hue angle of 349.67º 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 #EF183D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 61 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.06 |
| HSL | 349.67º | 0.87% | 0.52% | - |
| HSV(B) | 349.67º | 0.9% | 0.94% | - |
| XYZ | 36.77 | 19.34 | 6.21 | - |
| YUV | 92.5 | 110.23 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 61 | 0 | 0.90 | 0.74 | 0.06 | 349.67 | 0.87 | 0.52 |
| Hex | EF | 18 | 3D | 0 | 5A | 4A | 6 | 15E | 57 | 34 |
| Octal | 357 | 30 | 75 | 0 | 132 | 112 | 6 | 536 | 127 | 64 |
| Binary | 11101111 | 11000 | 111101 | 0 | 1011010 | 1001010 | 110 | 101011110 | 1010111 | 110100 |
Color Harmonies of #EF183D
Complementary color
Monochromatic Colors of #EF183D
Black with #EF183D
Text Example
Text Example
White with #EF183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF183D; }
p { color: rgb(239,24,61); }
H1.HeaderClassName
{
color: #EF183D;
}
.AnyTagClassName
{
color: #EF183D;
}
</style>
background-color css
<style>
a { background-color: #EF183D; }
a { background-color: rgb(239,24,61); }
div.DivClassName
{
background-color: #EF183D;
}
.BgClassName
{
background-color: #EF183D;
}
</style>
border-color css
<style>
span { border-color: #EF183D; }
span { border-color: rgb(239,24,61); }
td.TdClassName
{
border-color: #EF183D;
}
.TagClassName
{
border-color: #EF183D;
}
</style>