Shades of Scarlet #EC1D0B
Tints of Scarlet #EC1D0B
RGB
CMYK
RGB Variations
Color information
#EC1D0B (or 0xEC1D0B) is known color: Scarlet. HEX triplet: EC, 1D and 0B. RGB value is (236,29,11). Sum of RGB (Red+Green+Blue) = 236+29+11=276 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.51% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1D0B is #13E2F4. Grayscale: #595959. Windows color (decimal): -1303285 or 728556. OLE color: 728556.
HSL color Cylindrical-coordinate representation of color #EC1D0B: hue angle of 4.8º 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 #EC1D0B is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 11 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.07 |
| HSL | 4.8º | 0.91% | 0.48% | - |
| HSV(B) | 4.8º | 0.95% | 0.93% | - |
| XYZ | 35.09 | 18.74 | 2.08 | - |
| YUV | 88.84 | 84.08 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 11 | 0 | 0.88 | 0.95 | 0.07 | 4.8 | 0.91 | 0.48 |
| Hex | EC | 1D | B | 0 | 58 | 5F | 7 | 5 | 5B | 30 |
| Octal | 354 | 35 | 13 | 0 | 130 | 137 | 7 | 5 | 133 | 60 |
| Binary | 11101100 | 11101 | 1011 | 0 | 1011000 | 1011111 | 111 | 101 | 1011011 | 110000 |
Color Harmonies of #EC1D0B
Complementary color
Monochromatic Colors of #EC1D0B
Black with #EC1D0B
Text Example
Text Example
White with #EC1D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D0B; }
p { color: rgb(236,29,11); }
H1.HeaderClassName
{
color: #EC1D0B;
}
.AnyTagClassName
{
color: #EC1D0B;
}
</style>
background-color css
<style>
a { background-color: #EC1D0B; }
a { background-color: rgb(236,29,11); }
div.DivClassName
{
background-color: #EC1D0B;
}
.BgClassName
{
background-color: #EC1D0B;
}
</style>
border-color css
<style>
span { border-color: #EC1D0B; }
span { border-color: rgb(236,29,11); }
td.TdClassName
{
border-color: #EC1D0B;
}
.TagClassName
{
border-color: #EC1D0B;
}
</style>