Shades of Scarlet #ED1503
Tints of Scarlet #ED1503
RGB
CMYK
RGB Variations
Color information
#ED1503 (or 0xED1503) is known color: Scarlet. HEX triplet: ED, 15 and 03. RGB value is (237,21,3). Sum of RGB (Red+Green+Blue) = 237+21+3=261 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.80% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1503 is #12EAFC. Grayscale: #535353. Windows color (decimal): -1239805 or 202221. OLE color: 202221.
HSL color Cylindrical-coordinate representation of color #ED1503: hue angle of 4.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED1503 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.07 |
| HSL | 4.62º | 0.98% | 0.47% | - |
| HSV(B) | 4.62º | 0.99% | 0.93% | - |
| XYZ | 35.21 | 18.55 | 1.81 | - |
| YUV | 83.53 | 82.56 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 3 | 0 | 0.91 | 0.99 | 0.07 | 4.62 | 0.98 | 0.47 |
| Hex | ED | 15 | 3 | 0 | 5B | 63 | 7 | 5 | 62 | 2F |
| Octal | 355 | 25 | 3 | 0 | 133 | 143 | 7 | 5 | 142 | 57 |
| Binary | 11101101 | 10101 | 11 | 0 | 1011011 | 1100011 | 111 | 101 | 1100010 | 101111 |
Color Harmonies of #ED1503
Complementary color
Monochromatic Colors of #ED1503
Black with #ED1503
Text Example
Text Example
White with #ED1503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1503; }
p { color: rgb(237,21,3); }
H1.HeaderClassName
{
color: #ED1503;
}
.AnyTagClassName
{
color: #ED1503;
}
</style>
background-color css
<style>
a { background-color: #ED1503; }
a { background-color: rgb(237,21,3); }
div.DivClassName
{
background-color: #ED1503;
}
.BgClassName
{
background-color: #ED1503;
}
</style>
border-color css
<style>
span { border-color: #ED1503; }
span { border-color: rgb(237,21,3); }
td.TdClassName
{
border-color: #ED1503;
}
.TagClassName
{
border-color: #ED1503;
}
</style>