Shades of Scarlet #EC2A03
Tints of Scarlet #EC2A03
RGB
CMYK
RGB Variations
Color information
#EC2A03 (or 0xEC2A03) is known color: Scarlet. HEX triplet: EC, 2A and 03. RGB value is (236,42,3). Sum of RGB (Red+Green+Blue) = 236+42+3=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2A03 is #13D5FC. Grayscale: #5F5F5F. Windows color (decimal): -1299965 or 207596. OLE color: 207596.
HSL color Cylindrical-coordinate representation of color #EC2A03: hue angle of 10.04º 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 #EC2A03 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 3 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.07 |
| HSL | 10.04º | 0.97% | 0.47% | - |
| HSV(B) | 10.04º | 0.99% | 0.93% | - |
| XYZ | 35.44 | 19.5 | 1.98 | - |
| YUV | 95.56 | 75.77 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 3 | 0 | 0.82 | 0.99 | 0.07 | 10.04 | 0.97 | 0.47 |
| Hex | EC | 2A | 3 | 0 | 52 | 63 | 7 | A | 61 | 2F |
| Octal | 354 | 52 | 3 | 0 | 122 | 143 | 7 | 12 | 141 | 57 |
| Binary | 11101100 | 101010 | 11 | 0 | 1010010 | 1100011 | 111 | 1010 | 1100001 | 101111 |
Color Harmonies of #EC2A03
Complementary color
Monochromatic Colors of #EC2A03
Black with #EC2A03
Text Example
Text Example
White with #EC2A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2A03; }
p { color: rgb(236,42,3); }
H1.HeaderClassName
{
color: #EC2A03;
}
.AnyTagClassName
{
color: #EC2A03;
}
</style>
background-color css
<style>
a { background-color: #EC2A03; }
a { background-color: rgb(236,42,3); }
div.DivClassName
{
background-color: #EC2A03;
}
.BgClassName
{
background-color: #EC2A03;
}
</style>
border-color css
<style>
span { border-color: #EC2A03; }
span { border-color: rgb(236,42,3); }
td.TdClassName
{
border-color: #EC2A03;
}
.TagClassName
{
border-color: #EC2A03;
}
</style>