Shades of Scarlet #EF140E
Tints of Scarlet #EF140E
RGB
CMYK
RGB Variations
Color information
#EF140E (or 0xEF140E) is known color: Scarlet. HEX triplet: EF, 14 and 0E. RGB value is (239,20,14). Sum of RGB (Red+Green+Blue) = 239+20+14=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF140E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF140E is #10EBF1. Grayscale: #555555. Windows color (decimal): -1108978 or 922863. OLE color: 922863.
HSL color Cylindrical-coordinate representation of color #EF140E: hue angle of 1.6º 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 #EF140E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 14 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.06 |
| HSL | 1.6º | 0.89% | 0.5% | - |
| HSV(B) | 1.6º | 0.94% | 0.94% | - |
| XYZ | 35.93 | 18.88 | 2.17 | - |
| YUV | 84.8 | 88.05 | 237.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 14 | 0 | 0.92 | 0.94 | 0.06 | 1.6 | 0.89 | 0.5 |
| Hex | EF | 14 | E | 0 | 5C | 5E | 6 | 2 | 59 | 32 |
| Octal | 357 | 24 | 16 | 0 | 134 | 136 | 6 | 2 | 131 | 62 |
| Binary | 11101111 | 10100 | 1110 | 0 | 1011100 | 1011110 | 110 | 10 | 1011001 | 110010 |
Color Harmonies of #EF140E
Complementary color
Monochromatic Colors of #EF140E
Black with #EF140E
Text Example
Text Example
White with #EF140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF140E; }
p { color: rgb(239,20,14); }
H1.HeaderClassName
{
color: #EF140E;
}
.AnyTagClassName
{
color: #EF140E;
}
</style>
background-color css
<style>
a { background-color: #EF140E; }
a { background-color: rgb(239,20,14); }
div.DivClassName
{
background-color: #EF140E;
}
.BgClassName
{
background-color: #EF140E;
}
</style>
border-color css
<style>
span { border-color: #EF140E; }
span { border-color: rgb(239,20,14); }
td.TdClassName
{
border-color: #EF140E;
}
.TagClassName
{
border-color: #EF140E;
}
</style>