Shades of Scarlet #EF2117
Tints of Scarlet #EF2117
RGB
CMYK
RGB Variations
Color information
#EF2117 (or 0xEF2117) is known color: Scarlet. HEX triplet: EF, 21 and 17. RGB value is (239,33,23). Sum of RGB (Red+Green+Blue) = 239+33+23=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2117 is #10DEE8. Grayscale: #5D5D5D. Windows color (decimal): -1105641 or 1516015. OLE color: 1516015.
HSL color Cylindrical-coordinate representation of color #EF2117: hue angle of 2.78º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF2117 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 23 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.06 |
| HSL | 2.78º | 0.87% | 0.51% | - |
| HSV(B) | 2.78º | 0.9% | 0.94% | - |
| XYZ | 36.3 | 19.5 | 2.66 | - |
| YUV | 93.45 | 88.25 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 23 | 0 | 0.86 | 0.90 | 0.06 | 2.78 | 0.87 | 0.51 |
| Hex | EF | 21 | 17 | 0 | 56 | 5A | 6 | 3 | 57 | 33 |
| Octal | 357 | 41 | 27 | 0 | 126 | 132 | 6 | 3 | 127 | 63 |
| Binary | 11101111 | 100001 | 10111 | 0 | 1010110 | 1011010 | 110 | 11 | 1010111 | 110011 |
Color Harmonies of #EF2117
Complementary color
Monochromatic Colors of #EF2117
Black with #EF2117
Text Example
Text Example
White with #EF2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2117; }
p { color: rgb(239,33,23); }
H1.HeaderClassName
{
color: #EF2117;
}
.AnyTagClassName
{
color: #EF2117;
}
</style>
background-color css
<style>
a { background-color: #EF2117; }
a { background-color: rgb(239,33,23); }
div.DivClassName
{
background-color: #EF2117;
}
.BgClassName
{
background-color: #EF2117;
}
</style>
border-color css
<style>
span { border-color: #EF2117; }
span { border-color: rgb(239,33,23); }
td.TdClassName
{
border-color: #EF2117;
}
.TagClassName
{
border-color: #EF2117;
}
</style>