Shades of Scarlet #ED2309
Tints of Scarlet #ED2309
RGB
CMYK
RGB Variations
Color information
#ED2309 (or 0xED2309) is known color: Scarlet. HEX triplet: ED, 23 and 09. RGB value is (237,35,9). Sum of RGB (Red+Green+Blue) = 237+35+9=281 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.34% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2309 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2309 is #12DCF6. Grayscale: #5C5C5C. Windows color (decimal): -1236215 or 599021. OLE color: 599021.
HSL color Cylindrical-coordinate representation of color #ED2309: hue angle of 6.84º 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 #ED2309 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 9 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.07 |
| HSL | 6.84º | 0.93% | 0.48% | - |
| HSV(B) | 6.84º | 0.96% | 0.93% | - |
| XYZ | 35.58 | 19.23 | 2.09 | - |
| YUV | 92.43 | 80.92 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 9 | 0 | 0.85 | 0.96 | 0.07 | 6.84 | 0.93 | 0.48 |
| Hex | ED | 23 | 9 | 0 | 55 | 60 | 7 | 7 | 5D | 30 |
| Octal | 355 | 43 | 11 | 0 | 125 | 140 | 7 | 7 | 135 | 60 |
| Binary | 11101101 | 100011 | 1001 | 0 | 1010101 | 1100000 | 111 | 111 | 1011101 | 110000 |
Color Harmonies of #ED2309
Complementary color
Monochromatic Colors of #ED2309
Black with #ED2309
Text Example
Text Example
White with #ED2309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2309; }
p { color: rgb(237,35,9); }
H1.HeaderClassName
{
color: #ED2309;
}
.AnyTagClassName
{
color: #ED2309;
}
</style>
background-color css
<style>
a { background-color: #ED2309; }
a { background-color: rgb(237,35,9); }
div.DivClassName
{
background-color: #ED2309;
}
.BgClassName
{
background-color: #ED2309;
}
</style>
border-color css
<style>
span { border-color: #ED2309; }
span { border-color: rgb(237,35,9); }
td.TdClassName
{
border-color: #ED2309;
}
.TagClassName
{
border-color: #ED2309;
}
</style>