Shades of Scarlet #EC300A
Tints of Scarlet #EC300A
RGB
CMYK
RGB Variations
Color information
#EC300A (or 0xEC300A) is known color: Scarlet. HEX triplet: EC, 30 and 0A. RGB value is (236,48,10). Sum of RGB (Red+Green+Blue) = 236+48+10=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC300A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC300A is #13CFF5. Grayscale: #646464. Windows color (decimal): -1298422 or 667884. OLE color: 667884.
HSL color Cylindrical-coordinate representation of color #EC300A: hue angle of 10.09º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC300A is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 10 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.07 |
| HSL | 10.09º | 0.92% | 0.48% | - |
| HSV(B) | 10.09º | 0.96% | 0.93% | - |
| XYZ | 35.7 | 19.97 | 2.26 | - |
| YUV | 99.88 | 77.28 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 10 | 0 | 0.80 | 0.96 | 0.07 | 10.09 | 0.92 | 0.48 |
| Hex | EC | 30 | A | 0 | 50 | 60 | 7 | A | 5C | 30 |
| Octal | 354 | 60 | 12 | 0 | 120 | 140 | 7 | 12 | 134 | 60 |
| Binary | 11101100 | 110000 | 1010 | 0 | 1010000 | 1100000 | 111 | 1010 | 1011100 | 110000 |
Color Harmonies of #EC300A
Complementary color
Monochromatic Colors of #EC300A
Black with #EC300A
Text Example
Text Example
White with #EC300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC300A; }
p { color: rgb(236,48,10); }
H1.HeaderClassName
{
color: #EC300A;
}
.AnyTagClassName
{
color: #EC300A;
}
</style>
background-color css
<style>
a { background-color: #EC300A; }
a { background-color: rgb(236,48,10); }
div.DivClassName
{
background-color: #EC300A;
}
.BgClassName
{
background-color: #EC300A;
}
</style>
border-color css
<style>
span { border-color: #EC300A; }
span { border-color: rgb(236,48,10); }
td.TdClassName
{
border-color: #EC300A;
}
.TagClassName
{
border-color: #EC300A;
}
</style>