Shades of Scarlet #EC281A
Tints of Scarlet #EC281A
RGB
CMYK
RGB Variations
Color information
#EC281A (or 0xEC281A) is known color: Scarlet. HEX triplet: EC, 28 and 1A. RGB value is (236,40,26). Sum of RGB (Red+Green+Blue) = 236+40+26=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC281A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC281A is #13D7E5. Grayscale: #616161. Windows color (decimal): -1300454 or 1714412. OLE color: 1714412.
HSL color Cylindrical-coordinate representation of color #EC281A: hue angle of 4º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC281A is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 26 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.07 |
| HSL | 4º | 0.85% | 0.51% | - |
| HSV(B) | 4º | 0.89% | 0.93% | - |
| XYZ | 35.54 | 19.43 | 2.85 | - |
| YUV | 97.01 | 87.93 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 26 | 0 | 0.83 | 0.89 | 0.07 | 4 | 0.85 | 0.51 |
| Hex | EC | 28 | 1A | 0 | 53 | 59 | 7 | 4 | 55 | 33 |
| Octal | 354 | 50 | 32 | 0 | 123 | 131 | 7 | 4 | 125 | 63 |
| Binary | 11101100 | 101000 | 11010 | 0 | 1010011 | 1011001 | 111 | 100 | 1010101 | 110011 |
Color Harmonies of #EC281A
Complementary color
Monochromatic Colors of #EC281A
Black with #EC281A
Text Example
Text Example
White with #EC281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC281A; }
p { color: rgb(236,40,26); }
H1.HeaderClassName
{
color: #EC281A;
}
.AnyTagClassName
{
color: #EC281A;
}
</style>
background-color css
<style>
a { background-color: #EC281A; }
a { background-color: rgb(236,40,26); }
div.DivClassName
{
background-color: #EC281A;
}
.BgClassName
{
background-color: #EC281A;
}
</style>
border-color css
<style>
span { border-color: #EC281A; }
span { border-color: rgb(236,40,26); }
td.TdClassName
{
border-color: #EC281A;
}
.TagClassName
{
border-color: #EC281A;
}
</style>