Shades of Scarlet #EC291C
Tints of Scarlet #EC291C
RGB
CMYK
RGB Variations
Color information
#EC291C (or 0xEC291C) is known color: Scarlet. HEX triplet: EC, 29 and 1C. RGB value is (236,41,28). Sum of RGB (Red+Green+Blue) = 236+41+28=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC291C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC291C is #13D6E3. Grayscale: #626262. Windows color (decimal): -1300196 or 1845740. OLE color: 1845740.
HSL color Cylindrical-coordinate representation of color #EC291C: hue angle of 3.75º degrees, saturation: 0.85, 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 #EC291C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 28 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.07 |
| HSL | 3.75º | 0.85% | 0.52% | - |
| HSV(B) | 3.75º | 0.88% | 0.93% | - |
| XYZ | 35.59 | 19.5 | 2.99 | - |
| YUV | 97.82 | 88.6 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 28 | 0 | 0.83 | 0.88 | 0.07 | 3.75 | 0.85 | 0.52 |
| Hex | EC | 29 | 1C | 0 | 53 | 58 | 7 | 4 | 55 | 34 |
| Octal | 354 | 51 | 34 | 0 | 123 | 130 | 7 | 4 | 125 | 64 |
| Binary | 11101100 | 101001 | 11100 | 0 | 1010011 | 1011000 | 111 | 100 | 1010101 | 110100 |
Color Harmonies of #EC291C
Complementary color
Monochromatic Colors of #EC291C
Black with #EC291C
Text Example
Text Example
White with #EC291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC291C; }
p { color: rgb(236,41,28); }
H1.HeaderClassName
{
color: #EC291C;
}
.AnyTagClassName
{
color: #EC291C;
}
</style>
background-color css
<style>
a { background-color: #EC291C; }
a { background-color: rgb(236,41,28); }
div.DivClassName
{
background-color: #EC291C;
}
.BgClassName
{
background-color: #EC291C;
}
</style>
border-color css
<style>
span { border-color: #EC291C; }
span { border-color: rgb(236,41,28); }
td.TdClassName
{
border-color: #EC291C;
}
.TagClassName
{
border-color: #EC291C;
}
</style>