Shades of Scarlet #EF2F09
Tints of Scarlet #EF2F09
RGB
CMYK
RGB Variations
Color information
#EF2F09 (or 0xEF2F09) is known color: Scarlet. HEX triplet: EF, 2F and 09. RGB value is (239,47,9). Sum of RGB (Red+Green+Blue) = 239+47+9=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2F09 is #10D0F6. Grayscale: #646464. Windows color (decimal): -1102071 or 602095. OLE color: 602095.
HSL color Cylindrical-coordinate representation of color #EF2F09: hue angle of 9.91º 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 #EF2F09 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 47 | 9 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.06 |
| HSL | 9.91º | 0.93% | 0.49% | - |
| HSV(B) | 9.91º | 0.96% | 0.94% | - |
| XYZ | 36.66 | 20.4 | 2.26 | - |
| YUV | 100.08 | 76.61 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 9 | 0 | 0.80 | 0.96 | 0.06 | 9.91 | 0.93 | 0.49 |
| Hex | EF | 2F | 9 | 0 | 50 | 60 | 6 | A | 5D | 31 |
| Octal | 357 | 57 | 11 | 0 | 120 | 140 | 6 | 12 | 135 | 61 |
| Binary | 11101111 | 101111 | 1001 | 0 | 1010000 | 1100000 | 110 | 1010 | 1011101 | 110001 |
Color Harmonies of #EF2F09
Complementary color
Monochromatic Colors of #EF2F09
Black with #EF2F09
Text Example
Text Example
White with #EF2F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2F09; }
p { color: rgb(239,47,9); }
H1.HeaderClassName
{
color: #EF2F09;
}
.AnyTagClassName
{
color: #EF2F09;
}
</style>
background-color css
<style>
a { background-color: #EF2F09; }
a { background-color: rgb(239,47,9); }
div.DivClassName
{
background-color: #EF2F09;
}
.BgClassName
{
background-color: #EF2F09;
}
</style>
border-color css
<style>
span { border-color: #EF2F09; }
span { border-color: rgb(239,47,9); }
td.TdClassName
{
border-color: #EF2F09;
}
.TagClassName
{
border-color: #EF2F09;
}
</style>