Shades of Scarlet #EF2918
Tints of Scarlet #EF2918
RGB
CMYK
RGB Variations
Color information
#EF2918 (or 0xEF2918) is known color: Scarlet. HEX triplet: EF, 29 and 18. RGB value is (239,41,24). Sum of RGB (Red+Green+Blue) = 239+41+24=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2918 is #10D6E7. Grayscale: #626262. Windows color (decimal): -1103592 or 1583599. OLE color: 1583599.
HSL color Cylindrical-coordinate representation of color #EF2918: hue angle of 4.74º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF2918 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 24 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.06 |
| HSL | 4.74º | 0.87% | 0.52% | - |
| HSV(B) | 4.74º | 0.9% | 0.94% | - |
| XYZ | 36.55 | 20 | 2.8 | - |
| YUV | 98.26 | 86.1 | 228.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 24 | 0 | 0.83 | 0.90 | 0.06 | 4.74 | 0.87 | 0.52 |
| Hex | EF | 29 | 18 | 0 | 53 | 5A | 6 | 5 | 57 | 34 |
| Octal | 357 | 51 | 30 | 0 | 123 | 132 | 6 | 5 | 127 | 64 |
| Binary | 11101111 | 101001 | 11000 | 0 | 1010011 | 1011010 | 110 | 101 | 1010111 | 110100 |
Color Harmonies of #EF2918
Complementary color
Monochromatic Colors of #EF2918
Black with #EF2918
Text Example
Text Example
White with #EF2918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2918; }
p { color: rgb(239,41,24); }
H1.HeaderClassName
{
color: #EF2918;
}
.AnyTagClassName
{
color: #EF2918;
}
</style>
background-color css
<style>
a { background-color: #EF2918; }
a { background-color: rgb(239,41,24); }
div.DivClassName
{
background-color: #EF2918;
}
.BgClassName
{
background-color: #EF2918;
}
</style>
border-color css
<style>
span { border-color: #EF2918; }
span { border-color: rgb(239,41,24); }
td.TdClassName
{
border-color: #EF2918;
}
.TagClassName
{
border-color: #EF2918;
}
</style>