Shades of Scarlet #EC3201
Tints of Scarlet #EC3201
RGB
CMYK
RGB Variations
Color information
#EC3201 (or 0xEC3201) is known color: Scarlet. HEX triplet: EC, 32 and 01. RGB value is (236,50,1). Sum of RGB (Red+Green+Blue) = 236+50+1=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3201 is #13CDFE. Grayscale: #646464. Windows color (decimal): -1297919 or 78572. OLE color: 78572.
HSL color Cylindrical-coordinate representation of color #EC3201: hue angle of 12.51º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC3201 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0.07 |
| HSL | 12.51º | 0.99% | 0.46% | - |
| HSV(B) | 12.51º | 1% | 0.93% | - |
| XYZ | 35.74 | 20.12 | 2.03 | - |
| YUV | 100.03 | 72.12 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 1 | 0 | 0.79 | 1.00 | 0.07 | 12.51 | 0.99 | 0.46 |
| Hex | EC | 32 | 1 | 0 | 4F | 64 | 7 | D | 63 | 2E |
| Octal | 354 | 62 | 1 | 0 | 117 | 144 | 7 | 15 | 143 | 56 |
| Binary | 11101100 | 110010 | 1 | 0 | 1001111 | 1100100 | 111 | 1101 | 1100011 | 101110 |
Color Harmonies of #EC3201
Complementary color
Monochromatic Colors of #EC3201
Black with #EC3201
Text Example
Text Example
White with #EC3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3201; }
p { color: rgb(236,50,1); }
H1.HeaderClassName
{
color: #EC3201;
}
.AnyTagClassName
{
color: #EC3201;
}
</style>
background-color css
<style>
a { background-color: #EC3201; }
a { background-color: rgb(236,50,1); }
div.DivClassName
{
background-color: #EC3201;
}
.BgClassName
{
background-color: #EC3201;
}
</style>
border-color css
<style>
span { border-color: #EC3201; }
span { border-color: rgb(236,50,1); }
td.TdClassName
{
border-color: #EC3201;
}
.TagClassName
{
border-color: #EC3201;
}
</style>