Shades of Scarlet #ED2218
Tints of Scarlet #ED2218
RGB
CMYK
RGB Variations
Color information
#ED2218 (or 0xED2218) is known color: Scarlet. HEX triplet: ED, 22 and 18. RGB value is (237,34,24). Sum of RGB (Red+Green+Blue) = 237+34+24=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2218 is #12DDE7. Grayscale: #5D5D5D. Windows color (decimal): -1236456 or 1581805. OLE color: 1581805.
HSL color Cylindrical-coordinate representation of color #ED2218: hue angle of 2.82º 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 #ED2218 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 24 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.07 |
| HSL | 2.82º | 0.86% | 0.51% | - |
| HSV(B) | 2.82º | 0.9% | 0.93% | - |
| XYZ | 35.66 | 19.21 | 2.69 | - |
| YUV | 93.56 | 88.75 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 24 | 0 | 0.86 | 0.90 | 0.07 | 2.82 | 0.86 | 0.51 |
| Hex | ED | 22 | 18 | 0 | 56 | 5A | 7 | 3 | 56 | 33 |
| Octal | 355 | 42 | 30 | 0 | 126 | 132 | 7 | 3 | 126 | 63 |
| Binary | 11101101 | 100010 | 11000 | 0 | 1010110 | 1011010 | 111 | 11 | 1010110 | 110011 |
Color Harmonies of #ED2218
Complementary color
Monochromatic Colors of #ED2218
Black with #ED2218
Text Example
Text Example
White with #ED2218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2218; }
p { color: rgb(237,34,24); }
H1.HeaderClassName
{
color: #ED2218;
}
.AnyTagClassName
{
color: #ED2218;
}
</style>
background-color css
<style>
a { background-color: #ED2218; }
a { background-color: rgb(237,34,24); }
div.DivClassName
{
background-color: #ED2218;
}
.BgClassName
{
background-color: #ED2218;
}
</style>
border-color css
<style>
span { border-color: #ED2218; }
span { border-color: rgb(237,34,24); }
td.TdClassName
{
border-color: #ED2218;
}
.TagClassName
{
border-color: #ED2218;
}
</style>