Shades of Scarlet #ED1E17
Tints of Scarlet #ED1E17
RGB
CMYK
RGB Variations
Color information
#ED1E17 (or 0xED1E17) is known color: Scarlet. HEX triplet: ED, 1E and 17. RGB value is (237,30,23). Sum of RGB (Red+Green+Blue) = 237+30+23=290 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.72% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1E17 is #12E1E8. Grayscale: #5B5B5B. Windows color (decimal): -1237481 or 1515245. OLE color: 1515245.
HSL color Cylindrical-coordinate representation of color #ED1E17: hue angle of 1.96º 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 #ED1E17 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 30 | 23 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.07 |
| HSL | 1.96º | 0.86% | 0.51% | - |
| HSV(B) | 1.96º | 0.9% | 0.93% | - |
| XYZ | 35.54 | 18.99 | 2.6 | - |
| YUV | 91.1 | 89.58 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 30 | 23 | 0 | 0.87 | 0.90 | 0.07 | 1.96 | 0.86 | 0.51 |
| Hex | ED | 1E | 17 | 0 | 57 | 5A | 7 | 2 | 56 | 33 |
| Octal | 355 | 36 | 27 | 0 | 127 | 132 | 7 | 2 | 126 | 63 |
| Binary | 11101101 | 11110 | 10111 | 0 | 1010111 | 1011010 | 111 | 10 | 1010110 | 110011 |
Color Harmonies of #ED1E17
Complementary color
Monochromatic Colors of #ED1E17
Black with #ED1E17
Text Example
Text Example
White with #ED1E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1E17; }
p { color: rgb(237,30,23); }
H1.HeaderClassName
{
color: #ED1E17;
}
.AnyTagClassName
{
color: #ED1E17;
}
</style>
background-color css
<style>
a { background-color: #ED1E17; }
a { background-color: rgb(237,30,23); }
div.DivClassName
{
background-color: #ED1E17;
}
.BgClassName
{
background-color: #ED1E17;
}
</style>
border-color css
<style>
span { border-color: #ED1E17; }
span { border-color: rgb(237,30,23); }
td.TdClassName
{
border-color: #ED1E17;
}
.TagClassName
{
border-color: #ED1E17;
}
</style>