Shades of Scarlet #ED1918
Tints of Scarlet #ED1918
RGB
CMYK
RGB Variations
Color information
#ED1918 (or 0xED1918) is known color: Scarlet. HEX triplet: ED, 19 and 18. RGB value is (237,25,24). Sum of RGB (Red+Green+Blue) = 237+25+24=286 (37% of max value = 765). Red value is 237 (92.97% from 255 or 82.87% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1918 is #12E6E7. Grayscale: #585858. Windows color (decimal): -1238760 or 1579501. OLE color: 1579501.
HSL color Cylindrical-coordinate representation of color #ED1918: hue angle of 0.28º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1918 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 24 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.07 |
| HSL | 0.28º | 0.86% | 0.51% | - |
| HSV(B) | 0.28º | 0.9% | 0.93% | - |
| XYZ | 35.44 | 18.77 | 2.62 | - |
| YUV | 88.27 | 91.74 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 24 | 0 | 0.89 | 0.90 | 0.07 | 0.28 | 0.86 | 0.51 |
| Hex | ED | 19 | 18 | 0 | 59 | 5A | 7 | 0 | 56 | 33 |
| Octal | 355 | 31 | 30 | 0 | 131 | 132 | 7 | 0 | 126 | 63 |
| Binary | 11101101 | 11001 | 11000 | 0 | 1011001 | 1011010 | 111 | 0 | 1010110 | 110011 |
Color Harmonies of #ED1918
Complementary color
Monochromatic Colors of #ED1918
Black with #ED1918
Text Example
Text Example
White with #ED1918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1918; }
p { color: rgb(237,25,24); }
H1.HeaderClassName
{
color: #ED1918;
}
.AnyTagClassName
{
color: #ED1918;
}
</style>
background-color css
<style>
a { background-color: #ED1918; }
a { background-color: rgb(237,25,24); }
div.DivClassName
{
background-color: #ED1918;
}
.BgClassName
{
background-color: #ED1918;
}
</style>
border-color css
<style>
span { border-color: #ED1918; }
span { border-color: rgb(237,25,24); }
td.TdClassName
{
border-color: #ED1918;
}
.TagClassName
{
border-color: #ED1918;
}
</style>