Shades of Scarlet #EC150D
Tints of Scarlet #EC150D
RGB
CMYK
RGB Variations
Color information
#EC150D (or 0xEC150D) is known color: Scarlet. HEX triplet: EC, 15 and 0D. RGB value is (236,21,13). Sum of RGB (Red+Green+Blue) = 236+21+13=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC150D is #13EAF2. Grayscale: #545454. Windows color (decimal): -1305331 or 857580. OLE color: 857580.
HSL color Cylindrical-coordinate representation of color #EC150D: hue angle of 2.15º 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 #EC150D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.07 |
| HSL | 2.15º | 0.9% | 0.49% | - |
| HSV(B) | 2.15º | 0.94% | 0.93% | - |
| XYZ | 34.93 | 18.4 | 2.09 | - |
| YUV | 84.37 | 87.73 | 236.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 13 | 0 | 0.91 | 0.94 | 0.07 | 2.15 | 0.9 | 0.49 |
| Hex | EC | 15 | D | 0 | 5B | 5E | 7 | 2 | 5A | 31 |
| Octal | 354 | 25 | 15 | 0 | 133 | 136 | 7 | 2 | 132 | 61 |
| Binary | 11101100 | 10101 | 1101 | 0 | 1011011 | 1011110 | 111 | 10 | 1011010 | 110001 |
Color Harmonies of #EC150D
Complementary color
Monochromatic Colors of #EC150D
Black with #EC150D
Text Example
Text Example
White with #EC150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC150D; }
p { color: rgb(236,21,13); }
H1.HeaderClassName
{
color: #EC150D;
}
.AnyTagClassName
{
color: #EC150D;
}
</style>
background-color css
<style>
a { background-color: #EC150D; }
a { background-color: rgb(236,21,13); }
div.DivClassName
{
background-color: #EC150D;
}
.BgClassName
{
background-color: #EC150D;
}
</style>
border-color css
<style>
span { border-color: #EC150D; }
span { border-color: rgb(236,21,13); }
td.TdClassName
{
border-color: #EC150D;
}
.TagClassName
{
border-color: #EC150D;
}
</style>