Shades of Scarlet #EC200F
Tints of Scarlet #EC200F
RGB
CMYK
RGB Variations
Color information
#EC200F (or 0xEC200F) is known color: Scarlet. HEX triplet: EC, 20 and 0F. RGB value is (236,32,15). Sum of RGB (Red+Green+Blue) = 236+32+15=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC200F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC200F is #13DFF0. Grayscale: #5B5B5B. Windows color (decimal): -1302513 or 991468. OLE color: 991468.
HSL color Cylindrical-coordinate representation of color #EC200F: hue angle of 4.62º 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 #EC200F is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 15 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.07 |
| HSL | 4.62º | 0.88% | 0.49% | - |
| HSV(B) | 4.62º | 0.94% | 0.93% | - |
| XYZ | 35.19 | 18.9 | 2.25 | - |
| YUV | 91.06 | 85.09 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 15 | 0 | 0.86 | 0.94 | 0.07 | 4.62 | 0.88 | 0.49 |
| Hex | EC | 20 | F | 0 | 56 | 5E | 7 | 5 | 58 | 31 |
| Octal | 354 | 40 | 17 | 0 | 126 | 136 | 7 | 5 | 130 | 61 |
| Binary | 11101100 | 100000 | 1111 | 0 | 1010110 | 1011110 | 111 | 101 | 1011000 | 110001 |
Color Harmonies of #EC200F
Complementary color
Monochromatic Colors of #EC200F
Black with #EC200F
Text Example
Text Example
White with #EC200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC200F; }
p { color: rgb(236,32,15); }
H1.HeaderClassName
{
color: #EC200F;
}
.AnyTagClassName
{
color: #EC200F;
}
</style>
background-color css
<style>
a { background-color: #EC200F; }
a { background-color: rgb(236,32,15); }
div.DivClassName
{
background-color: #EC200F;
}
.BgClassName
{
background-color: #EC200F;
}
</style>
border-color css
<style>
span { border-color: #EC200F; }
span { border-color: rgb(236,32,15); }
td.TdClassName
{
border-color: #EC200F;
}
.TagClassName
{
border-color: #EC200F;
}
</style>