Shades of Torch Red #EF033C
Tints of Torch Red #EF033C
RGB
CMYK
RGB Variations
Color information
#EF033C (or 0xEF033C) is known color: Torch Red. HEX triplet: EF, 03 and 3C. RGB value is (239,3,60). Sum of RGB (Red+Green+Blue) = 239+3+60=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF033C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF033C is #10FCC3. Grayscale: #505050. Windows color (decimal): -1113284 or 3933167. OLE color: 3933167.
HSL color Cylindrical-coordinate representation of color #EF033C: hue angle of 345.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF033C is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 60 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.06 |
| HSL | 345.51º | 0.98% | 0.47% | - |
| HSV(B) | 345.51º | 0.99% | 0.94% | - |
| XYZ | 36.44 | 18.74 | 5.97 | - |
| YUV | 80.06 | 116.69 | 241.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 60 | 0 | 0.99 | 0.75 | 0.06 | 345.51 | 0.98 | 0.47 |
| Hex | EF | 3 | 3C | 0 | 63 | 4B | 6 | 15A | 62 | 2F |
| Octal | 357 | 3 | 74 | 0 | 143 | 113 | 6 | 532 | 142 | 57 |
| Binary | 11101111 | 11 | 111100 | 0 | 1100011 | 1001011 | 110 | 101011010 | 1100010 | 101111 |
Color Harmonies of #EF033C
Complementary color
Monochromatic Colors of #EF033C
Black with #EF033C
Text Example
Text Example
White with #EF033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF033C; }
p { color: rgb(239,3,60); }
H1.HeaderClassName
{
color: #EF033C;
}
.AnyTagClassName
{
color: #EF033C;
}
</style>
background-color css
<style>
a { background-color: #EF033C; }
a { background-color: rgb(239,3,60); }
div.DivClassName
{
background-color: #EF033C;
}
.BgClassName
{
background-color: #EF033C;
}
</style>
border-color css
<style>
span { border-color: #EF033C; }
span { border-color: rgb(239,3,60); }
td.TdClassName
{
border-color: #EF033C;
}
.TagClassName
{
border-color: #EF033C;
}
</style>