Shades of Scarlet #EF3309
Tints of Scarlet #EF3309
RGB
CMYK
RGB Variations
Color information
#EF3309 (or 0xEF3309) is known color: Scarlet. HEX triplet: EF, 33 and 09. RGB value is (239,51,9). Sum of RGB (Red+Green+Blue) = 239+51+9=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3309 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3309 is #10CCF6. Grayscale: #666666. Windows color (decimal): -1101047 or 603119. OLE color: 603119.
HSL color Cylindrical-coordinate representation of color #EF3309: hue angle of 10.96º 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 #EF3309 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 9 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.06 |
| HSL | 10.96º | 0.93% | 0.49% | - |
| HSV(B) | 10.96º | 0.96% | 0.94% | - |
| XYZ | 36.83 | 20.74 | 2.32 | - |
| YUV | 102.42 | 75.28 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 9 | 0 | 0.79 | 0.96 | 0.06 | 10.96 | 0.93 | 0.49 |
| Hex | EF | 33 | 9 | 0 | 4F | 60 | 6 | B | 5D | 31 |
| Octal | 357 | 63 | 11 | 0 | 117 | 140 | 6 | 13 | 135 | 61 |
| Binary | 11101111 | 110011 | 1001 | 0 | 1001111 | 1100000 | 110 | 1011 | 1011101 | 110001 |
Color Harmonies of #EF3309
Complementary color
Monochromatic Colors of #EF3309
Black with #EF3309
Text Example
Text Example
White with #EF3309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3309; }
p { color: rgb(239,51,9); }
H1.HeaderClassName
{
color: #EF3309;
}
.AnyTagClassName
{
color: #EF3309;
}
</style>
background-color css
<style>
a { background-color: #EF3309; }
a { background-color: rgb(239,51,9); }
div.DivClassName
{
background-color: #EF3309;
}
.BgClassName
{
background-color: #EF3309;
}
</style>
border-color css
<style>
span { border-color: #EF3309; }
span { border-color: rgb(239,51,9); }
td.TdClassName
{
border-color: #EF3309;
}
.TagClassName
{
border-color: #EF3309;
}
</style>