Shades of Scarlet #ED1504
Tints of Scarlet #ED1504
RGB
CMYK
RGB Variations
Color information
#ED1504 (or 0xED1504) is known color: Scarlet. HEX triplet: ED, 15 and 04. RGB value is (237,21,4). Sum of RGB (Red+Green+Blue) = 237+21+4=262 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.46% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1504 is #12EAFB. Grayscale: #535353. Windows color (decimal): -1239804 or 267757. OLE color: 267757.
HSL color Cylindrical-coordinate representation of color #ED1504: hue angle of 4.38º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED1504 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.07 |
| HSL | 4.38º | 0.97% | 0.47% | - |
| HSV(B) | 4.38º | 0.98% | 0.93% | - |
| XYZ | 35.22 | 18.55 | 1.84 | - |
| YUV | 83.65 | 83.06 | 237.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 4 | 0 | 0.91 | 0.98 | 0.07 | 4.38 | 0.97 | 0.47 |
| Hex | ED | 15 | 4 | 0 | 5B | 62 | 7 | 4 | 61 | 2F |
| Octal | 355 | 25 | 4 | 0 | 133 | 142 | 7 | 4 | 141 | 57 |
| Binary | 11101101 | 10101 | 100 | 0 | 1011011 | 1100010 | 111 | 100 | 1100001 | 101111 |
Color Harmonies of #ED1504
Complementary color
Monochromatic Colors of #ED1504
Black with #ED1504
Text Example
Text Example
White with #ED1504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1504; }
p { color: rgb(237,21,4); }
H1.HeaderClassName
{
color: #ED1504;
}
.AnyTagClassName
{
color: #ED1504;
}
</style>
background-color css
<style>
a { background-color: #ED1504; }
a { background-color: rgb(237,21,4); }
div.DivClassName
{
background-color: #ED1504;
}
.BgClassName
{
background-color: #ED1504;
}
</style>
border-color css
<style>
span { border-color: #ED1504; }
span { border-color: rgb(237,21,4); }
td.TdClassName
{
border-color: #ED1504;
}
.TagClassName
{
border-color: #ED1504;
}
</style>