Shades of Scarlet #EF2814
Tints of Scarlet #EF2814
RGB
CMYK
RGB Variations
Color information
#EF2814 (or 0xEF2814) is known color: Scarlet. HEX triplet: EF, 28 and 14. RGB value is (239,40,20). Sum of RGB (Red+Green+Blue) = 239+40+20=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2814 is #10D7EB. Grayscale: #616161. Windows color (decimal): -1103852 or 1321199. OLE color: 1321199.
HSL color Cylindrical-coordinate representation of color #EF2814: hue angle of 5.48º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF2814 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 20 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.06 |
| HSL | 5.48º | 0.87% | 0.51% | - |
| HSV(B) | 5.48º | 0.92% | 0.94% | - |
| XYZ | 36.48 | 19.92 | 2.58 | - |
| YUV | 97.22 | 84.43 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 20 | 0 | 0.83 | 0.92 | 0.06 | 5.48 | 0.87 | 0.51 |
| Hex | EF | 28 | 14 | 0 | 53 | 5C | 6 | 5 | 57 | 33 |
| Octal | 357 | 50 | 24 | 0 | 123 | 134 | 6 | 5 | 127 | 63 |
| Binary | 11101111 | 101000 | 10100 | 0 | 1010011 | 1011100 | 110 | 101 | 1010111 | 110011 |
Color Harmonies of #EF2814
Complementary color
Monochromatic Colors of #EF2814
Black with #EF2814
Text Example
Text Example
White with #EF2814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2814; }
p { color: rgb(239,40,20); }
H1.HeaderClassName
{
color: #EF2814;
}
.AnyTagClassName
{
color: #EF2814;
}
</style>
background-color css
<style>
a { background-color: #EF2814; }
a { background-color: rgb(239,40,20); }
div.DivClassName
{
background-color: #EF2814;
}
.BgClassName
{
background-color: #EF2814;
}
</style>
border-color css
<style>
span { border-color: #EF2814; }
span { border-color: rgb(239,40,20); }
td.TdClassName
{
border-color: #EF2814;
}
.TagClassName
{
border-color: #EF2814;
}
</style>