Shades of Scarlet #EC3202
Tints of Scarlet #EC3202
RGB
CMYK
RGB Variations
Color information
#EC3202 (or 0xEC3202) is known color: Scarlet. HEX triplet: EC, 32 and 02. RGB value is (236,50,2). Sum of RGB (Red+Green+Blue) = 236+50+2=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3202 is #13CDFD. Grayscale: #646464. Windows color (decimal): -1297918 or 144108. OLE color: 144108.
HSL color Cylindrical-coordinate representation of color #EC3202: hue angle of 12.31º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC3202 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.07 |
| HSL | 12.31º | 0.98% | 0.47% | - |
| HSV(B) | 12.31º | 0.99% | 0.93% | - |
| XYZ | 35.74 | 20.12 | 2.06 | - |
| YUV | 100.14 | 72.62 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 2 | 0 | 0.79 | 0.99 | 0.07 | 12.31 | 0.98 | 0.47 |
| Hex | EC | 32 | 2 | 0 | 4F | 63 | 7 | C | 62 | 2F |
| Octal | 354 | 62 | 2 | 0 | 117 | 143 | 7 | 14 | 142 | 57 |
| Binary | 11101100 | 110010 | 10 | 0 | 1001111 | 1100011 | 111 | 1100 | 1100010 | 101111 |
Color Harmonies of #EC3202
Complementary color
Monochromatic Colors of #EC3202
Black with #EC3202
Text Example
Text Example
White with #EC3202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3202; }
p { color: rgb(236,50,2); }
H1.HeaderClassName
{
color: #EC3202;
}
.AnyTagClassName
{
color: #EC3202;
}
</style>
background-color css
<style>
a { background-color: #EC3202; }
a { background-color: rgb(236,50,2); }
div.DivClassName
{
background-color: #EC3202;
}
.BgClassName
{
background-color: #EC3202;
}
</style>
border-color css
<style>
span { border-color: #EC3202; }
span { border-color: rgb(236,50,2); }
td.TdClassName
{
border-color: #EC3202;
}
.TagClassName
{
border-color: #EC3202;
}
</style>