Shades of Scarlet #EC230F
Tints of Scarlet #EC230F
RGB
CMYK
RGB Variations
Color information
#EC230F (or 0xEC230F) is known color: Scarlet. HEX triplet: EC, 23 and 0F. RGB value is (236,35,15). Sum of RGB (Red+Green+Blue) = 236+35+15=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC230F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC230F is #13DCF0. Grayscale: #5D5D5D. Windows color (decimal): -1301745 or 992236. OLE color: 992236.
HSL color Cylindrical-coordinate representation of color #EC230F: hue angle of 5.43º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC230F is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 15 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.07 |
| HSL | 5.43º | 0.88% | 0.49% | - |
| HSV(B) | 5.43º | 0.94% | 0.93% | - |
| XYZ | 35.28 | 19.07 | 2.27 | - |
| YUV | 92.82 | 84.09 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 15 | 0 | 0.85 | 0.94 | 0.07 | 5.43 | 0.88 | 0.49 |
| Hex | EC | 23 | F | 0 | 55 | 5E | 7 | 5 | 58 | 31 |
| Octal | 354 | 43 | 17 | 0 | 125 | 136 | 7 | 5 | 130 | 61 |
| Binary | 11101100 | 100011 | 1111 | 0 | 1010101 | 1011110 | 111 | 101 | 1011000 | 110001 |
Color Harmonies of #EC230F
Complementary color
Monochromatic Colors of #EC230F
Black with #EC230F
Text Example
Text Example
White with #EC230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC230F; }
p { color: rgb(236,35,15); }
H1.HeaderClassName
{
color: #EC230F;
}
.AnyTagClassName
{
color: #EC230F;
}
</style>
background-color css
<style>
a { background-color: #EC230F; }
a { background-color: rgb(236,35,15); }
div.DivClassName
{
background-color: #EC230F;
}
.BgClassName
{
background-color: #EC230F;
}
</style>
border-color css
<style>
span { border-color: #EC230F; }
span { border-color: rgb(236,35,15); }
td.TdClassName
{
border-color: #EC230F;
}
.TagClassName
{
border-color: #EC230F;
}
</style>