Shades of Scarlet #EF1504
Tints of Scarlet #EF1504
RGB
CMYK
RGB Variations
Color information
#EF1504 (or 0xEF1504) is known color: Scarlet. HEX triplet: EF, 15 and 04. RGB value is (239,21,4). Sum of RGB (Red+Green+Blue) = 239+21+4=264 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.53% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1504 is #10EAFB. Grayscale: #545454. Windows color (decimal): -1108732 or 267759. OLE color: 267759.
HSL color Cylindrical-coordinate representation of color #EF1504: hue angle of 4.34º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF1504 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.06 |
| HSL | 4.34º | 0.97% | 0.48% | - |
| HSV(B) | 4.34º | 0.98% | 0.94% | - |
| XYZ | 35.89 | 18.9 | 1.87 | - |
| YUV | 84.24 | 82.72 | 238.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 4 | 0 | 0.91 | 0.98 | 0.06 | 4.34 | 0.97 | 0.48 |
| Hex | EF | 15 | 4 | 0 | 5B | 62 | 6 | 4 | 61 | 30 |
| Octal | 357 | 25 | 4 | 0 | 133 | 142 | 6 | 4 | 141 | 60 |
| Binary | 11101111 | 10101 | 100 | 0 | 1011011 | 1100010 | 110 | 100 | 1100001 | 110000 |
Color Harmonies of #EF1504
Complementary color
Monochromatic Colors of #EF1504
Black with #EF1504
Text Example
Text Example
White with #EF1504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1504; }
p { color: rgb(239,21,4); }
H1.HeaderClassName
{
color: #EF1504;
}
.AnyTagClassName
{
color: #EF1504;
}
</style>
background-color css
<style>
a { background-color: #EF1504; }
a { background-color: rgb(239,21,4); }
div.DivClassName
{
background-color: #EF1504;
}
.BgClassName
{
background-color: #EF1504;
}
</style>
border-color css
<style>
span { border-color: #EF1504; }
span { border-color: rgb(239,21,4); }
td.TdClassName
{
border-color: #EF1504;
}
.TagClassName
{
border-color: #EF1504;
}
</style>