Shades of Scarlet #EF1412
Tints of Scarlet #EF1412
RGB
CMYK
RGB Variations
Color information
#EF1412 (or 0xEF1412) is known color: Scarlet. HEX triplet: EF, 14 and 12. RGB value is (239,20,18). Sum of RGB (Red+Green+Blue) = 239+20+18=277 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.28% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1412 is #10EBED. Grayscale: #555555. Windows color (decimal): -1108974 or 1185007. OLE color: 1185007.
HSL color Cylindrical-coordinate representation of color #EF1412: hue angle of 0.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1412 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 18 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.06 |
| HSL | 0.54º | 0.87% | 0.5% | - |
| HSV(B) | 0.54º | 0.92% | 0.94% | - |
| XYZ | 35.96 | 18.89 | 2.32 | - |
| YUV | 85.25 | 90.05 | 237.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 18 | 0 | 0.92 | 0.92 | 0.06 | 0.54 | 0.87 | 0.5 |
| Hex | EF | 14 | 12 | 0 | 5C | 5C | 6 | 1 | 57 | 32 |
| Octal | 357 | 24 | 22 | 0 | 134 | 134 | 6 | 1 | 127 | 62 |
| Binary | 11101111 | 10100 | 10010 | 0 | 1011100 | 1011100 | 110 | 1 | 1010111 | 110010 |
Color Harmonies of #EF1412
Complementary color
Monochromatic Colors of #EF1412
Black with #EF1412
Text Example
Text Example
White with #EF1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1412; }
p { color: rgb(239,20,18); }
H1.HeaderClassName
{
color: #EF1412;
}
.AnyTagClassName
{
color: #EF1412;
}
</style>
background-color css
<style>
a { background-color: #EF1412; }
a { background-color: rgb(239,20,18); }
div.DivClassName
{
background-color: #EF1412;
}
.BgClassName
{
background-color: #EF1412;
}
</style>
border-color css
<style>
span { border-color: #EF1412; }
span { border-color: rgb(239,20,18); }
td.TdClassName
{
border-color: #EF1412;
}
.TagClassName
{
border-color: #EF1412;
}
</style>