Shades of Scarlet #EF2604
Tints of Scarlet #EF2604
RGB
CMYK
RGB Variations
Color information
#EF2604 (or 0xEF2604) is known color: Scarlet. HEX triplet: EF, 26 and 04. RGB value is (239,38,4). Sum of RGB (Red+Green+Blue) = 239+38+4=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2604 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2604 is #10D9FB. Grayscale: #5E5E5E. Windows color (decimal): -1104380 or 272111. OLE color: 272111.
HSL color Cylindrical-coordinate representation of color #EF2604: hue angle of 8.68º 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 #EF2604 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.06 |
| HSL | 8.68º | 0.97% | 0.48% | - |
| HSV(B) | 8.68º | 0.98% | 0.94% | - |
| XYZ | 36.31 | 19.75 | 2.01 | - |
| YUV | 94.22 | 77.09 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 4 | 0 | 0.84 | 0.98 | 0.06 | 8.68 | 0.97 | 0.48 |
| Hex | EF | 26 | 4 | 0 | 54 | 62 | 6 | 9 | 61 | 30 |
| Octal | 357 | 46 | 4 | 0 | 124 | 142 | 6 | 11 | 141 | 60 |
| Binary | 11101111 | 100110 | 100 | 0 | 1010100 | 1100010 | 110 | 1001 | 1100001 | 110000 |
Color Harmonies of #EF2604
Complementary color
Monochromatic Colors of #EF2604
Black with #EF2604
Text Example
Text Example
White with #EF2604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2604; }
p { color: rgb(239,38,4); }
H1.HeaderClassName
{
color: #EF2604;
}
.AnyTagClassName
{
color: #EF2604;
}
</style>
background-color css
<style>
a { background-color: #EF2604; }
a { background-color: rgb(239,38,4); }
div.DivClassName
{
background-color: #EF2604;
}
.BgClassName
{
background-color: #EF2604;
}
</style>
border-color css
<style>
span { border-color: #EF2604; }
span { border-color: rgb(239,38,4); }
td.TdClassName
{
border-color: #EF2604;
}
.TagClassName
{
border-color: #EF2604;
}
</style>