Shades of Scarlet #EC3405
Tints of Scarlet #EC3405
RGB
CMYK
RGB Variations
Color information
#EC3405 (or 0xEC3405) is known color: Scarlet. HEX triplet: EC, 34 and 05. RGB value is (236,52,5). Sum of RGB (Red+Green+Blue) = 236+52+5=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3405 is #13CBFA. Grayscale: #666666. Windows color (decimal): -1297403 or 341228. OLE color: 341228.
HSL color Cylindrical-coordinate representation of color #EC3405: hue angle of 12.21º 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 #EC3405 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 5 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.07 |
| HSL | 12.21º | 0.96% | 0.47% | - |
| HSV(B) | 12.21º | 0.98% | 0.93% | - |
| XYZ | 35.85 | 20.3 | 2.17 | - |
| YUV | 101.66 | 73.46 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 5 | 0 | 0.78 | 0.98 | 0.07 | 12.21 | 0.96 | 0.47 |
| Hex | EC | 34 | 5 | 0 | 4E | 62 | 7 | C | 60 | 2F |
| Octal | 354 | 64 | 5 | 0 | 116 | 142 | 7 | 14 | 140 | 57 |
| Binary | 11101100 | 110100 | 101 | 0 | 1001110 | 1100010 | 111 | 1100 | 1100000 | 101111 |
Color Harmonies of #EC3405
Complementary color
Monochromatic Colors of #EC3405
Black with #EC3405
Text Example
Text Example
White with #EC3405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3405; }
p { color: rgb(236,52,5); }
H1.HeaderClassName
{
color: #EC3405;
}
.AnyTagClassName
{
color: #EC3405;
}
</style>
background-color css
<style>
a { background-color: #EC3405; }
a { background-color: rgb(236,52,5); }
div.DivClassName
{
background-color: #EC3405;
}
.BgClassName
{
background-color: #EC3405;
}
</style>
border-color css
<style>
span { border-color: #EC3405; }
span { border-color: rgb(236,52,5); }
td.TdClassName
{
border-color: #EC3405;
}
.TagClassName
{
border-color: #EC3405;
}
</style>