Shades of Scarlet #EC1D1B
Tints of Scarlet #EC1D1B
RGB
CMYK
RGB Variations
Color information
#EC1D1B (or 0xEC1D1B) is known color: Scarlet. HEX triplet: EC, 1D and 1B. RGB value is (236,29,27). Sum of RGB (Red+Green+Blue) = 236+29+27=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D1B is #13E2E4. Grayscale: #5A5A5A. Windows color (decimal): -1303269 or 1777132. OLE color: 1777132.
HSL color Cylindrical-coordinate representation of color #EC1D1B: hue angle of 0.57º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1D1B is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 27 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.07 |
| HSL | 0.57º | 0.85% | 0.52% | - |
| HSV(B) | 0.57º | 0.89% | 0.93% | - |
| XYZ | 35.23 | 18.79 | 2.81 | - |
| YUV | 90.67 | 92.08 | 231.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 27 | 0 | 0.88 | 0.89 | 0.07 | 0.57 | 0.85 | 0.52 |
| Hex | EC | 1D | 1B | 0 | 58 | 59 | 7 | 1 | 55 | 34 |
| Octal | 354 | 35 | 33 | 0 | 130 | 131 | 7 | 1 | 125 | 64 |
| Binary | 11101100 | 11101 | 11011 | 0 | 1011000 | 1011001 | 111 | 1 | 1010101 | 110100 |
Color Harmonies of #EC1D1B
Complementary color
Monochromatic Colors of #EC1D1B
Black with #EC1D1B
Text Example
Text Example
White with #EC1D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D1B; }
p { color: rgb(236,29,27); }
H1.HeaderClassName
{
color: #EC1D1B;
}
.AnyTagClassName
{
color: #EC1D1B;
}
</style>
background-color css
<style>
a { background-color: #EC1D1B; }
a { background-color: rgb(236,29,27); }
div.DivClassName
{
background-color: #EC1D1B;
}
.BgClassName
{
background-color: #EC1D1B;
}
</style>
border-color css
<style>
span { border-color: #EC1D1B; }
span { border-color: rgb(236,29,27); }
td.TdClassName
{
border-color: #EC1D1B;
}
.TagClassName
{
border-color: #EC1D1B;
}
</style>