Shades of Scarlet #EC3205
Tints of Scarlet #EC3205
RGB
CMYK
RGB Variations
Color information
#EC3205 (or 0xEC3205) is known color: Scarlet. HEX triplet: EC, 32 and 05. RGB value is (236,50,5). Sum of RGB (Red+Green+Blue) = 236+50+5=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3205 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3205 is #13CDFA. Grayscale: #646464. Windows color (decimal): -1297915 or 340716. OLE color: 340716.
HSL color Cylindrical-coordinate representation of color #EC3205: hue angle of 11.69º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC3205 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 5 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.07 |
| HSL | 11.69º | 0.96% | 0.47% | - |
| HSV(B) | 11.69º | 0.98% | 0.93% | - |
| XYZ | 35.76 | 20.13 | 2.14 | - |
| YUV | 100.48 | 74.12 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 5 | 0 | 0.79 | 0.98 | 0.07 | 11.69 | 0.96 | 0.47 |
| Hex | EC | 32 | 5 | 0 | 4F | 62 | 7 | C | 60 | 2F |
| Octal | 354 | 62 | 5 | 0 | 117 | 142 | 7 | 14 | 140 | 57 |
| Binary | 11101100 | 110010 | 101 | 0 | 1001111 | 1100010 | 111 | 1100 | 1100000 | 101111 |
Color Harmonies of #EC3205
Complementary color
Monochromatic Colors of #EC3205
Black with #EC3205
Text Example
Text Example
White with #EC3205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3205; }
p { color: rgb(236,50,5); }
H1.HeaderClassName
{
color: #EC3205;
}
.AnyTagClassName
{
color: #EC3205;
}
</style>
background-color css
<style>
a { background-color: #EC3205; }
a { background-color: rgb(236,50,5); }
div.DivClassName
{
background-color: #EC3205;
}
.BgClassName
{
background-color: #EC3205;
}
</style>
border-color css
<style>
span { border-color: #EC3205; }
span { border-color: rgb(236,50,5); }
td.TdClassName
{
border-color: #EC3205;
}
.TagClassName
{
border-color: #EC3205;
}
</style>