Shades of Scarlet #EC231A
Tints of Scarlet #EC231A
RGB
CMYK
RGB Variations
Color information
#EC231A (or 0xEC231A) is known color: Scarlet. HEX triplet: EC, 23 and 1A. RGB value is (236,35,26). Sum of RGB (Red+Green+Blue) = 236+35+26=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC231A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC231A is #13DCE5. Grayscale: #5E5E5E. Windows color (decimal): -1301734 or 1713132. OLE color: 1713132.
HSL color Cylindrical-coordinate representation of color #EC231A: hue angle of 2.57º 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 #EC231A is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 26 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.07 |
| HSL | 2.57º | 0.85% | 0.51% | - |
| HSV(B) | 2.57º | 0.89% | 0.93% | - |
| XYZ | 35.38 | 19.11 | 2.8 | - |
| YUV | 94.07 | 89.59 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 26 | 0 | 0.85 | 0.89 | 0.07 | 2.57 | 0.85 | 0.51 |
| Hex | EC | 23 | 1A | 0 | 55 | 59 | 7 | 3 | 55 | 33 |
| Octal | 354 | 43 | 32 | 0 | 125 | 131 | 7 | 3 | 125 | 63 |
| Binary | 11101100 | 100011 | 11010 | 0 | 1010101 | 1011001 | 111 | 11 | 1010101 | 110011 |
Color Harmonies of #EC231A
Complementary color
Monochromatic Colors of #EC231A
Black with #EC231A
Text Example
Text Example
White with #EC231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC231A; }
p { color: rgb(236,35,26); }
H1.HeaderClassName
{
color: #EC231A;
}
.AnyTagClassName
{
color: #EC231A;
}
</style>
background-color css
<style>
a { background-color: #EC231A; }
a { background-color: rgb(236,35,26); }
div.DivClassName
{
background-color: #EC231A;
}
.BgClassName
{
background-color: #EC231A;
}
</style>
border-color css
<style>
span { border-color: #EC231A; }
span { border-color: rgb(236,35,26); }
td.TdClassName
{
border-color: #EC231A;
}
.TagClassName
{
border-color: #EC231A;
}
</style>