Shades of Scarlet #ED1714
Tints of Scarlet #ED1714
RGB
CMYK
RGB Variations
Color information
#ED1714 (or 0xED1714) is known color: Scarlet. HEX triplet: ED, 17 and 14. RGB value is (237,23,20). Sum of RGB (Red+Green+Blue) = 237+23+20=280 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.64% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1714 is #12E8EB. Grayscale: #565656. Windows color (decimal): -1239276 or 1316845. OLE color: 1316845.
HSL color Cylindrical-coordinate representation of color #ED1714: hue angle of 0.83º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED1714 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 20 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.07 |
| HSL | 0.83º | 0.86% | 0.5% | - |
| HSV(B) | 0.83º | 0.92% | 0.93% | - |
| XYZ | 35.36 | 18.67 | 2.4 | - |
| YUV | 86.64 | 90.4 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 20 | 0 | 0.90 | 0.92 | 0.07 | 0.83 | 0.86 | 0.5 |
| Hex | ED | 17 | 14 | 0 | 5A | 5C | 7 | 1 | 56 | 32 |
| Octal | 355 | 27 | 24 | 0 | 132 | 134 | 7 | 1 | 126 | 62 |
| Binary | 11101101 | 10111 | 10100 | 0 | 1011010 | 1011100 | 111 | 1 | 1010110 | 110010 |
Color Harmonies of #ED1714
Complementary color
Monochromatic Colors of #ED1714
Black with #ED1714
Text Example
Text Example
White with #ED1714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1714; }
p { color: rgb(237,23,20); }
H1.HeaderClassName
{
color: #ED1714;
}
.AnyTagClassName
{
color: #ED1714;
}
</style>
background-color css
<style>
a { background-color: #ED1714; }
a { background-color: rgb(237,23,20); }
div.DivClassName
{
background-color: #ED1714;
}
.BgClassName
{
background-color: #ED1714;
}
</style>
border-color css
<style>
span { border-color: #ED1714; }
span { border-color: rgb(237,23,20); }
td.TdClassName
{
border-color: #ED1714;
}
.TagClassName
{
border-color: #ED1714;
}
</style>