Shades of Scarlet #ED1A09
Tints of Scarlet #ED1A09
RGB
CMYK
RGB Variations
Color information
#ED1A09 (or 0xED1A09) is known color: Scarlet. HEX triplet: ED, 1A and 09. RGB value is (237,26,9). Sum of RGB (Red+Green+Blue) = 237+26+9=272 (36% of max value = 765). Red value is 237 (92.97% from 255 or 87.13% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1A09 is #12E5F6. Grayscale: #575757. Windows color (decimal): -1238519 or 596717. OLE color: 596717.
HSL color Cylindrical-coordinate representation of color #ED1A09: hue angle of 4.47º 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 #ED1A09 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 26 | 9 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.07 |
| HSL | 4.47º | 0.93% | 0.48% | - |
| HSV(B) | 4.47º | 0.96% | 0.93% | - |
| XYZ | 35.34 | 18.76 | 2.02 | - |
| YUV | 87.15 | 83.9 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 26 | 9 | 0 | 0.89 | 0.96 | 0.07 | 4.47 | 0.93 | 0.48 |
| Hex | ED | 1A | 9 | 0 | 59 | 60 | 7 | 4 | 5D | 30 |
| Octal | 355 | 32 | 11 | 0 | 131 | 140 | 7 | 4 | 135 | 60 |
| Binary | 11101101 | 11010 | 1001 | 0 | 1011001 | 1100000 | 111 | 100 | 1011101 | 110000 |
Color Harmonies of #ED1A09
Complementary color
Monochromatic Colors of #ED1A09
Black with #ED1A09
Text Example
Text Example
White with #ED1A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1A09; }
p { color: rgb(237,26,9); }
H1.HeaderClassName
{
color: #ED1A09;
}
.AnyTagClassName
{
color: #ED1A09;
}
</style>
background-color css
<style>
a { background-color: #ED1A09; }
a { background-color: rgb(237,26,9); }
div.DivClassName
{
background-color: #ED1A09;
}
.BgClassName
{
background-color: #ED1A09;
}
</style>
border-color css
<style>
span { border-color: #ED1A09; }
span { border-color: rgb(237,26,9); }
td.TdClassName
{
border-color: #ED1A09;
}
.TagClassName
{
border-color: #ED1A09;
}
</style>