Shades of Scarlet #EF2504
Tints of Scarlet #EF2504
RGB
CMYK
RGB Variations
Color information
#EF2504 (or 0xEF2504) is known color: Scarlet. HEX triplet: EF, 25 and 04. RGB value is (239,37,4). Sum of RGB (Red+Green+Blue) = 239+37+4=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2504 is #10DAFB. Grayscale: #5D5D5D. Windows color (decimal): -1104636 or 271855. OLE color: 271855.
HSL color Cylindrical-coordinate representation of color #EF2504: hue angle of 8.43º 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 #EF2504 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.06 |
| HSL | 8.43º | 0.97% | 0.48% | - |
| HSV(B) | 8.43º | 0.98% | 0.94% | - |
| XYZ | 36.28 | 19.68 | 2 | - |
| YUV | 93.64 | 77.42 | 231.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 4 | 0 | 0.85 | 0.98 | 0.06 | 8.43 | 0.97 | 0.48 |
| Hex | EF | 25 | 4 | 0 | 55 | 62 | 6 | 8 | 61 | 30 |
| Octal | 357 | 45 | 4 | 0 | 125 | 142 | 6 | 10 | 141 | 60 |
| Binary | 11101111 | 100101 | 100 | 0 | 1010101 | 1100010 | 110 | 1000 | 1100001 | 110000 |
Color Harmonies of #EF2504
Complementary color
Monochromatic Colors of #EF2504
Black with #EF2504
Text Example
Text Example
White with #EF2504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2504; }
p { color: rgb(239,37,4); }
H1.HeaderClassName
{
color: #EF2504;
}
.AnyTagClassName
{
color: #EF2504;
}
</style>
background-color css
<style>
a { background-color: #EF2504; }
a { background-color: rgb(239,37,4); }
div.DivClassName
{
background-color: #EF2504;
}
.BgClassName
{
background-color: #EF2504;
}
</style>
border-color css
<style>
span { border-color: #EF2504; }
span { border-color: rgb(239,37,4); }
td.TdClassName
{
border-color: #EF2504;
}
.TagClassName
{
border-color: #EF2504;
}
</style>