Shades of Scarlet #EC3018
Tints of Scarlet #EC3018
RGB
CMYK
RGB Variations
Color information
#EC3018 (or 0xEC3018) is known color: Scarlet. HEX triplet: EC, 30 and 18. RGB value is (236,48,24). Sum of RGB (Red+Green+Blue) = 236+48+24=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3018 is #13CFE7. Grayscale: #656565. Windows color (decimal): -1298408 or 1585388. OLE color: 1585388.
HSL color Cylindrical-coordinate representation of color #EC3018: hue angle of 6.79º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC3018 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 24 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.07 |
| HSL | 6.79º | 0.85% | 0.51% | - |
| HSV(B) | 6.79º | 0.9% | 0.93% | - |
| XYZ | 35.81 | 20.01 | 2.84 | - |
| YUV | 101.48 | 84.28 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 24 | 0 | 0.80 | 0.90 | 0.07 | 6.79 | 0.85 | 0.51 |
| Hex | EC | 30 | 18 | 0 | 50 | 5A | 7 | 7 | 55 | 33 |
| Octal | 354 | 60 | 30 | 0 | 120 | 132 | 7 | 7 | 125 | 63 |
| Binary | 11101100 | 110000 | 11000 | 0 | 1010000 | 1011010 | 111 | 111 | 1010101 | 110011 |
Color Harmonies of #EC3018
Complementary color
Monochromatic Colors of #EC3018
Black with #EC3018
Text Example
Text Example
White with #EC3018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3018; }
p { color: rgb(236,48,24); }
H1.HeaderClassName
{
color: #EC3018;
}
.AnyTagClassName
{
color: #EC3018;
}
</style>
background-color css
<style>
a { background-color: #EC3018; }
a { background-color: rgb(236,48,24); }
div.DivClassName
{
background-color: #EC3018;
}
.BgClassName
{
background-color: #EC3018;
}
</style>
border-color css
<style>
span { border-color: #EC3018; }
span { border-color: rgb(236,48,24); }
td.TdClassName
{
border-color: #EC3018;
}
.TagClassName
{
border-color: #EC3018;
}
</style>