Shades of Scarlet #EC1B0C
Tints of Scarlet #EC1B0C
RGB
CMYK
RGB Variations
Color information
#EC1B0C (or 0xEC1B0C) is known color: Scarlet. HEX triplet: EC, 1B and 0C. RGB value is (236,27,12). Sum of RGB (Red+Green+Blue) = 236+27+12=275 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.82% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1B0C is #13E4F3. Grayscale: #585858. Windows color (decimal): -1303796 or 793580. OLE color: 793580.
HSL color Cylindrical-coordinate representation of color #EC1B0C: hue angle of 4.02º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC1B0C is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 12 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.07 |
| HSL | 4.02º | 0.9% | 0.49% | - |
| HSV(B) | 4.02º | 0.95% | 0.93% | - |
| XYZ | 35.05 | 18.64 | 2.1 | - |
| YUV | 87.78 | 85.24 | 233.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 12 | 0 | 0.89 | 0.95 | 0.07 | 4.02 | 0.9 | 0.49 |
| Hex | EC | 1B | C | 0 | 59 | 5F | 7 | 4 | 5A | 31 |
| Octal | 354 | 33 | 14 | 0 | 131 | 137 | 7 | 4 | 132 | 61 |
| Binary | 11101100 | 11011 | 1100 | 0 | 1011001 | 1011111 | 111 | 100 | 1011010 | 110001 |
Color Harmonies of #EC1B0C
Complementary color
Monochromatic Colors of #EC1B0C
Black with #EC1B0C
Text Example
Text Example
White with #EC1B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B0C; }
p { color: rgb(236,27,12); }
H1.HeaderClassName
{
color: #EC1B0C;
}
.AnyTagClassName
{
color: #EC1B0C;
}
</style>
background-color css
<style>
a { background-color: #EC1B0C; }
a { background-color: rgb(236,27,12); }
div.DivClassName
{
background-color: #EC1B0C;
}
.BgClassName
{
background-color: #EC1B0C;
}
</style>
border-color css
<style>
span { border-color: #EC1B0C; }
span { border-color: rgb(236,27,12); }
td.TdClassName
{
border-color: #EC1B0C;
}
.TagClassName
{
border-color: #EC1B0C;
}
</style>