Shades of Scarlet #EF1409
Tints of Scarlet #EF1409
RGB
CMYK
RGB Variations
Color information
#EF1409 (or 0xEF1409) is known color: Scarlet. HEX triplet: EF, 14 and 09. RGB value is (239,20,9). Sum of RGB (Red+Green+Blue) = 239+20+9=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1409 is #10EBF6. Grayscale: #545454. Windows color (decimal): -1108983 or 595183. OLE color: 595183.
HSL color Cylindrical-coordinate representation of color #EF1409: hue angle of 2.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF1409 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.06 |
| HSL | 2.87º | 0.93% | 0.49% | - |
| HSV(B) | 2.87º | 0.96% | 0.94% | - |
| XYZ | 35.9 | 18.87 | 2.01 | - |
| YUV | 84.23 | 85.55 | 238.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 9 | 0 | 0.92 | 0.96 | 0.06 | 2.87 | 0.93 | 0.49 |
| Hex | EF | 14 | 9 | 0 | 5C | 60 | 6 | 3 | 5D | 31 |
| Octal | 357 | 24 | 11 | 0 | 134 | 140 | 6 | 3 | 135 | 61 |
| Binary | 11101111 | 10100 | 1001 | 0 | 1011100 | 1100000 | 110 | 11 | 1011101 | 110001 |
Color Harmonies of #EF1409
Complementary color
Monochromatic Colors of #EF1409
Black with #EF1409
Text Example
Text Example
White with #EF1409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1409; }
p { color: rgb(239,20,9); }
H1.HeaderClassName
{
color: #EF1409;
}
.AnyTagClassName
{
color: #EF1409;
}
</style>
background-color css
<style>
a { background-color: #EF1409; }
a { background-color: rgb(239,20,9); }
div.DivClassName
{
background-color: #EF1409;
}
.BgClassName
{
background-color: #EF1409;
}
</style>
border-color css
<style>
span { border-color: #EF1409; }
span { border-color: rgb(239,20,9); }
td.TdClassName
{
border-color: #EF1409;
}
.TagClassName
{
border-color: #EF1409;
}
</style>