Shades of Scarlet #EC3403
Tints of Scarlet #EC3403
RGB
CMYK
RGB Variations
Color information
#EC3403 (or 0xEC3403) is known color: Scarlet. HEX triplet: EC, 34 and 03. RGB value is (236,52,3). Sum of RGB (Red+Green+Blue) = 236+52+3=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3403 is #13CBFC. Grayscale: #656565. Windows color (decimal): -1297405 or 210156. OLE color: 210156.
HSL color Cylindrical-coordinate representation of color #EC3403: hue angle of 12.62º degrees, saturation: 0.97, 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 #EC3403 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 3 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.07 |
| HSL | 12.62º | 0.97% | 0.47% | - |
| HSV(B) | 12.62º | 0.99% | 0.93% | - |
| XYZ | 35.84 | 20.3 | 2.11 | - |
| YUV | 101.43 | 72.46 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 3 | 0 | 0.78 | 0.99 | 0.07 | 12.62 | 0.97 | 0.47 |
| Hex | EC | 34 | 3 | 0 | 4E | 63 | 7 | D | 61 | 2F |
| Octal | 354 | 64 | 3 | 0 | 116 | 143 | 7 | 15 | 141 | 57 |
| Binary | 11101100 | 110100 | 11 | 0 | 1001110 | 1100011 | 111 | 1101 | 1100001 | 101111 |
Color Harmonies of #EC3403
Complementary color
Monochromatic Colors of #EC3403
Black with #EC3403
Text Example
Text Example
White with #EC3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3403; }
p { color: rgb(236,52,3); }
H1.HeaderClassName
{
color: #EC3403;
}
.AnyTagClassName
{
color: #EC3403;
}
</style>
background-color css
<style>
a { background-color: #EC3403; }
a { background-color: rgb(236,52,3); }
div.DivClassName
{
background-color: #EC3403;
}
.BgClassName
{
background-color: #EC3403;
}
</style>
border-color css
<style>
span { border-color: #EC3403; }
span { border-color: rgb(236,52,3); }
td.TdClassName
{
border-color: #EC3403;
}
.TagClassName
{
border-color: #EC3403;
}
</style>