Shades of Scarlet #EF3412
Tints of Scarlet #EF3412
RGB
CMYK
RGB Variations
Color information
#EF3412 (or 0xEF3412) is known color: Scarlet. HEX triplet: EF, 34 and 12. RGB value is (239,52,18). Sum of RGB (Red+Green+Blue) = 239+52+18=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3412 is #10CBED. Grayscale: #686868. Windows color (decimal): -1100782 or 1193199. OLE color: 1193199.
HSL color Cylindrical-coordinate representation of color #EF3412: hue angle of 9.23º 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 #EF3412 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 18 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.06 |
| HSL | 9.23º | 0.87% | 0.5% | - |
| HSV(B) | 9.23º | 0.92% | 0.94% | - |
| XYZ | 36.93 | 20.85 | 2.65 | - |
| YUV | 104.04 | 79.45 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 18 | 0 | 0.78 | 0.92 | 0.06 | 9.23 | 0.87 | 0.5 |
| Hex | EF | 34 | 12 | 0 | 4E | 5C | 6 | 9 | 57 | 32 |
| Octal | 357 | 64 | 22 | 0 | 116 | 134 | 6 | 11 | 127 | 62 |
| Binary | 11101111 | 110100 | 10010 | 0 | 1001110 | 1011100 | 110 | 1001 | 1010111 | 110010 |
Color Harmonies of #EF3412
Complementary color
Monochromatic Colors of #EF3412
Black with #EF3412
Text Example
Text Example
White with #EF3412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3412; }
p { color: rgb(239,52,18); }
H1.HeaderClassName
{
color: #EF3412;
}
.AnyTagClassName
{
color: #EF3412;
}
</style>
background-color css
<style>
a { background-color: #EF3412; }
a { background-color: rgb(239,52,18); }
div.DivClassName
{
background-color: #EF3412;
}
.BgClassName
{
background-color: #EF3412;
}
</style>
border-color css
<style>
span { border-color: #EF3412; }
span { border-color: rgb(239,52,18); }
td.TdClassName
{
border-color: #EF3412;
}
.TagClassName
{
border-color: #EF3412;
}
</style>