Shades of Scarlet #EF2118
Tints of Scarlet #EF2118
RGB
CMYK
RGB Variations
Color information
#EF2118 (or 0xEF2118) is known color: Scarlet. HEX triplet: EF, 21 and 18. RGB value is (239,33,24). Sum of RGB (Red+Green+Blue) = 239+33+24=296 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.74% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2118 is #10DEE7. Grayscale: #5D5D5D. Windows color (decimal): -1105640 or 1581551. OLE color: 1581551.
HSL color Cylindrical-coordinate representation of color #EF2118: hue angle of 2.51º 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 #EF2118 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 24 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.06 |
| HSL | 2.51º | 0.87% | 0.52% | - |
| HSV(B) | 2.51º | 0.9% | 0.94% | - |
| XYZ | 36.31 | 19.5 | 2.72 | - |
| YUV | 93.57 | 88.75 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 24 | 0 | 0.86 | 0.90 | 0.06 | 2.51 | 0.87 | 0.52 |
| Hex | EF | 21 | 18 | 0 | 56 | 5A | 6 | 3 | 57 | 34 |
| Octal | 357 | 41 | 30 | 0 | 126 | 132 | 6 | 3 | 127 | 64 |
| Binary | 11101111 | 100001 | 11000 | 0 | 1010110 | 1011010 | 110 | 11 | 1010111 | 110100 |
Color Harmonies of #EF2118
Complementary color
Monochromatic Colors of #EF2118
Black with #EF2118
Text Example
Text Example
White with #EF2118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2118; }
p { color: rgb(239,33,24); }
H1.HeaderClassName
{
color: #EF2118;
}
.AnyTagClassName
{
color: #EF2118;
}
</style>
background-color css
<style>
a { background-color: #EF2118; }
a { background-color: rgb(239,33,24); }
div.DivClassName
{
background-color: #EF2118;
}
.BgClassName
{
background-color: #EF2118;
}
</style>
border-color css
<style>
span { border-color: #EF2118; }
span { border-color: rgb(239,33,24); }
td.TdClassName
{
border-color: #EF2118;
}
.TagClassName
{
border-color: #EF2118;
}
</style>