Shades of Scarlet #EF1609
Tints of Scarlet #EF1609
RGB
CMYK
RGB Variations
Color information
#EF1609 (or 0xEF1609) is known color: Scarlet. HEX triplet: EF, 16 and 09. RGB value is (239,22,9). Sum of RGB (Red+Green+Blue) = 239+22+9=270 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.52% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1609 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1609 is #10E9F6. Grayscale: #555555. Windows color (decimal): -1108471 or 595695. OLE color: 595695.
HSL color Cylindrical-coordinate representation of color #EF1609: hue angle of 3.39º 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 #EF1609 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 9 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.06 |
| HSL | 3.39º | 0.93% | 0.49% | - |
| HSV(B) | 3.39º | 0.96% | 0.94% | - |
| XYZ | 35.93 | 18.94 | 2.02 | - |
| YUV | 85.4 | 84.89 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 9 | 0 | 0.91 | 0.96 | 0.06 | 3.39 | 0.93 | 0.49 |
| Hex | EF | 16 | 9 | 0 | 5B | 60 | 6 | 3 | 5D | 31 |
| Octal | 357 | 26 | 11 | 0 | 133 | 140 | 6 | 3 | 135 | 61 |
| Binary | 11101111 | 10110 | 1001 | 0 | 1011011 | 1100000 | 110 | 11 | 1011101 | 110001 |
Color Harmonies of #EF1609
Complementary color
Monochromatic Colors of #EF1609
Black with #EF1609
Text Example
Text Example
White with #EF1609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1609; }
p { color: rgb(239,22,9); }
H1.HeaderClassName
{
color: #EF1609;
}
.AnyTagClassName
{
color: #EF1609;
}
</style>
background-color css
<style>
a { background-color: #EF1609; }
a { background-color: rgb(239,22,9); }
div.DivClassName
{
background-color: #EF1609;
}
.BgClassName
{
background-color: #EF1609;
}
</style>
border-color css
<style>
span { border-color: #EF1609; }
span { border-color: rgb(239,22,9); }
td.TdClassName
{
border-color: #EF1609;
}
.TagClassName
{
border-color: #EF1609;
}
</style>