Shades of Scarlet #ED1500
Tints of Scarlet #ED1500
RGB
CMYK
RGB Variations
Color information
#ED1500 (or 0xED1500) is known color: Scarlet. HEX triplet: ED, 15 and 00. RGB value is (237,21,0). Sum of RGB (Red+Green+Blue) = 237+21+0=258 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.86% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1500 is #12EAFF. Grayscale: #535353. Windows color (decimal): -1239808 or 5613. OLE color: 5613.
HSL color Cylindrical-coordinate representation of color #ED1500: hue angle of 5.32º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED1500 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.07 |
| HSL | 5.32º | 1% | 0.46% | - |
| HSV(B) | 5.32º | 1% | 0.93% | - |
| XYZ | 35.19 | 18.54 | 1.72 | - |
| YUV | 83.19 | 81.06 | 237.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 0 | 0 | 0.91 | 1 | 0.07 | 5.32 | 1 | 0.46 |
| Hex | ED | 15 | 0 | 0 | 5B | 64 | 7 | 5 | 64 | 2E |
| Octal | 355 | 25 | 0 | 0 | 133 | 144 | 7 | 5 | 144 | 56 |
| Binary | 11101101 | 10101 | 0 | 0 | 1011011 | 1100100 | 111 | 101 | 1100100 | 101110 |
Color Harmonies of #ED1500
Complementary color
Monochromatic Colors of #ED1500
Black with #ED1500
Text Example
Text Example
White with #ED1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1500; }
p { color: rgb(237,21,0); }
H1.HeaderClassName
{
color: #ED1500;
}
.AnyTagClassName
{
color: #ED1500;
}
</style>
background-color css
<style>
a { background-color: #ED1500; }
a { background-color: rgb(237,21,0); }
div.DivClassName
{
background-color: #ED1500;
}
.BgClassName
{
background-color: #ED1500;
}
</style>
border-color css
<style>
span { border-color: #ED1500; }
span { border-color: rgb(237,21,0); }
td.TdClassName
{
border-color: #ED1500;
}
.TagClassName
{
border-color: #ED1500;
}
</style>