Shades of Torch Red #EF0D26
Tints of Torch Red #EF0D26
RGB
CMYK
RGB Variations
Color information
#EF0D26 (or 0xEF0D26) is known color: Torch Red. HEX triplet: EF, 0D and 26. RGB value is (239,13,38). Sum of RGB (Red+Green+Blue) = 239+13+38=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0D26 is #10F2D9. Grayscale: #535353. Windows color (decimal): -1110746 or 2493935. OLE color: 2493935.
HSL color Cylindrical-coordinate representation of color #EF0D26: hue angle of 353.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0D26 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 38 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.06 |
| HSL | 353.36º | 0.9% | 0.49% | - |
| HSV(B) | 353.36º | 0.95% | 0.94% | - |
| XYZ | 36.09 | 18.78 | 3.56 | - |
| YUV | 83.42 | 102.37 | 238.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 38 | 0 | 0.95 | 0.84 | 0.06 | 353.36 | 0.9 | 0.49 |
| Hex | EF | D | 26 | 0 | 5F | 54 | 6 | 161 | 5A | 31 |
| Octal | 357 | 15 | 46 | 0 | 137 | 124 | 6 | 541 | 132 | 61 |
| Binary | 11101111 | 1101 | 100110 | 0 | 1011111 | 1010100 | 110 | 101100001 | 1011010 | 110001 |
Color Harmonies of #EF0D26
Complementary color
Monochromatic Colors of #EF0D26
Black with #EF0D26
Text Example
Text Example
White with #EF0D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D26; }
p { color: rgb(239,13,38); }
H1.HeaderClassName
{
color: #EF0D26;
}
.AnyTagClassName
{
color: #EF0D26;
}
</style>
background-color css
<style>
a { background-color: #EF0D26; }
a { background-color: rgb(239,13,38); }
div.DivClassName
{
background-color: #EF0D26;
}
.BgClassName
{
background-color: #EF0D26;
}
</style>
border-color css
<style>
span { border-color: #EF0D26; }
span { border-color: rgb(239,13,38); }
td.TdClassName
{
border-color: #EF0D26;
}
.TagClassName
{
border-color: #EF0D26;
}
</style>