Shades of Scarlet #ED3118
Tints of Scarlet #ED3118
RGB
CMYK
RGB Variations
Color information
#ED3118 (or 0xED3118) is known color: Scarlet. HEX triplet: ED, 31 and 18. RGB value is (237,49,24). Sum of RGB (Red+Green+Blue) = 237+49+24=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3118 is #12CEE7. Grayscale: #666666. Windows color (decimal): -1232616 or 1585645. OLE color: 1585645.
HSL color Cylindrical-coordinate representation of color #ED3118: hue angle of 7.04º 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 #ED3118 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 24 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.07 |
| HSL | 7.04º | 0.86% | 0.51% | - |
| HSV(B) | 7.04º | 0.9% | 0.93% | - |
| XYZ | 36.19 | 20.27 | 2.87 | - |
| YUV | 102.36 | 83.78 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 24 | 0 | 0.79 | 0.90 | 0.07 | 7.04 | 0.86 | 0.51 |
| Hex | ED | 31 | 18 | 0 | 4F | 5A | 7 | 7 | 56 | 33 |
| Octal | 355 | 61 | 30 | 0 | 117 | 132 | 7 | 7 | 126 | 63 |
| Binary | 11101101 | 110001 | 11000 | 0 | 1001111 | 1011010 | 111 | 111 | 1010110 | 110011 |
Color Harmonies of #ED3118
Complementary color
Monochromatic Colors of #ED3118
Black with #ED3118
Text Example
Text Example
White with #ED3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3118; }
p { color: rgb(237,49,24); }
H1.HeaderClassName
{
color: #ED3118;
}
.AnyTagClassName
{
color: #ED3118;
}
</style>
background-color css
<style>
a { background-color: #ED3118; }
a { background-color: rgb(237,49,24); }
div.DivClassName
{
background-color: #ED3118;
}
.BgClassName
{
background-color: #ED3118;
}
</style>
border-color css
<style>
span { border-color: #ED3118; }
span { border-color: rgb(237,49,24); }
td.TdClassName
{
border-color: #ED3118;
}
.TagClassName
{
border-color: #ED3118;
}
</style>