Shades of Scarlet #ED2A09
Tints of Scarlet #ED2A09
RGB
CMYK
RGB Variations
Color information
#ED2A09 (or 0xED2A09) is known color: Scarlet. HEX triplet: ED, 2A and 09. RGB value is (237,42,9). Sum of RGB (Red+Green+Blue) = 237+42+9=288 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.29% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2A09 is #12D5F6. Grayscale: #606060. Windows color (decimal): -1234423 or 600813. OLE color: 600813.
HSL color Cylindrical-coordinate representation of color #ED2A09: hue angle of 8.68º 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 #ED2A09 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 9 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.07 |
| HSL | 8.68º | 0.93% | 0.48% | - |
| HSV(B) | 8.68º | 0.96% | 0.93% | - |
| XYZ | 35.8 | 19.68 | 2.17 | - |
| YUV | 96.54 | 78.6 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 9 | 0 | 0.82 | 0.96 | 0.07 | 8.68 | 0.93 | 0.48 |
| Hex | ED | 2A | 9 | 0 | 52 | 60 | 7 | 9 | 5D | 30 |
| Octal | 355 | 52 | 11 | 0 | 122 | 140 | 7 | 11 | 135 | 60 |
| Binary | 11101101 | 101010 | 1001 | 0 | 1010010 | 1100000 | 111 | 1001 | 1011101 | 110000 |
Color Harmonies of #ED2A09
Complementary color
Monochromatic Colors of #ED2A09
Black with #ED2A09
Text Example
Text Example
White with #ED2A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2A09; }
p { color: rgb(237,42,9); }
H1.HeaderClassName
{
color: #ED2A09;
}
.AnyTagClassName
{
color: #ED2A09;
}
</style>
background-color css
<style>
a { background-color: #ED2A09; }
a { background-color: rgb(237,42,9); }
div.DivClassName
{
background-color: #ED2A09;
}
.BgClassName
{
background-color: #ED2A09;
}
</style>
border-color css
<style>
span { border-color: #ED2A09; }
span { border-color: rgb(237,42,9); }
td.TdClassName
{
border-color: #ED2A09;
}
.TagClassName
{
border-color: #ED2A09;
}
</style>