Shades of Scarlet #ED230E
Tints of Scarlet #ED230E
RGB
CMYK
RGB Variations
Color information
#ED230E (or 0xED230E) is known color: Scarlet. HEX triplet: ED, 23 and 0E. RGB value is (237,35,14). Sum of RGB (Red+Green+Blue) = 237+35+14=286 (37% of max value = 765). Red value is 237 (92.97% from 255 or 82.87% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 237 - color contains mainly: red. Hex color #ED230E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED230E is #12DCF1. Grayscale: #5D5D5D. Windows color (decimal): -1236210 or 926701. OLE color: 926701.
HSL color Cylindrical-coordinate representation of color #ED230E: hue angle of 5.65º 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 #ED230E is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 14 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.07 |
| HSL | 5.65º | 0.89% | 0.49% | - |
| HSV(B) | 5.65º | 0.94% | 0.93% | - |
| XYZ | 35.61 | 19.24 | 2.25 | - |
| YUV | 93 | 83.42 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 14 | 0 | 0.85 | 0.94 | 0.07 | 5.65 | 0.89 | 0.49 |
| Hex | ED | 23 | E | 0 | 55 | 5E | 7 | 6 | 59 | 31 |
| Octal | 355 | 43 | 16 | 0 | 125 | 136 | 7 | 6 | 131 | 61 |
| Binary | 11101101 | 100011 | 1110 | 0 | 1010101 | 1011110 | 111 | 110 | 1011001 | 110001 |
Color Harmonies of #ED230E
Complementary color
Monochromatic Colors of #ED230E
Black with #ED230E
Text Example
Text Example
White with #ED230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED230E; }
p { color: rgb(237,35,14); }
H1.HeaderClassName
{
color: #ED230E;
}
.AnyTagClassName
{
color: #ED230E;
}
</style>
background-color css
<style>
a { background-color: #ED230E; }
a { background-color: rgb(237,35,14); }
div.DivClassName
{
background-color: #ED230E;
}
.BgClassName
{
background-color: #ED230E;
}
</style>
border-color css
<style>
span { border-color: #ED230E; }
span { border-color: rgb(237,35,14); }
td.TdClassName
{
border-color: #ED230E;
}
.TagClassName
{
border-color: #ED230E;
}
</style>