Shades of Scarlet #EF1E09
Tints of Scarlet #EF1E09
RGB
CMYK
RGB Variations
Color information
#EF1E09 (or 0xEF1E09) is known color: Scarlet. HEX triplet: EF, 1E and 09. RGB value is (239,30,9). Sum of RGB (Red+Green+Blue) = 239+30+9=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1E09 is #10E1F6. Grayscale: #5A5A5A. Windows color (decimal): -1106423 or 597743. OLE color: 597743.
HSL color Cylindrical-coordinate representation of color #EF1E09: hue angle of 5.48º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF1E09 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 9 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.06 |
| HSL | 5.48º | 0.93% | 0.49% | - |
| HSV(B) | 5.48º | 0.96% | 0.94% | - |
| XYZ | 36.11 | 19.3 | 2.08 | - |
| YUV | 90.1 | 82.24 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 9 | 0 | 0.87 | 0.96 | 0.06 | 5.48 | 0.93 | 0.49 |
| Hex | EF | 1E | 9 | 0 | 57 | 60 | 6 | 5 | 5D | 31 |
| Octal | 357 | 36 | 11 | 0 | 127 | 140 | 6 | 5 | 135 | 61 |
| Binary | 11101111 | 11110 | 1001 | 0 | 1010111 | 1100000 | 110 | 101 | 1011101 | 110001 |
Color Harmonies of #EF1E09
Complementary color
Monochromatic Colors of #EF1E09
Black with #EF1E09
Text Example
Text Example
White with #EF1E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E09; }
p { color: rgb(239,30,9); }
H1.HeaderClassName
{
color: #EF1E09;
}
.AnyTagClassName
{
color: #EF1E09;
}
</style>
background-color css
<style>
a { background-color: #EF1E09; }
a { background-color: rgb(239,30,9); }
div.DivClassName
{
background-color: #EF1E09;
}
.BgClassName
{
background-color: #EF1E09;
}
</style>
border-color css
<style>
span { border-color: #EF1E09; }
span { border-color: rgb(239,30,9); }
td.TdClassName
{
border-color: #EF1E09;
}
.TagClassName
{
border-color: #EF1E09;
}
</style>