Shades of Scarlet #EF2509
Tints of Scarlet #EF2509
RGB
CMYK
RGB Variations
Color information
#EF2509 (or 0xEF2509) is known color: Scarlet. HEX triplet: EF, 25 and 09. RGB value is (239,37,9). Sum of RGB (Red+Green+Blue) = 239+37+9=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2509 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2509 is #10DAF6. Grayscale: #5E5E5E. Windows color (decimal): -1104631 or 599535. OLE color: 599535.
HSL color Cylindrical-coordinate representation of color #EF2509: hue angle of 7.3º 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 #EF2509 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 9 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.06 |
| HSL | 7.3º | 0.93% | 0.49% | - |
| HSV(B) | 7.3º | 0.96% | 0.94% | - |
| XYZ | 36.31 | 19.69 | 2.15 | - |
| YUV | 94.21 | 79.92 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 9 | 0 | 0.85 | 0.96 | 0.06 | 7.3 | 0.93 | 0.49 |
| Hex | EF | 25 | 9 | 0 | 55 | 60 | 6 | 7 | 5D | 31 |
| Octal | 357 | 45 | 11 | 0 | 125 | 140 | 6 | 7 | 135 | 61 |
| Binary | 11101111 | 100101 | 1001 | 0 | 1010101 | 1100000 | 110 | 111 | 1011101 | 110001 |
Color Harmonies of #EF2509
Complementary color
Monochromatic Colors of #EF2509
Black with #EF2509
Text Example
Text Example
White with #EF2509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2509; }
p { color: rgb(239,37,9); }
H1.HeaderClassName
{
color: #EF2509;
}
.AnyTagClassName
{
color: #EF2509;
}
</style>
background-color css
<style>
a { background-color: #EF2509; }
a { background-color: rgb(239,37,9); }
div.DivClassName
{
background-color: #EF2509;
}
.BgClassName
{
background-color: #EF2509;
}
</style>
border-color css
<style>
span { border-color: #EF2509; }
span { border-color: rgb(239,37,9); }
td.TdClassName
{
border-color: #EF2509;
}
.TagClassName
{
border-color: #EF2509;
}
</style>