Shades of Scarlet #EF2016
Tints of Scarlet #EF2016
RGB
CMYK
RGB Variations
Color information
#EF2016 (or 0xEF2016) is known color: Scarlet. HEX triplet: EF, 20 and 16. RGB value is (239,32,22). Sum of RGB (Red+Green+Blue) = 239+32+22=293 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.57% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2016 is #10DFE9. Grayscale: #5D5D5D. Windows color (decimal): -1105898 or 1450223. OLE color: 1450223.
HSL color Cylindrical-coordinate representation of color #EF2016: hue angle of 2.76º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF2016 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 22 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.06 |
| HSL | 2.76º | 0.87% | 0.51% | - |
| HSV(B) | 2.76º | 0.91% | 0.94% | - |
| XYZ | 36.26 | 19.44 | 2.6 | - |
| YUV | 92.75 | 88.08 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 22 | 0 | 0.87 | 0.91 | 0.06 | 2.76 | 0.87 | 0.51 |
| Hex | EF | 20 | 16 | 0 | 57 | 5B | 6 | 3 | 57 | 33 |
| Octal | 357 | 40 | 26 | 0 | 127 | 133 | 6 | 3 | 127 | 63 |
| Binary | 11101111 | 100000 | 10110 | 0 | 1010111 | 1011011 | 110 | 11 | 1010111 | 110011 |
Color Harmonies of #EF2016
Complementary color
Monochromatic Colors of #EF2016
Black with #EF2016
Text Example
Text Example
White with #EF2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2016; }
p { color: rgb(239,32,22); }
H1.HeaderClassName
{
color: #EF2016;
}
.AnyTagClassName
{
color: #EF2016;
}
</style>
background-color css
<style>
a { background-color: #EF2016; }
a { background-color: rgb(239,32,22); }
div.DivClassName
{
background-color: #EF2016;
}
.BgClassName
{
background-color: #EF2016;
}
</style>
border-color css
<style>
span { border-color: #EF2016; }
span { border-color: rgb(239,32,22); }
td.TdClassName
{
border-color: #EF2016;
}
.TagClassName
{
border-color: #EF2016;
}
</style>