Shades of Scarlet #ED2509
Tints of Scarlet #ED2509
RGB
CMYK
RGB Variations
Color information
#ED2509 (or 0xED2509) is known color: Scarlet. HEX triplet: ED, 25 and 09. RGB value is (237,37,9). Sum of RGB (Red+Green+Blue) = 237+37+9=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2509 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2509 is #12DAF6. Grayscale: #5D5D5D. Windows color (decimal): -1235703 or 599533. OLE color: 599533.
HSL color Cylindrical-coordinate representation of color #ED2509: hue angle of 7.37º 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 #ED2509 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 9 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.07 |
| HSL | 7.37º | 0.93% | 0.48% | - |
| HSV(B) | 7.37º | 0.96% | 0.93% | - |
| XYZ | 35.64 | 19.35 | 2.11 | - |
| YUV | 93.61 | 80.26 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 9 | 0 | 0.84 | 0.96 | 0.07 | 7.37 | 0.93 | 0.48 |
| Hex | ED | 25 | 9 | 0 | 54 | 60 | 7 | 7 | 5D | 30 |
| Octal | 355 | 45 | 11 | 0 | 124 | 140 | 7 | 7 | 135 | 60 |
| Binary | 11101101 | 100101 | 1001 | 0 | 1010100 | 1100000 | 111 | 111 | 1011101 | 110000 |
Color Harmonies of #ED2509
Complementary color
Monochromatic Colors of #ED2509
Black with #ED2509
Text Example
Text Example
White with #ED2509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2509; }
p { color: rgb(237,37,9); }
H1.HeaderClassName
{
color: #ED2509;
}
.AnyTagClassName
{
color: #ED2509;
}
</style>
background-color css
<style>
a { background-color: #ED2509; }
a { background-color: rgb(237,37,9); }
div.DivClassName
{
background-color: #ED2509;
}
.BgClassName
{
background-color: #ED2509;
}
</style>
border-color css
<style>
span { border-color: #ED2509; }
span { border-color: rgb(237,37,9); }
td.TdClassName
{
border-color: #ED2509;
}
.TagClassName
{
border-color: #ED2509;
}
</style>