Shades of Scarlet #ED3117
Tints of Scarlet #ED3117
RGB
CMYK
RGB Variations
Color information
#ED3117 (or 0xED3117) is known color: Scarlet. HEX triplet: ED, 31 and 17. RGB value is (237,49,23). Sum of RGB (Red+Green+Blue) = 237+49+23=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3117 is #12CEE8. Grayscale: #666666. Windows color (decimal): -1232617 or 1520109. OLE color: 1520109.
HSL color Cylindrical-coordinate representation of color #ED3117: hue angle of 7.29º 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 #ED3117 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 23 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.07 |
| HSL | 7.29º | 0.86% | 0.51% | - |
| HSV(B) | 7.29º | 0.9% | 0.93% | - |
| XYZ | 36.18 | 20.26 | 2.81 | - |
| YUV | 102.25 | 83.28 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 23 | 0 | 0.79 | 0.90 | 0.07 | 7.29 | 0.86 | 0.51 |
| Hex | ED | 31 | 17 | 0 | 4F | 5A | 7 | 7 | 56 | 33 |
| Octal | 355 | 61 | 27 | 0 | 117 | 132 | 7 | 7 | 126 | 63 |
| Binary | 11101101 | 110001 | 10111 | 0 | 1001111 | 1011010 | 111 | 111 | 1010110 | 110011 |
Color Harmonies of #ED3117
Complementary color
Monochromatic Colors of #ED3117
Black with #ED3117
Text Example
Text Example
White with #ED3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3117; }
p { color: rgb(237,49,23); }
H1.HeaderClassName
{
color: #ED3117;
}
.AnyTagClassName
{
color: #ED3117;
}
</style>
background-color css
<style>
a { background-color: #ED3117; }
a { background-color: rgb(237,49,23); }
div.DivClassName
{
background-color: #ED3117;
}
.BgClassName
{
background-color: #ED3117;
}
</style>
border-color css
<style>
span { border-color: #ED3117; }
span { border-color: rgb(237,49,23); }
td.TdClassName
{
border-color: #ED3117;
}
.TagClassName
{
border-color: #ED3117;
}
</style>