Shades of Scarlet #EF2808
Tints of Scarlet #EF2808
RGB
CMYK
RGB Variations
Color information
#EF2808 (or 0xEF2808) is known color: Scarlet. HEX triplet: EF, 28 and 08. RGB value is (239,40,8). Sum of RGB (Red+Green+Blue) = 239+40+8=287 (38% of max value = 765). Red value is 239 (93.75% from 255 or 83.28% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2808 is #10D7F7. Grayscale: #606060. Windows color (decimal): -1103864 or 534767. OLE color: 534767.
HSL color Cylindrical-coordinate representation of color #EF2808: hue angle of 8.31º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF2808 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 8 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.06 |
| HSL | 8.31º | 0.94% | 0.48% | - |
| HSV(B) | 8.31º | 0.97% | 0.94% | - |
| XYZ | 36.4 | 19.89 | 2.15 | - |
| YUV | 95.85 | 78.43 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 8 | 0 | 0.83 | 0.97 | 0.06 | 8.31 | 0.94 | 0.48 |
| Hex | EF | 28 | 8 | 0 | 53 | 61 | 6 | 8 | 5E | 30 |
| Octal | 357 | 50 | 10 | 0 | 123 | 141 | 6 | 10 | 136 | 60 |
| Binary | 11101111 | 101000 | 1000 | 0 | 1010011 | 1100001 | 110 | 1000 | 1011110 | 110000 |
Color Harmonies of #EF2808
Complementary color
Monochromatic Colors of #EF2808
Black with #EF2808
Text Example
Text Example
White with #EF2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2808; }
p { color: rgb(239,40,8); }
H1.HeaderClassName
{
color: #EF2808;
}
.AnyTagClassName
{
color: #EF2808;
}
</style>
background-color css
<style>
a { background-color: #EF2808; }
a { background-color: rgb(239,40,8); }
div.DivClassName
{
background-color: #EF2808;
}
.BgClassName
{
background-color: #EF2808;
}
</style>
border-color css
<style>
span { border-color: #EF2808; }
span { border-color: rgb(239,40,8); }
td.TdClassName
{
border-color: #EF2808;
}
.TagClassName
{
border-color: #EF2808;
}
</style>