Shades of Scarlet #ED1915
Tints of Scarlet #ED1915
RGB
CMYK
RGB Variations
Color information
#ED1915 (or 0xED1915) is known color: Scarlet. HEX triplet: ED, 19 and 15. RGB value is (237,25,21). Sum of RGB (Red+Green+Blue) = 237+25+21=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1915 is #12E6EA. Grayscale: #585858. Windows color (decimal): -1238763 or 1382893. OLE color: 1382893.
HSL color Cylindrical-coordinate representation of color #ED1915: hue angle of 1.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1915 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 21 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.07 |
| HSL | 1.11º | 0.86% | 0.51% | - |
| HSV(B) | 1.11º | 0.91% | 0.93% | - |
| XYZ | 35.41 | 18.75 | 2.46 | - |
| YUV | 87.93 | 90.24 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 21 | 0 | 0.89 | 0.91 | 0.07 | 1.11 | 0.86 | 0.51 |
| Hex | ED | 19 | 15 | 0 | 59 | 5B | 7 | 1 | 56 | 33 |
| Octal | 355 | 31 | 25 | 0 | 131 | 133 | 7 | 1 | 126 | 63 |
| Binary | 11101101 | 11001 | 10101 | 0 | 1011001 | 1011011 | 111 | 1 | 1010110 | 110011 |
Color Harmonies of #ED1915
Complementary color
Monochromatic Colors of #ED1915
Black with #ED1915
Text Example
Text Example
White with #ED1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1915; }
p { color: rgb(237,25,21); }
H1.HeaderClassName
{
color: #ED1915;
}
.AnyTagClassName
{
color: #ED1915;
}
</style>
background-color css
<style>
a { background-color: #ED1915; }
a { background-color: rgb(237,25,21); }
div.DivClassName
{
background-color: #ED1915;
}
.BgClassName
{
background-color: #ED1915;
}
</style>
border-color css
<style>
span { border-color: #ED1915; }
span { border-color: rgb(237,25,21); }
td.TdClassName
{
border-color: #ED1915;
}
.TagClassName
{
border-color: #ED1915;
}
</style>