Shades of Scarlet #ED1D15
Tints of Scarlet #ED1D15
RGB
CMYK
RGB Variations
Color information
#ED1D15 (or 0xED1D15) is known color: Scarlet. HEX triplet: ED, 1D and 15. RGB value is (237,29,21). Sum of RGB (Red+Green+Blue) = 237+29+21=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1D15 is #12E2EA. Grayscale: #5A5A5A. Windows color (decimal): -1237739 or 1383917. OLE color: 1383917.
HSL color Cylindrical-coordinate representation of color #ED1D15: hue angle of 2.22º 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 #ED1D15 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 21 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.07 |
| HSL | 2.22º | 0.86% | 0.51% | - |
| HSV(B) | 2.22º | 0.91% | 0.93% | - |
| XYZ | 35.5 | 18.94 | 2.49 | - |
| YUV | 90.28 | 88.91 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 21 | 0 | 0.88 | 0.91 | 0.07 | 2.22 | 0.86 | 0.51 |
| Hex | ED | 1D | 15 | 0 | 58 | 5B | 7 | 2 | 56 | 33 |
| Octal | 355 | 35 | 25 | 0 | 130 | 133 | 7 | 2 | 126 | 63 |
| Binary | 11101101 | 11101 | 10101 | 0 | 1011000 | 1011011 | 111 | 10 | 1010110 | 110011 |
Color Harmonies of #ED1D15
Complementary color
Monochromatic Colors of #ED1D15
Black with #ED1D15
Text Example
Text Example
White with #ED1D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1D15; }
p { color: rgb(237,29,21); }
H1.HeaderClassName
{
color: #ED1D15;
}
.AnyTagClassName
{
color: #ED1D15;
}
</style>
background-color css
<style>
a { background-color: #ED1D15; }
a { background-color: rgb(237,29,21); }
div.DivClassName
{
background-color: #ED1D15;
}
.BgClassName
{
background-color: #ED1D15;
}
</style>
border-color css
<style>
span { border-color: #ED1D15; }
span { border-color: rgb(237,29,21); }
td.TdClassName
{
border-color: #ED1D15;
}
.TagClassName
{
border-color: #ED1D15;
}
</style>