Shades of Scarlet #EC180C
Tints of Scarlet #EC180C
RGB
CMYK
RGB Variations
Color information
#EC180C (or 0xEC180C) is known color: Scarlet. HEX triplet: EC, 18 and 0C. RGB value is (236,24,12). Sum of RGB (Red+Green+Blue) = 236+24+12=272 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.76% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 236 - color contains mainly: red. Hex color #EC180C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC180C is #13E7F3. Grayscale: #565656. Windows color (decimal): -1304564 or 792812. OLE color: 792812.
HSL color Cylindrical-coordinate representation of color #EC180C: hue angle of 3.21º 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 #EC180C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 12 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.07 |
| HSL | 3.21º | 0.9% | 0.49% | - |
| HSV(B) | 3.21º | 0.95% | 0.93% | - |
| XYZ | 34.99 | 18.51 | 2.08 | - |
| YUV | 86.02 | 86.24 | 234.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 12 | 0 | 0.90 | 0.95 | 0.07 | 3.21 | 0.9 | 0.49 |
| Hex | EC | 18 | C | 0 | 5A | 5F | 7 | 3 | 5A | 31 |
| Octal | 354 | 30 | 14 | 0 | 132 | 137 | 7 | 3 | 132 | 61 |
| Binary | 11101100 | 11000 | 1100 | 0 | 1011010 | 1011111 | 111 | 11 | 1011010 | 110001 |
Color Harmonies of #EC180C
Complementary color
Monochromatic Colors of #EC180C
Black with #EC180C
Text Example
Text Example
White with #EC180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC180C; }
p { color: rgb(236,24,12); }
H1.HeaderClassName
{
color: #EC180C;
}
.AnyTagClassName
{
color: #EC180C;
}
</style>
background-color css
<style>
a { background-color: #EC180C; }
a { background-color: rgb(236,24,12); }
div.DivClassName
{
background-color: #EC180C;
}
.BgClassName
{
background-color: #EC180C;
}
</style>
border-color css
<style>
span { border-color: #EC180C; }
span { border-color: rgb(236,24,12); }
td.TdClassName
{
border-color: #EC180C;
}
.TagClassName
{
border-color: #EC180C;
}
</style>