Shades of Scarlet #EC1E03
Tints of Scarlet #EC1E03
RGB
CMYK
RGB Variations
Color information
#EC1E03 (or 0xEC1E03) is known color: Scarlet. HEX triplet: EC, 1E and 03. RGB value is (236,30,3). Sum of RGB (Red+Green+Blue) = 236+30+3=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1E03 is #13E1FC. Grayscale: #585858. Windows color (decimal): -1303037 or 204524. OLE color: 204524.
HSL color Cylindrical-coordinate representation of color #EC1E03: hue angle of 6.95º 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 #EC1E03 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 3 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.07 |
| HSL | 6.95º | 0.97% | 0.47% | - |
| HSV(B) | 6.95º | 0.99% | 0.93% | - |
| XYZ | 35.07 | 18.77 | 1.86 | - |
| YUV | 88.52 | 79.75 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 3 | 0 | 0.87 | 0.99 | 0.07 | 6.95 | 0.97 | 0.47 |
| Hex | EC | 1E | 3 | 0 | 57 | 63 | 7 | 7 | 61 | 2F |
| Octal | 354 | 36 | 3 | 0 | 127 | 143 | 7 | 7 | 141 | 57 |
| Binary | 11101100 | 11110 | 11 | 0 | 1010111 | 1100011 | 111 | 111 | 1100001 | 101111 |
Color Harmonies of #EC1E03
Complementary color
Monochromatic Colors of #EC1E03
Black with #EC1E03
Text Example
Text Example
White with #EC1E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E03; }
p { color: rgb(236,30,3); }
H1.HeaderClassName
{
color: #EC1E03;
}
.AnyTagClassName
{
color: #EC1E03;
}
</style>
background-color css
<style>
a { background-color: #EC1E03; }
a { background-color: rgb(236,30,3); }
div.DivClassName
{
background-color: #EC1E03;
}
.BgClassName
{
background-color: #EC1E03;
}
</style>
border-color css
<style>
span { border-color: #EC1E03; }
span { border-color: rgb(236,30,3); }
td.TdClassName
{
border-color: #EC1E03;
}
.TagClassName
{
border-color: #EC1E03;
}
</style>