Shades of Scarlet #ED1510
Tints of Scarlet #ED1510
RGB
CMYK
RGB Variations
Color information
#ED1510 (or 0xED1510) is known color: Scarlet. HEX triplet: ED, 15 and 10. RGB value is (237,21,16). Sum of RGB (Red+Green+Blue) = 237+21+16=274 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.50% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1510 is #12EAEF. Grayscale: #555555. Windows color (decimal): -1239792 or 1054189. OLE color: 1054189.
HSL color Cylindrical-coordinate representation of color #ED1510: hue angle of 1.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1510 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 16 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.07 |
| HSL | 1.36º | 0.87% | 0.5% | - |
| HSV(B) | 1.36º | 0.93% | 0.93% | - |
| XYZ | 35.29 | 18.58 | 2.22 | - |
| YUV | 85.01 | 89.06 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 16 | 0 | 0.91 | 0.93 | 0.07 | 1.36 | 0.87 | 0.5 |
| Hex | ED | 15 | 10 | 0 | 5B | 5D | 7 | 1 | 57 | 32 |
| Octal | 355 | 25 | 20 | 0 | 133 | 135 | 7 | 1 | 127 | 62 |
| Binary | 11101101 | 10101 | 10000 | 0 | 1011011 | 1011101 | 111 | 1 | 1010111 | 110010 |
Color Harmonies of #ED1510
Complementary color
Monochromatic Colors of #ED1510
Black with #ED1510
Text Example
Text Example
White with #ED1510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1510; }
p { color: rgb(237,21,16); }
H1.HeaderClassName
{
color: #ED1510;
}
.AnyTagClassName
{
color: #ED1510;
}
</style>
background-color css
<style>
a { background-color: #ED1510; }
a { background-color: rgb(237,21,16); }
div.DivClassName
{
background-color: #ED1510;
}
.BgClassName
{
background-color: #ED1510;
}
</style>
border-color css
<style>
span { border-color: #ED1510; }
span { border-color: rgb(237,21,16); }
td.TdClassName
{
border-color: #ED1510;
}
.TagClassName
{
border-color: #ED1510;
}
</style>