Shades of Scarlet #ED2A0E
Tints of Scarlet #ED2A0E
RGB
CMYK
RGB Variations
Color information
#ED2A0E (or 0xED2A0E) is known color: Scarlet. HEX triplet: ED, 2A and 0E. RGB value is (237,42,14). Sum of RGB (Red+Green+Blue) = 237+42+14=293 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.89% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2A0E is #12D5F1. Grayscale: #616161. Windows color (decimal): -1234418 or 928493. OLE color: 928493.
HSL color Cylindrical-coordinate representation of color #ED2A0E: hue angle of 7.53º degrees, saturation: 0.89, 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 #ED2A0E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.07 |
| HSL | 7.53º | 0.89% | 0.49% | - |
| HSV(B) | 7.53º | 0.94% | 0.93% | - |
| XYZ | 35.83 | 19.69 | 2.33 | - |
| YUV | 97.11 | 81.1 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 14 | 0 | 0.82 | 0.94 | 0.07 | 7.53 | 0.89 | 0.49 |
| Hex | ED | 2A | E | 0 | 52 | 5E | 7 | 8 | 59 | 31 |
| Octal | 355 | 52 | 16 | 0 | 122 | 136 | 7 | 10 | 131 | 61 |
| Binary | 11101101 | 101010 | 1110 | 0 | 1010010 | 1011110 | 111 | 1000 | 1011001 | 110001 |
Color Harmonies of #ED2A0E
Complementary color
Monochromatic Colors of #ED2A0E
Black with #ED2A0E
Text Example
Text Example
White with #ED2A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2A0E; }
p { color: rgb(237,42,14); }
H1.HeaderClassName
{
color: #ED2A0E;
}
.AnyTagClassName
{
color: #ED2A0E;
}
</style>
background-color css
<style>
a { background-color: #ED2A0E; }
a { background-color: rgb(237,42,14); }
div.DivClassName
{
background-color: #ED2A0E;
}
.BgClassName
{
background-color: #ED2A0E;
}
</style>
border-color css
<style>
span { border-color: #ED2A0E; }
span { border-color: rgb(237,42,14); }
td.TdClassName
{
border-color: #ED2A0E;
}
.TagClassName
{
border-color: #ED2A0E;
}
</style>