Shades of Torch Red #EF0133
Tints of Torch Red #EF0133
RGB
CMYK
RGB Variations
Color information
#EF0133 (or 0xEF0133) is known color: Torch Red. HEX triplet: EF, 01 and 33. RGB value is (239,1,51). Sum of RGB (Red+Green+Blue) = 239+1+51=291 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.13% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0133 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0133 is #10FECC. Grayscale: #4D4D4D. Windows color (decimal): -1113805 or 3342831. OLE color: 3342831.
HSL color Cylindrical-coordinate representation of color #EF0133: hue angle of 347.39º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0133 is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 51 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.06 |
| HSL | 347.4º | 0.99% | 0.47% | - |
| HSV(B) | 347.4º | 1% | 0.94% | - |
| XYZ | 36.21 | 18.61 | 4.82 | - |
| YUV | 77.86 | 112.85 | 242.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 51 | 0 | 1.00 | 0.79 | 0.06 | 347.4 | 0.99 | 0.47 |
| Hex | EF | 1 | 33 | 0 | 64 | 4F | 6 | 15B | 63 | 2F |
| Octal | 357 | 1 | 63 | 0 | 144 | 117 | 6 | 533 | 143 | 57 |
| Binary | 11101111 | 1 | 110011 | 0 | 1100100 | 1001111 | 110 | 101011011 | 1100011 | 101111 |
Color Harmonies of #EF0133
Complementary color
Monochromatic Colors of #EF0133
Black with #EF0133
Text Example
Text Example
White with #EF0133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0133; }
p { color: rgb(239,1,51); }
H1.HeaderClassName
{
color: #EF0133;
}
.AnyTagClassName
{
color: #EF0133;
}
</style>
background-color css
<style>
a { background-color: #EF0133; }
a { background-color: rgb(239,1,51); }
div.DivClassName
{
background-color: #EF0133;
}
.BgClassName
{
background-color: #EF0133;
}
</style>
border-color css
<style>
span { border-color: #EF0133; }
span { border-color: rgb(239,1,51); }
td.TdClassName
{
border-color: #EF0133;
}
.TagClassName
{
border-color: #EF0133;
}
</style>