Shades of Scarlet #ED2109
Tints of Scarlet #ED2109
RGB
CMYK
RGB Variations
Color information
#ED2109 (or 0xED2109) is known color: Scarlet. HEX triplet: ED, 21 and 09. RGB value is (237,33,9). Sum of RGB (Red+Green+Blue) = 237+33+9=279 (36% of max value = 765). Red value is 237 (92.97% from 255 or 84.95% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2109 is #12DEF6. Grayscale: #5B5B5B. Windows color (decimal): -1236727 or 598509. OLE color: 598509.
HSL color Cylindrical-coordinate representation of color #ED2109: hue angle of 6.32º 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 #ED2109 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 9 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.07 |
| HSL | 6.32º | 0.93% | 0.48% | - |
| HSV(B) | 6.32º | 0.96% | 0.93% | - |
| XYZ | 35.52 | 19.11 | 2.08 | - |
| YUV | 91.26 | 81.59 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 9 | 0 | 0.86 | 0.96 | 0.07 | 6.32 | 0.93 | 0.48 |
| Hex | ED | 21 | 9 | 0 | 56 | 60 | 7 | 6 | 5D | 30 |
| Octal | 355 | 41 | 11 | 0 | 126 | 140 | 7 | 6 | 135 | 60 |
| Binary | 11101101 | 100001 | 1001 | 0 | 1010110 | 1100000 | 111 | 110 | 1011101 | 110000 |
Color Harmonies of #ED2109
Complementary color
Monochromatic Colors of #ED2109
Black with #ED2109
Text Example
Text Example
White with #ED2109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2109; }
p { color: rgb(237,33,9); }
H1.HeaderClassName
{
color: #ED2109;
}
.AnyTagClassName
{
color: #ED2109;
}
</style>
background-color css
<style>
a { background-color: #ED2109; }
a { background-color: rgb(237,33,9); }
div.DivClassName
{
background-color: #ED2109;
}
.BgClassName
{
background-color: #ED2109;
}
</style>
border-color css
<style>
span { border-color: #ED2109; }
span { border-color: rgb(237,33,9); }
td.TdClassName
{
border-color: #ED2109;
}
.TagClassName
{
border-color: #ED2109;
}
</style>