Shades of Scarlet #ED1818
Tints of Scarlet #ED1818
RGB
CMYK
RGB Variations
Color information
#ED1818 (or 0xED1818) is known color: Scarlet. HEX triplet: ED, 18 and 18. RGB value is (237,24,24). Sum of RGB (Red+Green+Blue) = 237+24+24=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1818 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1818 is #12E7E7. Grayscale: #575757. Windows color (decimal): -1239016 or 1579245. OLE color: 1579245.
HSL color Cylindrical-coordinate representation of color #ED1818: hue angle of 0º 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 #ED1818 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 24 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.07 |
| HSL | 0º | 0.86% | 0.51% | - |
| HSV(B) | 0º | 0.9% | 0.93% | - |
| XYZ | 35.42 | 18.72 | 2.61 | - |
| YUV | 87.69 | 92.07 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 24 | 0 | 0.90 | 0.90 | 0.07 | 0 | 0.86 | 0.51 |
| Hex | ED | 18 | 18 | 0 | 5A | 5A | 7 | 0 | 56 | 33 |
| Octal | 355 | 30 | 30 | 0 | 132 | 132 | 7 | 0 | 126 | 63 |
| Binary | 11101101 | 11000 | 11000 | 0 | 1011010 | 1011010 | 111 | 0 | 1010110 | 110011 |
Color Harmonies of #ED1818
Complementary color
Monochromatic Colors of #ED1818
Black with #ED1818
Text Example
Text Example
White with #ED1818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1818; }
p { color: rgb(237,24,24); }
H1.HeaderClassName
{
color: #ED1818;
}
.AnyTagClassName
{
color: #ED1818;
}
</style>
background-color css
<style>
a { background-color: #ED1818; }
a { background-color: rgb(237,24,24); }
div.DivClassName
{
background-color: #ED1818;
}
.BgClassName
{
background-color: #ED1818;
}
</style>
border-color css
<style>
span { border-color: #ED1818; }
span { border-color: rgb(237,24,24); }
td.TdClassName
{
border-color: #ED1818;
}
.TagClassName
{
border-color: #ED1818;
}
</style>