Shades of Scarlet #ED220C
Tints of Scarlet #ED220C
RGB
CMYK
RGB Variations
Color information
#ED220C (or 0xED220C) is known color: Scarlet. HEX triplet: ED, 22 and 0C. RGB value is (237,34,12). Sum of RGB (Red+Green+Blue) = 237+34+12=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED220C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED220C is #12DDF3. Grayscale: #5C5C5C. Windows color (decimal): -1236468 or 795373. OLE color: 795373.
HSL color Cylindrical-coordinate representation of color #ED220C: hue angle of 5.87º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED220C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.07 |
| HSL | 5.87º | 0.9% | 0.49% | - |
| HSV(B) | 5.87º | 0.95% | 0.93% | - |
| XYZ | 35.56 | 19.18 | 2.17 | - |
| YUV | 92.19 | 82.75 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 12 | 0 | 0.86 | 0.95 | 0.07 | 5.87 | 0.9 | 0.49 |
| Hex | ED | 22 | C | 0 | 56 | 5F | 7 | 6 | 5A | 31 |
| Octal | 355 | 42 | 14 | 0 | 126 | 137 | 7 | 6 | 132 | 61 |
| Binary | 11101101 | 100010 | 1100 | 0 | 1010110 | 1011111 | 111 | 110 | 1011010 | 110001 |
Color Harmonies of #ED220C
Complementary color
Monochromatic Colors of #ED220C
Black with #ED220C
Text Example
Text Example
White with #ED220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED220C; }
p { color: rgb(237,34,12); }
H1.HeaderClassName
{
color: #ED220C;
}
.AnyTagClassName
{
color: #ED220C;
}
</style>
background-color css
<style>
a { background-color: #ED220C; }
a { background-color: rgb(237,34,12); }
div.DivClassName
{
background-color: #ED220C;
}
.BgClassName
{
background-color: #ED220C;
}
</style>
border-color css
<style>
span { border-color: #ED220C; }
span { border-color: rgb(237,34,12); }
td.TdClassName
{
border-color: #ED220C;
}
.TagClassName
{
border-color: #ED220C;
}
</style>