Shades of Scarlet #EF3409
Tints of Scarlet #EF3409
RGB
CMYK
RGB Variations
Color information
#EF3409 (or 0xEF3409) is known color: Scarlet. HEX triplet: EF, 34 and 09. RGB value is (239,52,9). Sum of RGB (Red+Green+Blue) = 239+52+9=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3409 is #10CBF6. Grayscale: #676767. Windows color (decimal): -1100791 or 603375. OLE color: 603375.
HSL color Cylindrical-coordinate representation of color #EF3409: hue angle of 11.22º 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 #EF3409 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 9 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.06 |
| HSL | 11.22º | 0.93% | 0.49% | - |
| HSV(B) | 11.22º | 0.96% | 0.94% | - |
| XYZ | 36.87 | 20.83 | 2.33 | - |
| YUV | 103.01 | 74.95 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 9 | 0 | 0.78 | 0.96 | 0.06 | 11.22 | 0.93 | 0.49 |
| Hex | EF | 34 | 9 | 0 | 4E | 60 | 6 | B | 5D | 31 |
| Octal | 357 | 64 | 11 | 0 | 116 | 140 | 6 | 13 | 135 | 61 |
| Binary | 11101111 | 110100 | 1001 | 0 | 1001110 | 1100000 | 110 | 1011 | 1011101 | 110001 |
Color Harmonies of #EF3409
Complementary color
Monochromatic Colors of #EF3409
Black with #EF3409
Text Example
Text Example
White with #EF3409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3409; }
p { color: rgb(239,52,9); }
H1.HeaderClassName
{
color: #EF3409;
}
.AnyTagClassName
{
color: #EF3409;
}
</style>
background-color css
<style>
a { background-color: #EF3409; }
a { background-color: rgb(239,52,9); }
div.DivClassName
{
background-color: #EF3409;
}
.BgClassName
{
background-color: #EF3409;
}
</style>
border-color css
<style>
span { border-color: #EF3409; }
span { border-color: rgb(239,52,9); }
td.TdClassName
{
border-color: #EF3409;
}
.TagClassName
{
border-color: #EF3409;
}
</style>