Shades of Scarlet #ED1C18
Tints of Scarlet #ED1C18
RGB
CMYK
RGB Variations
Color information
#ED1C18 (or 0xED1C18) is known color: Scarlet. HEX triplet: ED, 1C and 18. RGB value is (237,28,24). Sum of RGB (Red+Green+Blue) = 237+28+24=289 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.01% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1C18 is #12E3E7. Grayscale: #5A5A5A. Windows color (decimal): -1237992 or 1580269. OLE color: 1580269.
HSL color Cylindrical-coordinate representation of color #ED1C18: hue angle of 1.13º 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 #ED1C18 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 28 | 24 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.07 |
| HSL | 1.13º | 0.86% | 0.51% | - |
| HSV(B) | 1.13º | 0.9% | 0.93% | - |
| XYZ | 35.51 | 18.9 | 2.64 | - |
| YUV | 90.04 | 90.74 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 28 | 24 | 0 | 0.88 | 0.90 | 0.07 | 1.13 | 0.86 | 0.51 |
| Hex | ED | 1C | 18 | 0 | 58 | 5A | 7 | 1 | 56 | 33 |
| Octal | 355 | 34 | 30 | 0 | 130 | 132 | 7 | 1 | 126 | 63 |
| Binary | 11101101 | 11100 | 11000 | 0 | 1011000 | 1011010 | 111 | 1 | 1010110 | 110011 |
Color Harmonies of #ED1C18
Complementary color
Monochromatic Colors of #ED1C18
Black with #ED1C18
Text Example
Text Example
White with #ED1C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1C18; }
p { color: rgb(237,28,24); }
H1.HeaderClassName
{
color: #ED1C18;
}
.AnyTagClassName
{
color: #ED1C18;
}
</style>
background-color css
<style>
a { background-color: #ED1C18; }
a { background-color: rgb(237,28,24); }
div.DivClassName
{
background-color: #ED1C18;
}
.BgClassName
{
background-color: #ED1C18;
}
</style>
border-color css
<style>
span { border-color: #ED1C18; }
span { border-color: rgb(237,28,24); }
td.TdClassName
{
border-color: #ED1C18;
}
.TagClassName
{
border-color: #ED1C18;
}
</style>