Shades of Scarlet #EC250B
Tints of Scarlet #EC250B
RGB
CMYK
RGB Variations
Color information
#EC250B (or 0xEC250B) is known color: Scarlet. HEX triplet: EC, 25 and 0B. RGB value is (236,37,11). Sum of RGB (Red+Green+Blue) = 236+37+11=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC250B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC250B is #13DAF4. Grayscale: #5D5D5D. Windows color (decimal): -1301237 or 730604. OLE color: 730604.
HSL color Cylindrical-coordinate representation of color #EC250B: hue angle of 6.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC250B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.07 |
| HSL | 6.93º | 0.91% | 0.48% | - |
| HSV(B) | 6.93º | 0.95% | 0.93% | - |
| XYZ | 35.31 | 19.18 | 2.16 | - |
| YUV | 93.54 | 81.43 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 11 | 0 | 0.84 | 0.95 | 0.07 | 6.93 | 0.91 | 0.48 |
| Hex | EC | 25 | B | 0 | 54 | 5F | 7 | 7 | 5B | 30 |
| Octal | 354 | 45 | 13 | 0 | 124 | 137 | 7 | 7 | 133 | 60 |
| Binary | 11101100 | 100101 | 1011 | 0 | 1010100 | 1011111 | 111 | 111 | 1011011 | 110000 |
Color Harmonies of #EC250B
Complementary color
Monochromatic Colors of #EC250B
Black with #EC250B
Text Example
Text Example
White with #EC250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC250B; }
p { color: rgb(236,37,11); }
H1.HeaderClassName
{
color: #EC250B;
}
.AnyTagClassName
{
color: #EC250B;
}
</style>
background-color css
<style>
a { background-color: #EC250B; }
a { background-color: rgb(236,37,11); }
div.DivClassName
{
background-color: #EC250B;
}
.BgClassName
{
background-color: #EC250B;
}
</style>
border-color css
<style>
span { border-color: #EC250B; }
span { border-color: rgb(236,37,11); }
td.TdClassName
{
border-color: #EC250B;
}
.TagClassName
{
border-color: #EC250B;
}
</style>