Shades of Scarlet #ED1D13
Tints of Scarlet #ED1D13
RGB
CMYK
RGB Variations
Color information
#ED1D13 (or 0xED1D13) is known color: Scarlet. HEX triplet: ED, 1D and 13. RGB value is (237,29,19). Sum of RGB (Red+Green+Blue) = 237+29+19=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1D13 is #12E2EC. Grayscale: #5A5A5A. Windows color (decimal): -1237741 or 1252845. OLE color: 1252845.
HSL color Cylindrical-coordinate representation of color #ED1D13: hue angle of 2.75º 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 #ED1D13 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 19 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.07 |
| HSL | 2.75º | 0.86% | 0.5% | - |
| HSV(B) | 2.75º | 0.92% | 0.93% | - |
| XYZ | 35.48 | 18.93 | 2.4 | - |
| YUV | 90.05 | 87.91 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 19 | 0 | 0.88 | 0.92 | 0.07 | 2.75 | 0.86 | 0.5 |
| Hex | ED | 1D | 13 | 0 | 58 | 5C | 7 | 3 | 56 | 32 |
| Octal | 355 | 35 | 23 | 0 | 130 | 134 | 7 | 3 | 126 | 62 |
| Binary | 11101101 | 11101 | 10011 | 0 | 1011000 | 1011100 | 111 | 11 | 1010110 | 110010 |
Color Harmonies of #ED1D13
Complementary color
Monochromatic Colors of #ED1D13
Black with #ED1D13
Text Example
Text Example
White with #ED1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1D13; }
p { color: rgb(237,29,19); }
H1.HeaderClassName
{
color: #ED1D13;
}
.AnyTagClassName
{
color: #ED1D13;
}
</style>
background-color css
<style>
a { background-color: #ED1D13; }
a { background-color: rgb(237,29,19); }
div.DivClassName
{
background-color: #ED1D13;
}
.BgClassName
{
background-color: #ED1D13;
}
</style>
border-color css
<style>
span { border-color: #ED1D13; }
span { border-color: rgb(237,29,19); }
td.TdClassName
{
border-color: #ED1D13;
}
.TagClassName
{
border-color: #ED1D13;
}
</style>