Shades of Scarlet #ED220E
Tints of Scarlet #ED220E
RGB
CMYK
RGB Variations
Color information
#ED220E (or 0xED220E) is known color: Scarlet. HEX triplet: ED, 22 and 0E. RGB value is (237,34,14). Sum of RGB (Red+Green+Blue) = 237+34+14=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED220E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED220E is #12DDF1. Grayscale: #5C5C5C. Windows color (decimal): -1236466 or 926445. OLE color: 926445.
HSL color Cylindrical-coordinate representation of color #ED220E: hue angle of 5.38º 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 #ED220E is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 14 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.07 |
| HSL | 5.38º | 0.89% | 0.49% | - |
| HSV(B) | 5.38º | 0.94% | 0.93% | - |
| XYZ | 35.58 | 19.18 | 2.24 | - |
| YUV | 92.42 | 83.75 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 14 | 0 | 0.86 | 0.94 | 0.07 | 5.38 | 0.89 | 0.49 |
| Hex | ED | 22 | E | 0 | 56 | 5E | 7 | 5 | 59 | 31 |
| Octal | 355 | 42 | 16 | 0 | 126 | 136 | 7 | 5 | 131 | 61 |
| Binary | 11101101 | 100010 | 1110 | 0 | 1010110 | 1011110 | 111 | 101 | 1011001 | 110001 |
Color Harmonies of #ED220E
Complementary color
Monochromatic Colors of #ED220E
Black with #ED220E
Text Example
Text Example
White with #ED220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED220E; }
p { color: rgb(237,34,14); }
H1.HeaderClassName
{
color: #ED220E;
}
.AnyTagClassName
{
color: #ED220E;
}
</style>
background-color css
<style>
a { background-color: #ED220E; }
a { background-color: rgb(237,34,14); }
div.DivClassName
{
background-color: #ED220E;
}
.BgClassName
{
background-color: #ED220E;
}
</style>
border-color css
<style>
span { border-color: #ED220E; }
span { border-color: rgb(237,34,14); }
td.TdClassName
{
border-color: #ED220E;
}
.TagClassName
{
border-color: #ED220E;
}
</style>