Shades of Scarlet #EC2D03
Tints of Scarlet #EC2D03
RGB
CMYK
RGB Variations
Color information
#EC2D03 (or 0xEC2D03) is known color: Scarlet. HEX triplet: EC, 2D and 03. RGB value is (236,45,3). Sum of RGB (Red+Green+Blue) = 236+45+3=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2D03 is #13D2FC. Grayscale: #616161. Windows color (decimal): -1299197 or 208364. OLE color: 208364.
HSL color Cylindrical-coordinate representation of color #EC2D03: hue angle of 10.82º 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 #EC2D03 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 3 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.07 |
| HSL | 10.82º | 0.97% | 0.47% | - |
| HSV(B) | 10.82º | 0.99% | 0.93% | - |
| XYZ | 35.55 | 19.72 | 2.02 | - |
| YUV | 97.32 | 74.78 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 3 | 0 | 0.81 | 0.99 | 0.07 | 10.82 | 0.97 | 0.47 |
| Hex | EC | 2D | 3 | 0 | 51 | 63 | 7 | B | 61 | 2F |
| Octal | 354 | 55 | 3 | 0 | 121 | 143 | 7 | 13 | 141 | 57 |
| Binary | 11101100 | 101101 | 11 | 0 | 1010001 | 1100011 | 111 | 1011 | 1100001 | 101111 |
Color Harmonies of #EC2D03
Complementary color
Monochromatic Colors of #EC2D03
Black with #EC2D03
Text Example
Text Example
White with #EC2D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2D03; }
p { color: rgb(236,45,3); }
H1.HeaderClassName
{
color: #EC2D03;
}
.AnyTagClassName
{
color: #EC2D03;
}
</style>
background-color css
<style>
a { background-color: #EC2D03; }
a { background-color: rgb(236,45,3); }
div.DivClassName
{
background-color: #EC2D03;
}
.BgClassName
{
background-color: #EC2D03;
}
</style>
border-color css
<style>
span { border-color: #EC2D03; }
span { border-color: rgb(236,45,3); }
td.TdClassName
{
border-color: #EC2D03;
}
.TagClassName
{
border-color: #EC2D03;
}
</style>