Shades of Scarlet #EF1411
Tints of Scarlet #EF1411
RGB
CMYK
RGB Variations
Color information
#EF1411 (or 0xEF1411) is known color: Scarlet. HEX triplet: EF, 14 and 11. RGB value is (239,20,17). Sum of RGB (Red+Green+Blue) = 239+20+17=276 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.59% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1411 is #10EBEE. Grayscale: #555555. Windows color (decimal): -1108975 or 1119471. OLE color: 1119471.
HSL color Cylindrical-coordinate representation of color #EF1411: hue angle of 0.81º 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 #EF1411 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 17 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.06 |
| HSL | 0.81º | 0.87% | 0.5% | - |
| HSV(B) | 0.81º | 0.93% | 0.94% | - |
| XYZ | 35.95 | 18.89 | 2.28 | - |
| YUV | 85.14 | 89.55 | 237.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 17 | 0 | 0.92 | 0.93 | 0.06 | 0.81 | 0.87 | 0.5 |
| Hex | EF | 14 | 11 | 0 | 5C | 5D | 6 | 1 | 57 | 32 |
| Octal | 357 | 24 | 21 | 0 | 134 | 135 | 6 | 1 | 127 | 62 |
| Binary | 11101111 | 10100 | 10001 | 0 | 1011100 | 1011101 | 110 | 1 | 1010111 | 110010 |
Color Harmonies of #EF1411
Complementary color
Monochromatic Colors of #EF1411
Black with #EF1411
Text Example
Text Example
White with #EF1411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1411; }
p { color: rgb(239,20,17); }
H1.HeaderClassName
{
color: #EF1411;
}
.AnyTagClassName
{
color: #EF1411;
}
</style>
background-color css
<style>
a { background-color: #EF1411; }
a { background-color: rgb(239,20,17); }
div.DivClassName
{
background-color: #EF1411;
}
.BgClassName
{
background-color: #EF1411;
}
</style>
border-color css
<style>
span { border-color: #EF1411; }
span { border-color: rgb(239,20,17); }
td.TdClassName
{
border-color: #EF1411;
}
.TagClassName
{
border-color: #EF1411;
}
</style>