Shades of Scarlet #EF1D0E
Tints of Scarlet #EF1D0E
RGB
CMYK
RGB Variations
Color information
#EF1D0E (or 0xEF1D0E) is known color: Scarlet. HEX triplet: EF, 1D and 0E. RGB value is (239,29,14). Sum of RGB (Red+Green+Blue) = 239+29+14=282 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.75% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1D0E is #10E2F1. Grayscale: #5A5A5A. Windows color (decimal): -1106674 or 925167. OLE color: 925167.
HSL color Cylindrical-coordinate representation of color #EF1D0E: hue angle of 4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF1D0E is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 14 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.06 |
| HSL | 4º | 0.89% | 0.5% | - |
| HSV(B) | 4º | 0.94% | 0.94% | - |
| XYZ | 36.12 | 19.26 | 2.23 | - |
| YUV | 90.08 | 85.07 | 234.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 14 | 0 | 0.88 | 0.94 | 0.06 | 4 | 0.89 | 0.5 |
| Hex | EF | 1D | E | 0 | 58 | 5E | 6 | 4 | 59 | 32 |
| Octal | 357 | 35 | 16 | 0 | 130 | 136 | 6 | 4 | 131 | 62 |
| Binary | 11101111 | 11101 | 1110 | 0 | 1011000 | 1011110 | 110 | 100 | 1011001 | 110010 |
Color Harmonies of #EF1D0E
Complementary color
Monochromatic Colors of #EF1D0E
Black with #EF1D0E
Text Example
Text Example
White with #EF1D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D0E; }
p { color: rgb(239,29,14); }
H1.HeaderClassName
{
color: #EF1D0E;
}
.AnyTagClassName
{
color: #EF1D0E;
}
</style>
background-color css
<style>
a { background-color: #EF1D0E; }
a { background-color: rgb(239,29,14); }
div.DivClassName
{
background-color: #EF1D0E;
}
.BgClassName
{
background-color: #EF1D0E;
}
</style>
border-color css
<style>
span { border-color: #EF1D0E; }
span { border-color: rgb(239,29,14); }
td.TdClassName
{
border-color: #EF1D0E;
}
.TagClassName
{
border-color: #EF1D0E;
}
</style>