Shades of Scarlet #EF1508
Tints of Scarlet #EF1508
RGB
CMYK
RGB Variations
Color information
#EF1508 (or 0xEF1508) is known color: Scarlet. HEX triplet: EF, 15 and 08. RGB value is (239,21,8). Sum of RGB (Red+Green+Blue) = 239+21+8=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1508 is #10EAF7. Grayscale: #545454. Windows color (decimal): -1108728 or 529903. OLE color: 529903.
HSL color Cylindrical-coordinate representation of color #EF1508: hue angle of 3.38º 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 #EF1508 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 8 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.06 |
| HSL | 3.38º | 0.94% | 0.48% | - |
| HSV(B) | 3.38º | 0.97% | 0.94% | - |
| XYZ | 35.91 | 18.9 | 1.99 | - |
| YUV | 84.7 | 84.72 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 8 | 0 | 0.91 | 0.97 | 0.06 | 3.38 | 0.94 | 0.48 |
| Hex | EF | 15 | 8 | 0 | 5B | 61 | 6 | 3 | 5E | 30 |
| Octal | 357 | 25 | 10 | 0 | 133 | 141 | 6 | 3 | 136 | 60 |
| Binary | 11101111 | 10101 | 1000 | 0 | 1011011 | 1100001 | 110 | 11 | 1011110 | 110000 |
Color Harmonies of #EF1508
Complementary color
Monochromatic Colors of #EF1508
Black with #EF1508
Text Example
Text Example
White with #EF1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1508; }
p { color: rgb(239,21,8); }
H1.HeaderClassName
{
color: #EF1508;
}
.AnyTagClassName
{
color: #EF1508;
}
</style>
background-color css
<style>
a { background-color: #EF1508; }
a { background-color: rgb(239,21,8); }
div.DivClassName
{
background-color: #EF1508;
}
.BgClassName
{
background-color: #EF1508;
}
</style>
border-color css
<style>
span { border-color: #EF1508; }
span { border-color: rgb(239,21,8); }
td.TdClassName
{
border-color: #EF1508;
}
.TagClassName
{
border-color: #EF1508;
}
</style>