Shades of Scarlet #EC281D
Tints of Scarlet #EC281D
RGB
CMYK
RGB Variations
Color information
#EC281D (or 0xEC281D) is known color: Scarlet. HEX triplet: EC, 28 and 1D. RGB value is (236,40,29). Sum of RGB (Red+Green+Blue) = 236+40+29=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC281D is #13D7E2. Grayscale: #616161. Windows color (decimal): -1300451 or 1911020. OLE color: 1911020.
HSL color Cylindrical-coordinate representation of color #EC281D: hue angle of 3.19º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC281D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 29 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.07 |
| HSL | 3.19º | 0.84% | 0.52% | - |
| HSV(B) | 3.19º | 0.88% | 0.93% | - |
| XYZ | 35.57 | 19.44 | 3.04 | - |
| YUV | 97.35 | 89.43 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 29 | 0 | 0.83 | 0.88 | 0.07 | 3.19 | 0.84 | 0.52 |
| Hex | EC | 28 | 1D | 0 | 53 | 58 | 7 | 3 | 54 | 34 |
| Octal | 354 | 50 | 35 | 0 | 123 | 130 | 7 | 3 | 124 | 64 |
| Binary | 11101100 | 101000 | 11101 | 0 | 1010011 | 1011000 | 111 | 11 | 1010100 | 110100 |
Color Harmonies of #EC281D
Complementary color
Monochromatic Colors of #EC281D
Black with #EC281D
Text Example
Text Example
White with #EC281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC281D; }
p { color: rgb(236,40,29); }
H1.HeaderClassName
{
color: #EC281D;
}
.AnyTagClassName
{
color: #EC281D;
}
</style>
background-color css
<style>
a { background-color: #EC281D; }
a { background-color: rgb(236,40,29); }
div.DivClassName
{
background-color: #EC281D;
}
.BgClassName
{
background-color: #EC281D;
}
</style>
border-color css
<style>
span { border-color: #EC281D; }
span { border-color: rgb(236,40,29); }
td.TdClassName
{
border-color: #EC281D;
}
.TagClassName
{
border-color: #EC281D;
}
</style>