Shades of Scarlet #ED2C0F
Tints of Scarlet #ED2C0F
RGB
CMYK
RGB Variations
Color information
#ED2C0F (or 0xED2C0F) is known color: Scarlet. HEX triplet: ED, 2C and 0F. RGB value is (237,44,15). Sum of RGB (Red+Green+Blue) = 237+44+15=296 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.07% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2C0F is #12D3F0. Grayscale: #626262. Windows color (decimal): -1233905 or 994541. OLE color: 994541.
HSL color Cylindrical-coordinate representation of color #ED2C0F: hue angle of 7.84º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED2C0F is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 44 | 15 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.07 |
| HSL | 7.84º | 0.88% | 0.49% | - |
| HSV(B) | 7.84º | 0.94% | 0.93% | - |
| XYZ | 35.91 | 19.84 | 2.39 | - |
| YUV | 98.4 | 80.94 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 15 | 0 | 0.81 | 0.94 | 0.07 | 7.84 | 0.88 | 0.49 |
| Hex | ED | 2C | F | 0 | 51 | 5E | 7 | 8 | 58 | 31 |
| Octal | 355 | 54 | 17 | 0 | 121 | 136 | 7 | 10 | 130 | 61 |
| Binary | 11101101 | 101100 | 1111 | 0 | 1010001 | 1011110 | 111 | 1000 | 1011000 | 110001 |
Color Harmonies of #ED2C0F
Complementary color
Monochromatic Colors of #ED2C0F
Black with #ED2C0F
Text Example
Text Example
White with #ED2C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2C0F; }
p { color: rgb(237,44,15); }
H1.HeaderClassName
{
color: #ED2C0F;
}
.AnyTagClassName
{
color: #ED2C0F;
}
</style>
background-color css
<style>
a { background-color: #ED2C0F; }
a { background-color: rgb(237,44,15); }
div.DivClassName
{
background-color: #ED2C0F;
}
.BgClassName
{
background-color: #ED2C0F;
}
</style>
border-color css
<style>
span { border-color: #ED2C0F; }
span { border-color: rgb(237,44,15); }
td.TdClassName
{
border-color: #ED2C0F;
}
.TagClassName
{
border-color: #ED2C0F;
}
</style>