Shades of Scarlet #EC300B
Tints of Scarlet #EC300B
RGB
CMYK
RGB Variations
Color information
#EC300B (or 0xEC300B) is known color: Scarlet. HEX triplet: EC, 30 and 0B. RGB value is (236,48,11). Sum of RGB (Red+Green+Blue) = 236+48+11=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC300B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC300B is #13CFF4. Grayscale: #646464. Windows color (decimal): -1298421 or 733420. OLE color: 733420.
HSL color Cylindrical-coordinate representation of color #EC300B: hue angle of 9.87º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC300B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 11 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.07 |
| HSL | 9.87º | 0.91% | 0.48% | - |
| HSV(B) | 9.87º | 0.95% | 0.93% | - |
| XYZ | 35.71 | 19.97 | 2.29 | - |
| YUV | 99.99 | 77.78 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 11 | 0 | 0.80 | 0.95 | 0.07 | 9.87 | 0.91 | 0.48 |
| Hex | EC | 30 | B | 0 | 50 | 5F | 7 | A | 5B | 30 |
| Octal | 354 | 60 | 13 | 0 | 120 | 137 | 7 | 12 | 133 | 60 |
| Binary | 11101100 | 110000 | 1011 | 0 | 1010000 | 1011111 | 111 | 1010 | 1011011 | 110000 |
Color Harmonies of #EC300B
Complementary color
Monochromatic Colors of #EC300B
Black with #EC300B
Text Example
Text Example
White with #EC300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC300B; }
p { color: rgb(236,48,11); }
H1.HeaderClassName
{
color: #EC300B;
}
.AnyTagClassName
{
color: #EC300B;
}
</style>
background-color css
<style>
a { background-color: #EC300B; }
a { background-color: rgb(236,48,11); }
div.DivClassName
{
background-color: #EC300B;
}
.BgClassName
{
background-color: #EC300B;
}
</style>
border-color css
<style>
span { border-color: #EC300B; }
span { border-color: rgb(236,48,11); }
td.TdClassName
{
border-color: #EC300B;
}
.TagClassName
{
border-color: #EC300B;
}
</style>