Shades of Scarlet #EF2113
Tints of Scarlet #EF2113
RGB
CMYK
RGB Variations
Color information
#EF2113 (or 0xEF2113) is known color: Scarlet. HEX triplet: EF, 21 and 13. RGB value is (239,33,19). Sum of RGB (Red+Green+Blue) = 239+33+19=291 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.13% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2113 is #10DEEC. Grayscale: #5D5D5D. Windows color (decimal): -1105645 or 1253871. OLE color: 1253871.
HSL color Cylindrical-coordinate representation of color #EF2113: hue angle of 3.82º 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 #EF2113 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 19 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.06 |
| HSL | 3.82º | 0.87% | 0.51% | - |
| HSV(B) | 3.82º | 0.92% | 0.94% | - |
| XYZ | 36.26 | 19.49 | 2.47 | - |
| YUV | 93 | 86.25 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 19 | 0 | 0.86 | 0.92 | 0.06 | 3.82 | 0.87 | 0.51 |
| Hex | EF | 21 | 13 | 0 | 56 | 5C | 6 | 4 | 57 | 33 |
| Octal | 357 | 41 | 23 | 0 | 126 | 134 | 6 | 4 | 127 | 63 |
| Binary | 11101111 | 100001 | 10011 | 0 | 1010110 | 1011100 | 110 | 100 | 1010111 | 110011 |
Color Harmonies of #EF2113
Complementary color
Monochromatic Colors of #EF2113
Black with #EF2113
Text Example
Text Example
White with #EF2113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2113; }
p { color: rgb(239,33,19); }
H1.HeaderClassName
{
color: #EF2113;
}
.AnyTagClassName
{
color: #EF2113;
}
</style>
background-color css
<style>
a { background-color: #EF2113; }
a { background-color: rgb(239,33,19); }
div.DivClassName
{
background-color: #EF2113;
}
.BgClassName
{
background-color: #EF2113;
}
</style>
border-color css
<style>
span { border-color: #EF2113; }
span { border-color: rgb(239,33,19); }
td.TdClassName
{
border-color: #EF2113;
}
.TagClassName
{
border-color: #EF2113;
}
</style>