Shades of Scarlet #EF2512
Tints of Scarlet #EF2512
RGB
CMYK
RGB Variations
Color information
#EF2512 (or 0xEF2512) is known color: Scarlet. HEX triplet: EF, 25 and 12. RGB value is (239,37,18). Sum of RGB (Red+Green+Blue) = 239+37+18=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2512 is #10DAED. Grayscale: #5F5F5F. Windows color (decimal): -1104622 or 1189359. OLE color: 1189359.
HSL color Cylindrical-coordinate representation of color #EF2512: hue angle of 5.16º 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 #EF2512 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 18 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.06 |
| HSL | 5.16º | 0.87% | 0.5% | - |
| HSV(B) | 5.16º | 0.92% | 0.94% | - |
| XYZ | 36.37 | 19.72 | 2.46 | - |
| YUV | 95.23 | 84.42 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 18 | 0 | 0.85 | 0.92 | 0.06 | 5.16 | 0.87 | 0.5 |
| Hex | EF | 25 | 12 | 0 | 55 | 5C | 6 | 5 | 57 | 32 |
| Octal | 357 | 45 | 22 | 0 | 125 | 134 | 6 | 5 | 127 | 62 |
| Binary | 11101111 | 100101 | 10010 | 0 | 1010101 | 1011100 | 110 | 101 | 1010111 | 110010 |
Color Harmonies of #EF2512
Complementary color
Monochromatic Colors of #EF2512
Black with #EF2512
Text Example
Text Example
White with #EF2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2512; }
p { color: rgb(239,37,18); }
H1.HeaderClassName
{
color: #EF2512;
}
.AnyTagClassName
{
color: #EF2512;
}
</style>
background-color css
<style>
a { background-color: #EF2512; }
a { background-color: rgb(239,37,18); }
div.DivClassName
{
background-color: #EF2512;
}
.BgClassName
{
background-color: #EF2512;
}
</style>
border-color css
<style>
span { border-color: #EF2512; }
span { border-color: rgb(239,37,18); }
td.TdClassName
{
border-color: #EF2512;
}
.TagClassName
{
border-color: #EF2512;
}
</style>