Shades of Scarlet #ED1E09
Tints of Scarlet #ED1E09
RGB
CMYK
RGB Variations
Color information
#ED1E09 (or 0xED1E09) is known color: Scarlet. HEX triplet: ED, 1E and 09. RGB value is (237,30,9). Sum of RGB (Red+Green+Blue) = 237+30+9=276 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.87% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1E09 is #12E1F6. Grayscale: #595959. Windows color (decimal): -1237495 or 597741. OLE color: 597741.
HSL color Cylindrical-coordinate representation of color #ED1E09: hue angle of 5.53º 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 #ED1E09 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 30 | 9 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.07 |
| HSL | 5.53º | 0.93% | 0.48% | - |
| HSV(B) | 5.53º | 0.96% | 0.93% | - |
| XYZ | 35.44 | 18.95 | 2.05 | - |
| YUV | 89.5 | 82.58 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 30 | 9 | 0 | 0.87 | 0.96 | 0.07 | 5.53 | 0.93 | 0.48 |
| Hex | ED | 1E | 9 | 0 | 57 | 60 | 7 | 6 | 5D | 30 |
| Octal | 355 | 36 | 11 | 0 | 127 | 140 | 7 | 6 | 135 | 60 |
| Binary | 11101101 | 11110 | 1001 | 0 | 1010111 | 1100000 | 111 | 110 | 1011101 | 110000 |
Color Harmonies of #ED1E09
Complementary color
Monochromatic Colors of #ED1E09
Black with #ED1E09
Text Example
Text Example
White with #ED1E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1E09; }
p { color: rgb(237,30,9); }
H1.HeaderClassName
{
color: #ED1E09;
}
.AnyTagClassName
{
color: #ED1E09;
}
</style>
background-color css
<style>
a { background-color: #ED1E09; }
a { background-color: rgb(237,30,9); }
div.DivClassName
{
background-color: #ED1E09;
}
.BgClassName
{
background-color: #ED1E09;
}
</style>
border-color css
<style>
span { border-color: #ED1E09; }
span { border-color: rgb(237,30,9); }
td.TdClassName
{
border-color: #ED1E09;
}
.TagClassName
{
border-color: #ED1E09;
}
</style>