Shades of Scarlet #EF2A04
Tints of Scarlet #EF2A04
RGB
CMYK
RGB Variations
Color information
#EF2A04 (or 0xEF2A04) is known color: Scarlet. HEX triplet: EF, 2A and 04. RGB value is (239,42,4). Sum of RGB (Red+Green+Blue) = 239+42+4=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2A04 is #10D5FB. Grayscale: #606060. Windows color (decimal): -1103356 or 273135. OLE color: 273135.
HSL color Cylindrical-coordinate representation of color #EF2A04: hue angle of 9.7º 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 #EF2A04 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.06 |
| HSL | 9.7º | 0.97% | 0.48% | - |
| HSV(B) | 9.7º | 0.98% | 0.94% | - |
| XYZ | 36.45 | 20.02 | 2.06 | - |
| YUV | 96.57 | 75.77 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 4 | 0 | 0.82 | 0.98 | 0.06 | 9.7 | 0.97 | 0.48 |
| Hex | EF | 2A | 4 | 0 | 52 | 62 | 6 | A | 61 | 30 |
| Octal | 357 | 52 | 4 | 0 | 122 | 142 | 6 | 12 | 141 | 60 |
| Binary | 11101111 | 101010 | 100 | 0 | 1010010 | 1100010 | 110 | 1010 | 1100001 | 110000 |
Color Harmonies of #EF2A04
Complementary color
Monochromatic Colors of #EF2A04
Black with #EF2A04
Text Example
Text Example
White with #EF2A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2A04; }
p { color: rgb(239,42,4); }
H1.HeaderClassName
{
color: #EF2A04;
}
.AnyTagClassName
{
color: #EF2A04;
}
</style>
background-color css
<style>
a { background-color: #EF2A04; }
a { background-color: rgb(239,42,4); }
div.DivClassName
{
background-color: #EF2A04;
}
.BgClassName
{
background-color: #EF2A04;
}
</style>
border-color css
<style>
span { border-color: #EF2A04; }
span { border-color: rgb(239,42,4); }
td.TdClassName
{
border-color: #EF2A04;
}
.TagClassName
{
border-color: #EF2A04;
}
</style>