Shades of Scarlet #EC180D
Tints of Scarlet #EC180D
RGB
CMYK
RGB Variations
Color information
#EC180D (or 0xEC180D) is known color: Scarlet. HEX triplet: EC, 18 and 0D. RGB value is (236,24,13). Sum of RGB (Red+Green+Blue) = 236+24+13=273 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.45% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 236 - color contains mainly: red. Hex color #EC180D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC180D is #13E7F2. Grayscale: #565656. Windows color (decimal): -1304563 or 858348. OLE color: 858348.
HSL color Cylindrical-coordinate representation of color #EC180D: hue angle of 2.96º 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 #EC180D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.07 |
| HSL | 2.96º | 0.9% | 0.49% | - |
| HSV(B) | 2.96º | 0.94% | 0.93% | - |
| XYZ | 34.99 | 18.52 | 2.11 | - |
| YUV | 86.13 | 86.74 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 13 | 0 | 0.90 | 0.94 | 0.07 | 2.96 | 0.9 | 0.49 |
| Hex | EC | 18 | D | 0 | 5A | 5E | 7 | 3 | 5A | 31 |
| Octal | 354 | 30 | 15 | 0 | 132 | 136 | 7 | 3 | 132 | 61 |
| Binary | 11101100 | 11000 | 1101 | 0 | 1011010 | 1011110 | 111 | 11 | 1011010 | 110001 |
Color Harmonies of #EC180D
Complementary color
Monochromatic Colors of #EC180D
Black with #EC180D
Text Example
Text Example
White with #EC180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC180D; }
p { color: rgb(236,24,13); }
H1.HeaderClassName
{
color: #EC180D;
}
.AnyTagClassName
{
color: #EC180D;
}
</style>
background-color css
<style>
a { background-color: #EC180D; }
a { background-color: rgb(236,24,13); }
div.DivClassName
{
background-color: #EC180D;
}
.BgClassName
{
background-color: #EC180D;
}
</style>
border-color css
<style>
span { border-color: #EC180D; }
span { border-color: rgb(236,24,13); }
td.TdClassName
{
border-color: #EC180D;
}
.TagClassName
{
border-color: #EC180D;
}
</style>