Shades of Scarlet #EF1200
Tints of Scarlet #EF1200
RGB
CMYK
RGB Variations
Color information
#EF1200 (or 0xEF1200) is known color: Scarlet. HEX triplet: EF, 12 and 00. RGB value is (239,18,0). Sum of RGB (Red+Green+Blue) = 239+18+0=257 (34% of max value = 765). Red value is 239 (93.75% from 255 or 93.00% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1200 is #10EDFF. Grayscale: #525252. Windows color (decimal): -1109504 or 4847. OLE color: 4847.
HSL color Cylindrical-coordinate representation of color #EF1200: hue angle of 4.52º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF1200 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.06 |
| HSL | 4.52º | 1% | 0.47% | - |
| HSV(B) | 4.52º | 1% | 0.94% | - |
| XYZ | 35.81 | 18.78 | 1.74 | - |
| YUV | 82.03 | 81.72 | 239.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 0 | 0 | 0.92 | 1 | 0.06 | 4.52 | 1 | 0.47 |
| Hex | EF | 12 | 0 | 0 | 5C | 64 | 6 | 5 | 64 | 2F |
| Octal | 357 | 22 | 0 | 0 | 134 | 144 | 6 | 5 | 144 | 57 |
| Binary | 11101111 | 10010 | 0 | 0 | 1011100 | 1100100 | 110 | 101 | 1100100 | 101111 |
Color Harmonies of #EF1200
Complementary color
Monochromatic Colors of #EF1200
Black with #EF1200
Text Example
Text Example
White with #EF1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1200; }
p { color: rgb(239,18,0); }
H1.HeaderClassName
{
color: #EF1200;
}
.AnyTagClassName
{
color: #EF1200;
}
</style>
background-color css
<style>
a { background-color: #EF1200; }
a { background-color: rgb(239,18,0); }
div.DivClassName
{
background-color: #EF1200;
}
.BgClassName
{
background-color: #EF1200;
}
</style>
border-color css
<style>
span { border-color: #EF1200; }
span { border-color: rgb(239,18,0); }
td.TdClassName
{
border-color: #EF1200;
}
.TagClassName
{
border-color: #EF1200;
}
</style>