Shades of Scarlet #EF3012
Tints of Scarlet #EF3012
RGB
CMYK
RGB Variations
Color information
#EF3012 (or 0xEF3012) is known color: Scarlet. HEX triplet: EF, 30 and 12. RGB value is (239,48,18). Sum of RGB (Red+Green+Blue) = 239+48+18=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3012 is #10CFED. Grayscale: #666666. Windows color (decimal): -1101806 or 1192175. OLE color: 1192175.
HSL color Cylindrical-coordinate representation of color #EF3012: hue angle of 8.14º 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 #EF3012 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 18 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.06 |
| HSL | 8.14º | 0.87% | 0.5% | - |
| HSV(B) | 8.14º | 0.92% | 0.94% | - |
| XYZ | 36.76 | 20.51 | 2.59 | - |
| YUV | 101.69 | 80.78 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 18 | 0 | 0.80 | 0.92 | 0.06 | 8.14 | 0.87 | 0.5 |
| Hex | EF | 30 | 12 | 0 | 50 | 5C | 6 | 8 | 57 | 32 |
| Octal | 357 | 60 | 22 | 0 | 120 | 134 | 6 | 10 | 127 | 62 |
| Binary | 11101111 | 110000 | 10010 | 0 | 1010000 | 1011100 | 110 | 1000 | 1010111 | 110010 |
Color Harmonies of #EF3012
Complementary color
Monochromatic Colors of #EF3012
Black with #EF3012
Text Example
Text Example
White with #EF3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3012; }
p { color: rgb(239,48,18); }
H1.HeaderClassName
{
color: #EF3012;
}
.AnyTagClassName
{
color: #EF3012;
}
</style>
background-color css
<style>
a { background-color: #EF3012; }
a { background-color: rgb(239,48,18); }
div.DivClassName
{
background-color: #EF3012;
}
.BgClassName
{
background-color: #EF3012;
}
</style>
border-color css
<style>
span { border-color: #EF3012; }
span { border-color: rgb(239,48,18); }
td.TdClassName
{
border-color: #EF3012;
}
.TagClassName
{
border-color: #EF3012;
}
</style>