Shades of Scarlet #ED2018
Tints of Scarlet #ED2018
RGB
CMYK
RGB Variations
Color information
#ED2018 (or 0xED2018) is known color: Scarlet. HEX triplet: ED, 20 and 18. RGB value is (237,32,24). Sum of RGB (Red+Green+Blue) = 237+32+24=293 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.89% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2018 is #12DFE7. Grayscale: #5C5C5C. Windows color (decimal): -1236968 or 1581293. OLE color: 1581293.
HSL color Cylindrical-coordinate representation of color #ED2018: hue angle of 2.25º 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 #ED2018 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 24 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.07 |
| HSL | 2.25º | 0.86% | 0.51% | - |
| HSV(B) | 2.25º | 0.9% | 0.93% | - |
| XYZ | 35.61 | 19.1 | 2.67 | - |
| YUV | 92.38 | 89.42 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 24 | 0 | 0.86 | 0.90 | 0.07 | 2.25 | 0.86 | 0.51 |
| Hex | ED | 20 | 18 | 0 | 56 | 5A | 7 | 2 | 56 | 33 |
| Octal | 355 | 40 | 30 | 0 | 126 | 132 | 7 | 2 | 126 | 63 |
| Binary | 11101101 | 100000 | 11000 | 0 | 1010110 | 1011010 | 111 | 10 | 1010110 | 110011 |
Color Harmonies of #ED2018
Complementary color
Monochromatic Colors of #ED2018
Black with #ED2018
Text Example
Text Example
White with #ED2018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2018; }
p { color: rgb(237,32,24); }
H1.HeaderClassName
{
color: #ED2018;
}
.AnyTagClassName
{
color: #ED2018;
}
</style>
background-color css
<style>
a { background-color: #ED2018; }
a { background-color: rgb(237,32,24); }
div.DivClassName
{
background-color: #ED2018;
}
.BgClassName
{
background-color: #ED2018;
}
</style>
border-color css
<style>
span { border-color: #ED2018; }
span { border-color: rgb(237,32,24); }
td.TdClassName
{
border-color: #ED2018;
}
.TagClassName
{
border-color: #ED2018;
}
</style>