Shades of Torch Red #EF063D
Tints of Torch Red #EF063D
RGB
CMYK
RGB Variations
Color information
#EF063D (or 0xEF063D) is known color: Torch Red. HEX triplet: EF, 06 and 3D. RGB value is (239,6,61). Sum of RGB (Red+Green+Blue) = 239+6+61=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF063D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF063D is #10F9C2. Grayscale: #515151. Windows color (decimal): -1112515 or 3999471. OLE color: 3999471.
HSL color Cylindrical-coordinate representation of color #EF063D: hue angle of 345.84º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF063D is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.06 |
| HSL | 345.84º | 0.95% | 0.48% | - |
| HSV(B) | 345.84º | 0.97% | 0.94% | - |
| XYZ | 36.5 | 18.82 | 6.12 | - |
| YUV | 81.94 | 116.19 | 240.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 61 | 0 | 0.97 | 0.74 | 0.06 | 345.84 | 0.95 | 0.48 |
| Hex | EF | 6 | 3D | 0 | 61 | 4A | 6 | 15A | 5F | 30 |
| Octal | 357 | 6 | 75 | 0 | 141 | 112 | 6 | 532 | 137 | 60 |
| Binary | 11101111 | 110 | 111101 | 0 | 1100001 | 1001010 | 110 | 101011010 | 1011111 | 110000 |
Color Harmonies of #EF063D
Complementary color
Monochromatic Colors of #EF063D
Black with #EF063D
Text Example
Text Example
White with #EF063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF063D; }
p { color: rgb(239,6,61); }
H1.HeaderClassName
{
color: #EF063D;
}
.AnyTagClassName
{
color: #EF063D;
}
</style>
background-color css
<style>
a { background-color: #EF063D; }
a { background-color: rgb(239,6,61); }
div.DivClassName
{
background-color: #EF063D;
}
.BgClassName
{
background-color: #EF063D;
}
</style>
border-color css
<style>
span { border-color: #EF063D; }
span { border-color: rgb(239,6,61); }
td.TdClassName
{
border-color: #EF063D;
}
.TagClassName
{
border-color: #EF063D;
}
</style>