Shades of Scarlet #EC3415
Tints of Scarlet #EC3415
RGB
CMYK
RGB Variations
Color information
#EC3415 (or 0xEC3415) is known color: Scarlet. HEX triplet: EC, 34 and 15. RGB value is (236,52,21). Sum of RGB (Red+Green+Blue) = 236+52+21=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3415 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3415 is #13CBEA. Grayscale: #676767. Windows color (decimal): -1297387 or 1389804. OLE color: 1389804.
HSL color Cylindrical-coordinate representation of color #EC3415: hue angle of 8.65º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC3415 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 21 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.07 |
| HSL | 8.65º | 0.85% | 0.5% | - |
| HSV(B) | 8.65º | 0.91% | 0.93% | - |
| XYZ | 35.96 | 20.34 | 2.74 | - |
| YUV | 103.48 | 81.46 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 21 | 0 | 0.78 | 0.91 | 0.07 | 8.65 | 0.85 | 0.5 |
| Hex | EC | 34 | 15 | 0 | 4E | 5B | 7 | 9 | 55 | 32 |
| Octal | 354 | 64 | 25 | 0 | 116 | 133 | 7 | 11 | 125 | 62 |
| Binary | 11101100 | 110100 | 10101 | 0 | 1001110 | 1011011 | 111 | 1001 | 1010101 | 110010 |
Color Harmonies of #EC3415
Complementary color
Monochromatic Colors of #EC3415
Black with #EC3415
Text Example
Text Example
White with #EC3415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3415; }
p { color: rgb(236,52,21); }
H1.HeaderClassName
{
color: #EC3415;
}
.AnyTagClassName
{
color: #EC3415;
}
</style>
background-color css
<style>
a { background-color: #EC3415; }
a { background-color: rgb(236,52,21); }
div.DivClassName
{
background-color: #EC3415;
}
.BgClassName
{
background-color: #EC3415;
}
</style>
border-color css
<style>
span { border-color: #EC3415; }
span { border-color: rgb(236,52,21); }
td.TdClassName
{
border-color: #EC3415;
}
.TagClassName
{
border-color: #EC3415;
}
</style>