Shades of Scarlet #EC1C08
Tints of Scarlet #EC1C08
RGB
CMYK
RGB Variations
Color information
#EC1C08 (or 0xEC1C08) is known color: Scarlet. HEX triplet: EC, 1C and 08. RGB value is (236,28,8). Sum of RGB (Red+Green+Blue) = 236+28+8=272 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.76% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1C08 is #13E3F7. Grayscale: #585858. Windows color (decimal): -1303544 or 531692. OLE color: 531692.
HSL color Cylindrical-coordinate representation of color #EC1C08: hue angle of 5.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC1C08 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 8 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.07 |
| HSL | 5.26º | 0.93% | 0.48% | - |
| HSV(B) | 5.26º | 0.97% | 0.93% | - |
| XYZ | 35.05 | 18.68 | 1.99 | - |
| YUV | 87.91 | 82.91 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 8 | 0 | 0.88 | 0.97 | 0.07 | 5.26 | 0.93 | 0.48 |
| Hex | EC | 1C | 8 | 0 | 58 | 61 | 7 | 5 | 5D | 30 |
| Octal | 354 | 34 | 10 | 0 | 130 | 141 | 7 | 5 | 135 | 60 |
| Binary | 11101100 | 11100 | 1000 | 0 | 1011000 | 1100001 | 111 | 101 | 1011101 | 110000 |
Color Harmonies of #EC1C08
Complementary color
Monochromatic Colors of #EC1C08
Black with #EC1C08
Text Example
Text Example
White with #EC1C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C08; }
p { color: rgb(236,28,8); }
H1.HeaderClassName
{
color: #EC1C08;
}
.AnyTagClassName
{
color: #EC1C08;
}
</style>
background-color css
<style>
a { background-color: #EC1C08; }
a { background-color: rgb(236,28,8); }
div.DivClassName
{
background-color: #EC1C08;
}
.BgClassName
{
background-color: #EC1C08;
}
</style>
border-color css
<style>
span { border-color: #EC1C08; }
span { border-color: rgb(236,28,8); }
td.TdClassName
{
border-color: #EC1C08;
}
.TagClassName
{
border-color: #EC1C08;
}
</style>