Shades of Scarlet #EF3512
Tints of Scarlet #EF3512
RGB
CMYK
RGB Variations
Color information
#EF3512 (or 0xEF3512) is known color: Scarlet. HEX triplet: EF, 35 and 12. RGB value is (239,53,18). Sum of RGB (Red+Green+Blue) = 239+53+18=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3512 is #10CAED. Grayscale: #686868. Windows color (decimal): -1100526 or 1193455. OLE color: 1193455.
HSL color Cylindrical-coordinate representation of color #EF3512: hue angle of 9.5º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF3512 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 18 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.06 |
| HSL | 9.5º | 0.87% | 0.5% | - |
| HSV(B) | 9.5º | 0.92% | 0.94% | - |
| XYZ | 36.98 | 20.94 | 2.67 | - |
| YUV | 104.62 | 79.12 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 18 | 0 | 0.78 | 0.92 | 0.06 | 9.5 | 0.87 | 0.5 |
| Hex | EF | 35 | 12 | 0 | 4E | 5C | 6 | A | 57 | 32 |
| Octal | 357 | 65 | 22 | 0 | 116 | 134 | 6 | 12 | 127 | 62 |
| Binary | 11101111 | 110101 | 10010 | 0 | 1001110 | 1011100 | 110 | 1010 | 1010111 | 110010 |
Color Harmonies of #EF3512
Complementary color
Monochromatic Colors of #EF3512
Black with #EF3512
Text Example
Text Example
White with #EF3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3512; }
p { color: rgb(239,53,18); }
H1.HeaderClassName
{
color: #EF3512;
}
.AnyTagClassName
{
color: #EF3512;
}
</style>
background-color css
<style>
a { background-color: #EF3512; }
a { background-color: rgb(239,53,18); }
div.DivClassName
{
background-color: #EF3512;
}
.BgClassName
{
background-color: #EF3512;
}
</style>
border-color css
<style>
span { border-color: #EF3512; }
span { border-color: rgb(239,53,18); }
td.TdClassName
{
border-color: #EF3512;
}
.TagClassName
{
border-color: #EF3512;
}
</style>