Shades of Scarlet #ED250E
Tints of Scarlet #ED250E
RGB
CMYK
RGB Variations
Color information
#ED250E (or 0xED250E) is known color: Scarlet. HEX triplet: ED, 25 and 0E. RGB value is (237,37,14). Sum of RGB (Red+Green+Blue) = 237+37+14=288 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.29% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 237 - color contains mainly: red. Hex color #ED250E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED250E is #12DAF1. Grayscale: #5E5E5E. Windows color (decimal): -1235698 or 927213. OLE color: 927213.
HSL color Cylindrical-coordinate representation of color #ED250E: hue angle of 6.19º degrees, saturation: 0.89, 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 #ED250E is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 14 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.07 |
| HSL | 6.19º | 0.89% | 0.49% | - |
| HSV(B) | 6.19º | 0.94% | 0.93% | - |
| XYZ | 35.67 | 19.36 | 2.27 | - |
| YUV | 94.18 | 82.76 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 14 | 0 | 0.84 | 0.94 | 0.07 | 6.19 | 0.89 | 0.49 |
| Hex | ED | 25 | E | 0 | 54 | 5E | 7 | 6 | 59 | 31 |
| Octal | 355 | 45 | 16 | 0 | 124 | 136 | 7 | 6 | 131 | 61 |
| Binary | 11101101 | 100101 | 1110 | 0 | 1010100 | 1011110 | 111 | 110 | 1011001 | 110001 |
Color Harmonies of #ED250E
Complementary color
Monochromatic Colors of #ED250E
Black with #ED250E
Text Example
Text Example
White with #ED250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED250E; }
p { color: rgb(237,37,14); }
H1.HeaderClassName
{
color: #ED250E;
}
.AnyTagClassName
{
color: #ED250E;
}
</style>
background-color css
<style>
a { background-color: #ED250E; }
a { background-color: rgb(237,37,14); }
div.DivClassName
{
background-color: #ED250E;
}
.BgClassName
{
background-color: #ED250E;
}
</style>
border-color css
<style>
span { border-color: #ED250E; }
span { border-color: rgb(237,37,14); }
td.TdClassName
{
border-color: #ED250E;
}
.TagClassName
{
border-color: #ED250E;
}
</style>