Shades of Torch Red #EF003B
Tints of Torch Red #EF003B
RGB
CMYK
RGB Variations
Color information
#EF003B (or 0xEF003B) is known color: Torch Red. HEX triplet: EF, 00 and 3B. RGB value is (239,0,59). Sum of RGB (Red+Green+Blue) = 239+0+59=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF003B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF003B is #10FFC4. Grayscale: #4E4E4E. Windows color (decimal): -1114053 or 3866863. OLE color: 3866863.
HSL color Cylindrical-coordinate representation of color #EF003B: hue angle of 345.19º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF003B is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.75 | 0.06 |
| HSL | 345.19º | 1% | 0.47% | - |
| HSV(B) | 345.19º | 1% | 0.94% | - |
| XYZ | 36.39 | 18.67 | 5.82 | - |
| YUV | 78.19 | 117.18 | 242.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 59 | 0 | 1 | 0.75 | 0.06 | 345.19 | 1 | 0.47 |
| Hex | EF | 0 | 3B | 0 | 64 | 4B | 6 | 159 | 64 | 2F |
| Octal | 357 | 0 | 73 | 0 | 144 | 113 | 6 | 531 | 144 | 57 |
| Binary | 11101111 | 0 | 111011 | 0 | 1100100 | 1001011 | 110 | 101011001 | 1100100 | 101111 |
Color Harmonies of #EF003B
Complementary color
Monochromatic Colors of #EF003B
Black with #EF003B
Text Example
Text Example
White with #EF003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF003B; }
p { color: rgb(239,0,59); }
H1.HeaderClassName
{
color: #EF003B;
}
.AnyTagClassName
{
color: #EF003B;
}
</style>
background-color css
<style>
a { background-color: #EF003B; }
a { background-color: rgb(239,0,59); }
div.DivClassName
{
background-color: #EF003B;
}
.BgClassName
{
background-color: #EF003B;
}
</style>
border-color css
<style>
span { border-color: #EF003B; }
span { border-color: rgb(239,0,59); }
td.TdClassName
{
border-color: #EF003B;
}
.TagClassName
{
border-color: #EF003B;
}
</style>