Shades of Scarlet #ED1509
Tints of Scarlet #ED1509
RGB
CMYK
RGB Variations
Color information
#ED1509 (or 0xED1509) is known color: Scarlet. HEX triplet: ED, 15 and 09. RGB value is (237,21,9). Sum of RGB (Red+Green+Blue) = 237+21+9=267 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.76% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1509 is #12EAF6. Grayscale: #545454. Windows color (decimal): -1239799 or 595437. OLE color: 595437.
HSL color Cylindrical-coordinate representation of color #ED1509: hue angle of 3.16º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED1509 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 9 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.07 |
| HSL | 3.16º | 0.93% | 0.48% | - |
| HSV(B) | 3.16º | 0.96% | 0.93% | - |
| XYZ | 35.24 | 18.56 | 1.98 | - |
| YUV | 84.22 | 85.56 | 236.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 9 | 0 | 0.91 | 0.96 | 0.07 | 3.16 | 0.93 | 0.48 |
| Hex | ED | 15 | 9 | 0 | 5B | 60 | 7 | 3 | 5D | 30 |
| Octal | 355 | 25 | 11 | 0 | 133 | 140 | 7 | 3 | 135 | 60 |
| Binary | 11101101 | 10101 | 1001 | 0 | 1011011 | 1100000 | 111 | 11 | 1011101 | 110000 |
Color Harmonies of #ED1509
Complementary color
Monochromatic Colors of #ED1509
Black with #ED1509
Text Example
Text Example
White with #ED1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1509; }
p { color: rgb(237,21,9); }
H1.HeaderClassName
{
color: #ED1509;
}
.AnyTagClassName
{
color: #ED1509;
}
</style>
background-color css
<style>
a { background-color: #ED1509; }
a { background-color: rgb(237,21,9); }
div.DivClassName
{
background-color: #ED1509;
}
.BgClassName
{
background-color: #ED1509;
}
</style>
border-color css
<style>
span { border-color: #ED1509; }
span { border-color: rgb(237,21,9); }
td.TdClassName
{
border-color: #ED1509;
}
.TagClassName
{
border-color: #ED1509;
}
</style>