Shades of Torch Red #EF003D
Tints of Torch Red #EF003D
RGB
CMYK
RGB Variations
Color information
#EF003D (or 0xEF003D) is known color: Torch Red. HEX triplet: EF, 00 and 3D. RGB value is (239,0,61). Sum of RGB (Red+Green+Blue) = 239+0+61=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF003D is #10FFC2. Grayscale: #4E4E4E. Windows color (decimal): -1114051 or 3997935. OLE color: 3997935.
HSL color Cylindrical-coordinate representation of color #EF003D: hue angle of 344.69º 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 #EF003D is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.74 | 0.06 |
| HSL | 344.69º | 1% | 0.47% | - |
| HSV(B) | 344.69º | 1% | 0.94% | - |
| XYZ | 36.44 | 18.69 | 6.1 | - |
| YUV | 78.42 | 118.18 | 242.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 61 | 0 | 1 | 0.74 | 0.06 | 344.69 | 1 | 0.47 |
| Hex | EF | 0 | 3D | 0 | 64 | 4A | 6 | 159 | 64 | 2F |
| Octal | 357 | 0 | 75 | 0 | 144 | 112 | 6 | 531 | 144 | 57 |
| Binary | 11101111 | 0 | 111101 | 0 | 1100100 | 1001010 | 110 | 101011001 | 1100100 | 101111 |
Color Harmonies of #EF003D
Complementary color
Monochromatic Colors of #EF003D
Black with #EF003D
Text Example
Text Example
White with #EF003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF003D; }
p { color: rgb(239,0,61); }
H1.HeaderClassName
{
color: #EF003D;
}
.AnyTagClassName
{
color: #EF003D;
}
</style>
background-color css
<style>
a { background-color: #EF003D; }
a { background-color: rgb(239,0,61); }
div.DivClassName
{
background-color: #EF003D;
}
.BgClassName
{
background-color: #EF003D;
}
</style>
border-color css
<style>
span { border-color: #EF003D; }
span { border-color: rgb(239,0,61); }
td.TdClassName
{
border-color: #EF003D;
}
.TagClassName
{
border-color: #EF003D;
}
</style>