Shades of Scarlet #ED150E
Tints of Scarlet #ED150E
RGB
CMYK
RGB Variations
Color information
#ED150E (or 0xED150E) is known color: Scarlet. HEX triplet: ED, 15 and 0E. RGB value is (237,21,14). Sum of RGB (Red+Green+Blue) = 237+21+14=272 (36% of max value = 765). Red value is 237 (92.97% from 255 or 87.13% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 237 - color contains mainly: red. Hex color #ED150E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED150E is #12EAF1. Grayscale: #555555. Windows color (decimal): -1239794 or 923117. OLE color: 923117.
HSL color Cylindrical-coordinate representation of color #ED150E: hue angle of 1.88º 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 #ED150E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 14 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.07 |
| HSL | 1.88º | 0.89% | 0.49% | - |
| HSV(B) | 1.88º | 0.94% | 0.93% | - |
| XYZ | 35.27 | 18.57 | 2.14 | - |
| YUV | 84.79 | 88.06 | 236.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 14 | 0 | 0.91 | 0.94 | 0.07 | 1.88 | 0.89 | 0.49 |
| Hex | ED | 15 | E | 0 | 5B | 5E | 7 | 2 | 59 | 31 |
| Octal | 355 | 25 | 16 | 0 | 133 | 136 | 7 | 2 | 131 | 61 |
| Binary | 11101101 | 10101 | 1110 | 0 | 1011011 | 1011110 | 111 | 10 | 1011001 | 110001 |
Color Harmonies of #ED150E
Complementary color
Monochromatic Colors of #ED150E
Black with #ED150E
Text Example
Text Example
White with #ED150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED150E; }
p { color: rgb(237,21,14); }
H1.HeaderClassName
{
color: #ED150E;
}
.AnyTagClassName
{
color: #ED150E;
}
</style>
background-color css
<style>
a { background-color: #ED150E; }
a { background-color: rgb(237,21,14); }
div.DivClassName
{
background-color: #ED150E;
}
.BgClassName
{
background-color: #ED150E;
}
</style>
border-color css
<style>
span { border-color: #ED150E; }
span { border-color: rgb(237,21,14); }
td.TdClassName
{
border-color: #ED150E;
}
.TagClassName
{
border-color: #ED150E;
}
</style>