Shades of Scarlet #EF2809
Tints of Scarlet #EF2809
RGB
CMYK
RGB Variations
Color information
#EF2809 (or 0xEF2809) is known color: Scarlet. HEX triplet: EF, 28 and 09. RGB value is (239,40,9). Sum of RGB (Red+Green+Blue) = 239+40+9=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2809 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2809 is #10D7F6. Grayscale: #606060. Windows color (decimal): -1103863 or 600303. OLE color: 600303.
HSL color Cylindrical-coordinate representation of color #EF2809: hue angle of 8.09º 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 #EF2809 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 9 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.06 |
| HSL | 8.09º | 0.93% | 0.49% | - |
| HSV(B) | 8.09º | 0.96% | 0.94% | - |
| XYZ | 36.4 | 19.89 | 2.18 | - |
| YUV | 95.97 | 78.93 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 9 | 0 | 0.83 | 0.96 | 0.06 | 8.09 | 0.93 | 0.49 |
| Hex | EF | 28 | 9 | 0 | 53 | 60 | 6 | 8 | 5D | 31 |
| Octal | 357 | 50 | 11 | 0 | 123 | 140 | 6 | 10 | 135 | 61 |
| Binary | 11101111 | 101000 | 1001 | 0 | 1010011 | 1100000 | 110 | 1000 | 1011101 | 110001 |
Color Harmonies of #EF2809
Complementary color
Monochromatic Colors of #EF2809
Black with #EF2809
Text Example
Text Example
White with #EF2809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2809; }
p { color: rgb(239,40,9); }
H1.HeaderClassName
{
color: #EF2809;
}
.AnyTagClassName
{
color: #EF2809;
}
</style>
background-color css
<style>
a { background-color: #EF2809; }
a { background-color: rgb(239,40,9); }
div.DivClassName
{
background-color: #EF2809;
}
.BgClassName
{
background-color: #EF2809;
}
</style>
border-color css
<style>
span { border-color: #EF2809; }
span { border-color: rgb(239,40,9); }
td.TdClassName
{
border-color: #EF2809;
}
.TagClassName
{
border-color: #EF2809;
}
</style>