Shades of Scarlet #EC231C
Tints of Scarlet #EC231C
RGB
CMYK
RGB Variations
Color information
#EC231C (or 0xEC231C) is known color: Scarlet. HEX triplet: EC, 23 and 1C. RGB value is (236,35,28). Sum of RGB (Red+Green+Blue) = 236+35+28=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC231C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC231C is #13DCE3. Grayscale: #5E5E5E. Windows color (decimal): -1301732 or 1844204. OLE color: 1844204.
HSL color Cylindrical-coordinate representation of color #EC231C: hue angle of 2.02º 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 #EC231C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 28 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.07 |
| HSL | 2.02º | 0.85% | 0.52% | - |
| HSV(B) | 2.02º | 0.88% | 0.93% | - |
| XYZ | 35.4 | 19.12 | 2.92 | - |
| YUV | 94.3 | 90.59 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 28 | 0 | 0.85 | 0.88 | 0.07 | 2.02 | 0.85 | 0.52 |
| Hex | EC | 23 | 1C | 0 | 55 | 58 | 7 | 2 | 55 | 34 |
| Octal | 354 | 43 | 34 | 0 | 125 | 130 | 7 | 2 | 125 | 64 |
| Binary | 11101100 | 100011 | 11100 | 0 | 1010101 | 1011000 | 111 | 10 | 1010101 | 110100 |
Color Harmonies of #EC231C
Complementary color
Monochromatic Colors of #EC231C
Black with #EC231C
Text Example
Text Example
White with #EC231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC231C; }
p { color: rgb(236,35,28); }
H1.HeaderClassName
{
color: #EC231C;
}
.AnyTagClassName
{
color: #EC231C;
}
</style>
background-color css
<style>
a { background-color: #EC231C; }
a { background-color: rgb(236,35,28); }
div.DivClassName
{
background-color: #EC231C;
}
.BgClassName
{
background-color: #EC231C;
}
</style>
border-color css
<style>
span { border-color: #EC231C; }
span { border-color: rgb(236,35,28); }
td.TdClassName
{
border-color: #EC231C;
}
.TagClassName
{
border-color: #EC231C;
}
</style>