Shades of Scarlet #EC150C
Tints of Scarlet #EC150C
RGB
CMYK
RGB Variations
Color information
#EC150C (or 0xEC150C) is known color: Scarlet. HEX triplet: EC, 15 and 0C. RGB value is (236,21,12). Sum of RGB (Red+Green+Blue) = 236+21+12=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC150C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC150C is #13EAF3. Grayscale: #545454. Windows color (decimal): -1305332 or 792044. OLE color: 792044.
HSL color Cylindrical-coordinate representation of color #EC150C: hue angle of 2.41º 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 #EC150C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 12 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.07 |
| HSL | 2.41º | 0.9% | 0.49% | - |
| HSV(B) | 2.41º | 0.95% | 0.93% | - |
| XYZ | 34.93 | 18.4 | 2.06 | - |
| YUV | 84.26 | 87.23 | 236.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 12 | 0 | 0.91 | 0.95 | 0.07 | 2.41 | 0.9 | 0.49 |
| Hex | EC | 15 | C | 0 | 5B | 5F | 7 | 2 | 5A | 31 |
| Octal | 354 | 25 | 14 | 0 | 133 | 137 | 7 | 2 | 132 | 61 |
| Binary | 11101100 | 10101 | 1100 | 0 | 1011011 | 1011111 | 111 | 10 | 1011010 | 110001 |
Color Harmonies of #EC150C
Complementary color
Monochromatic Colors of #EC150C
Black with #EC150C
Text Example
Text Example
White with #EC150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC150C; }
p { color: rgb(236,21,12); }
H1.HeaderClassName
{
color: #EC150C;
}
.AnyTagClassName
{
color: #EC150C;
}
</style>
background-color css
<style>
a { background-color: #EC150C; }
a { background-color: rgb(236,21,12); }
div.DivClassName
{
background-color: #EC150C;
}
.BgClassName
{
background-color: #EC150C;
}
</style>
border-color css
<style>
span { border-color: #EC150C; }
span { border-color: rgb(236,21,12); }
td.TdClassName
{
border-color: #EC150C;
}
.TagClassName
{
border-color: #EC150C;
}
</style>