Shades of Scarlet #EC1C0D
Tints of Scarlet #EC1C0D
RGB
CMYK
RGB Variations
Color information
#EC1C0D (or 0xEC1C0D) is known color: Scarlet. HEX triplet: EC, 1C and 0D. RGB value is (236,28,13). Sum of RGB (Red+Green+Blue) = 236+28+13=277 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.20% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1C0D is #13E3F2. Grayscale: #585858. Windows color (decimal): -1303539 or 859372. OLE color: 859372.
HSL color Cylindrical-coordinate representation of color #EC1C0D: hue angle of 4.04º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC1C0D is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 13 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.07 |
| HSL | 4.04º | 0.9% | 0.49% | - |
| HSV(B) | 4.04º | 0.94% | 0.93% | - |
| XYZ | 35.08 | 18.69 | 2.14 | - |
| YUV | 88.48 | 85.41 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 13 | 0 | 0.88 | 0.94 | 0.07 | 4.04 | 0.9 | 0.49 |
| Hex | EC | 1C | D | 0 | 58 | 5E | 7 | 4 | 5A | 31 |
| Octal | 354 | 34 | 15 | 0 | 130 | 136 | 7 | 4 | 132 | 61 |
| Binary | 11101100 | 11100 | 1101 | 0 | 1011000 | 1011110 | 111 | 100 | 1011010 | 110001 |
Color Harmonies of #EC1C0D
Complementary color
Monochromatic Colors of #EC1C0D
Black with #EC1C0D
Text Example
Text Example
White with #EC1C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C0D; }
p { color: rgb(236,28,13); }
H1.HeaderClassName
{
color: #EC1C0D;
}
.AnyTagClassName
{
color: #EC1C0D;
}
</style>
background-color css
<style>
a { background-color: #EC1C0D; }
a { background-color: rgb(236,28,13); }
div.DivClassName
{
background-color: #EC1C0D;
}
.BgClassName
{
background-color: #EC1C0D;
}
</style>
border-color css
<style>
span { border-color: #EC1C0D; }
span { border-color: rgb(236,28,13); }
td.TdClassName
{
border-color: #EC1C0D;
}
.TagClassName
{
border-color: #EC1C0D;
}
</style>