Shades of Scarlet #EC1605
Tints of Scarlet #EC1605
RGB
CMYK
RGB Variations
Color information
#EC1605 (or 0xEC1605) is known color: Scarlet. HEX triplet: EC, 16 and 05. RGB value is (236,22,5). Sum of RGB (Red+Green+Blue) = 236+22+5=263 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.73% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1605 is #13E9FA. Grayscale: #545454. Windows color (decimal): -1305083 or 333548. OLE color: 333548.
HSL color Cylindrical-coordinate representation of color #EC1605: hue angle of 4.42º 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 #EC1605 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.07 |
| HSL | 4.42º | 0.96% | 0.47% | - |
| HSV(B) | 4.42º | 0.98% | 0.93% | - |
| XYZ | 34.91 | 18.42 | 1.86 | - |
| YUV | 84.05 | 83.4 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 5 | 0 | 0.91 | 0.98 | 0.07 | 4.42 | 0.96 | 0.47 |
| Hex | EC | 16 | 5 | 0 | 5B | 62 | 7 | 4 | 60 | 2F |
| Octal | 354 | 26 | 5 | 0 | 133 | 142 | 7 | 4 | 140 | 57 |
| Binary | 11101100 | 10110 | 101 | 0 | 1011011 | 1100010 | 111 | 100 | 1100000 | 101111 |
Color Harmonies of #EC1605
Complementary color
Monochromatic Colors of #EC1605
Black with #EC1605
Text Example
Text Example
White with #EC1605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1605; }
p { color: rgb(236,22,5); }
H1.HeaderClassName
{
color: #EC1605;
}
.AnyTagClassName
{
color: #EC1605;
}
</style>
background-color css
<style>
a { background-color: #EC1605; }
a { background-color: rgb(236,22,5); }
div.DivClassName
{
background-color: #EC1605;
}
.BgClassName
{
background-color: #EC1605;
}
</style>
border-color css
<style>
span { border-color: #EC1605; }
span { border-color: rgb(236,22,5); }
td.TdClassName
{
border-color: #EC1605;
}
.TagClassName
{
border-color: #EC1605;
}
</style>