Shades of Scarlet #EC3315
Tints of Scarlet #EC3315
RGB
CMYK
RGB Variations
Color information
#EC3315 (or 0xEC3315) is known color: Scarlet. HEX triplet: EC, 33 and 15. RGB value is (236,51,21). Sum of RGB (Red+Green+Blue) = 236+51+21=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3315 is #13CCEA. Grayscale: #676767. Windows color (decimal): -1297643 or 1389548. OLE color: 1389548.
HSL color Cylindrical-coordinate representation of color #EC3315: hue angle of 8.37º 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 #EC3315 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 21 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.07 |
| HSL | 8.37º | 0.85% | 0.5% | - |
| HSV(B) | 8.37º | 0.91% | 0.93% | - |
| XYZ | 35.91 | 20.25 | 2.73 | - |
| YUV | 102.9 | 81.79 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 21 | 0 | 0.78 | 0.91 | 0.07 | 8.37 | 0.85 | 0.5 |
| Hex | EC | 33 | 15 | 0 | 4E | 5B | 7 | 8 | 55 | 32 |
| Octal | 354 | 63 | 25 | 0 | 116 | 133 | 7 | 10 | 125 | 62 |
| Binary | 11101100 | 110011 | 10101 | 0 | 1001110 | 1011011 | 111 | 1000 | 1010101 | 110010 |
Color Harmonies of #EC3315
Complementary color
Monochromatic Colors of #EC3315
Black with #EC3315
Text Example
Text Example
White with #EC3315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3315; }
p { color: rgb(236,51,21); }
H1.HeaderClassName
{
color: #EC3315;
}
.AnyTagClassName
{
color: #EC3315;
}
</style>
background-color css
<style>
a { background-color: #EC3315; }
a { background-color: rgb(236,51,21); }
div.DivClassName
{
background-color: #EC3315;
}
.BgClassName
{
background-color: #EC3315;
}
</style>
border-color css
<style>
span { border-color: #EC3315; }
span { border-color: rgb(236,51,21); }
td.TdClassName
{
border-color: #EC3315;
}
.TagClassName
{
border-color: #EC3315;
}
</style>