Shades of Torch Red #EF1433
Tints of Torch Red #EF1433
RGB
CMYK
RGB Variations
Color information
#EF1433 (or 0xEF1433) is known color: Torch Red. HEX triplet: EF, 14 and 33. RGB value is (239,20,51). Sum of RGB (Red+Green+Blue) = 239+20+51=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1433 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1433 is #10EBCC. Grayscale: #595959. Windows color (decimal): -1108941 or 3347695. OLE color: 3347695.
HSL color Cylindrical-coordinate representation of color #EF1433: hue angle of 351.51º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1433 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 51 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.06 |
| HSL | 351.51º | 0.87% | 0.51% | - |
| HSV(B) | 351.51º | 0.92% | 0.94% | - |
| XYZ | 36.44 | 19.09 | 4.9 | - |
| YUV | 89.02 | 106.55 | 234.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 51 | 0 | 0.92 | 0.79 | 0.06 | 351.51 | 0.87 | 0.51 |
| Hex | EF | 14 | 33 | 0 | 5C | 4F | 6 | 160 | 57 | 33 |
| Octal | 357 | 24 | 63 | 0 | 134 | 117 | 6 | 540 | 127 | 63 |
| Binary | 11101111 | 10100 | 110011 | 0 | 1011100 | 1001111 | 110 | 101100000 | 1010111 | 110011 |
Color Harmonies of #EF1433
Complementary color
Monochromatic Colors of #EF1433
Black with #EF1433
Text Example
Text Example
White with #EF1433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1433; }
p { color: rgb(239,20,51); }
H1.HeaderClassName
{
color: #EF1433;
}
.AnyTagClassName
{
color: #EF1433;
}
</style>
background-color css
<style>
a { background-color: #EF1433; }
a { background-color: rgb(239,20,51); }
div.DivClassName
{
background-color: #EF1433;
}
.BgClassName
{
background-color: #EF1433;
}
</style>
border-color css
<style>
span { border-color: #EF1433; }
span { border-color: rgb(239,20,51); }
td.TdClassName
{
border-color: #EF1433;
}
.TagClassName
{
border-color: #EF1433;
}
</style>