Shades of Scarlet #EF2711
Tints of Scarlet #EF2711
RGB
CMYK
RGB Variations
Color information
#EF2711 (or 0xEF2711) is known color: Scarlet. HEX triplet: EF, 27 and 11. RGB value is (239,39,17). Sum of RGB (Red+Green+Blue) = 239+39+17=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2711 is #10D8EE. Grayscale: #606060. Windows color (decimal): -1104111 or 1124335. OLE color: 1124335.
HSL color Cylindrical-coordinate representation of color #EF2711: hue angle of 5.95º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF2711 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 17 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.06 |
| HSL | 5.95º | 0.87% | 0.5% | - |
| HSV(B) | 5.95º | 0.93% | 0.94% | - |
| XYZ | 36.42 | 19.84 | 2.44 | - |
| YUV | 96.29 | 83.26 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 17 | 0 | 0.84 | 0.93 | 0.06 | 5.95 | 0.87 | 0.5 |
| Hex | EF | 27 | 11 | 0 | 54 | 5D | 6 | 6 | 57 | 32 |
| Octal | 357 | 47 | 21 | 0 | 124 | 135 | 6 | 6 | 127 | 62 |
| Binary | 11101111 | 100111 | 10001 | 0 | 1010100 | 1011101 | 110 | 110 | 1010111 | 110010 |
Color Harmonies of #EF2711
Complementary color
Monochromatic Colors of #EF2711
Black with #EF2711
Text Example
Text Example
White with #EF2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2711; }
p { color: rgb(239,39,17); }
H1.HeaderClassName
{
color: #EF2711;
}
.AnyTagClassName
{
color: #EF2711;
}
</style>
background-color css
<style>
a { background-color: #EF2711; }
a { background-color: rgb(239,39,17); }
div.DivClassName
{
background-color: #EF2711;
}
.BgClassName
{
background-color: #EF2711;
}
</style>
border-color css
<style>
span { border-color: #EF2711; }
span { border-color: rgb(239,39,17); }
td.TdClassName
{
border-color: #EF2711;
}
.TagClassName
{
border-color: #EF2711;
}
</style>