Shades of Scarlet #EC1F1A
Tints of Scarlet #EC1F1A
RGB
CMYK
RGB Variations
Color information
#EC1F1A (or 0xEC1F1A) is known color: Scarlet. HEX triplet: EC, 1F and 1A. RGB value is (236,31,26). Sum of RGB (Red+Green+Blue) = 236+31+26=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1F1A is #13E0E5. Grayscale: #5B5B5B. Windows color (decimal): -1302758 or 1712108. OLE color: 1712108.
HSL color Cylindrical-coordinate representation of color #EC1F1A: hue angle of 1.43º 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 #EC1F1A is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 26 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.07 |
| HSL | 1.43º | 0.85% | 0.51% | - |
| HSV(B) | 1.43º | 0.89% | 0.93% | - |
| XYZ | 35.27 | 18.89 | 2.76 | - |
| YUV | 91.73 | 90.92 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 26 | 0 | 0.87 | 0.89 | 0.07 | 1.43 | 0.85 | 0.51 |
| Hex | EC | 1F | 1A | 0 | 57 | 59 | 7 | 1 | 55 | 33 |
| Octal | 354 | 37 | 32 | 0 | 127 | 131 | 7 | 1 | 125 | 63 |
| Binary | 11101100 | 11111 | 11010 | 0 | 1010111 | 1011001 | 111 | 1 | 1010101 | 110011 |
Color Harmonies of #EC1F1A
Complementary color
Monochromatic Colors of #EC1F1A
Black with #EC1F1A
Text Example
Text Example
White with #EC1F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F1A; }
p { color: rgb(236,31,26); }
H1.HeaderClassName
{
color: #EC1F1A;
}
.AnyTagClassName
{
color: #EC1F1A;
}
</style>
background-color css
<style>
a { background-color: #EC1F1A; }
a { background-color: rgb(236,31,26); }
div.DivClassName
{
background-color: #EC1F1A;
}
.BgClassName
{
background-color: #EC1F1A;
}
</style>
border-color css
<style>
span { border-color: #EC1F1A; }
span { border-color: rgb(236,31,26); }
td.TdClassName
{
border-color: #EC1F1A;
}
.TagClassName
{
border-color: #EC1F1A;
}
</style>