Shades of Scarlet #EF1308
Tints of Scarlet #EF1308
RGB
CMYK
RGB Variations
Color information
#EF1308 (or 0xEF1308) is known color: Scarlet. HEX triplet: EF, 13 and 08. RGB value is (239,19,8). Sum of RGB (Red+Green+Blue) = 239+19+8=266 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.85% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1308 is #10ECF7. Grayscale: #535353. Windows color (decimal): -1109240 or 529391. OLE color: 529391.
HSL color Cylindrical-coordinate representation of color #EF1308: hue angle of 2.86º 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 #EF1308 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 8 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.06 |
| HSL | 2.86º | 0.94% | 0.48% | - |
| HSV(B) | 2.86º | 0.97% | 0.94% | - |
| XYZ | 35.87 | 18.83 | 1.97 | - |
| YUV | 83.53 | 85.39 | 238.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 8 | 0 | 0.92 | 0.97 | 0.06 | 2.86 | 0.94 | 0.48 |
| Hex | EF | 13 | 8 | 0 | 5C | 61 | 6 | 3 | 5E | 30 |
| Octal | 357 | 23 | 10 | 0 | 134 | 141 | 6 | 3 | 136 | 60 |
| Binary | 11101111 | 10011 | 1000 | 0 | 1011100 | 1100001 | 110 | 11 | 1011110 | 110000 |
Color Harmonies of #EF1308
Complementary color
Monochromatic Colors of #EF1308
Black with #EF1308
Text Example
Text Example
White with #EF1308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1308; }
p { color: rgb(239,19,8); }
H1.HeaderClassName
{
color: #EF1308;
}
.AnyTagClassName
{
color: #EF1308;
}
</style>
background-color css
<style>
a { background-color: #EF1308; }
a { background-color: rgb(239,19,8); }
div.DivClassName
{
background-color: #EF1308;
}
.BgClassName
{
background-color: #EF1308;
}
</style>
border-color css
<style>
span { border-color: #EF1308; }
span { border-color: rgb(239,19,8); }
td.TdClassName
{
border-color: #EF1308;
}
.TagClassName
{
border-color: #EF1308;
}
</style>