Shades of Scarlet #ED1904
Tints of Scarlet #ED1904
RGB
CMYK
RGB Variations
Color information
#ED1904 (or 0xED1904) is known color: Scarlet. HEX triplet: ED, 19 and 04. RGB value is (237,25,4). Sum of RGB (Red+Green+Blue) = 237+25+4=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1904 is #12E6FB. Grayscale: #565656. Windows color (decimal): -1238780 or 268781. OLE color: 268781.
HSL color Cylindrical-coordinate representation of color #ED1904: hue angle of 5.41º 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 #ED1904 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.07 |
| HSL | 5.41º | 0.97% | 0.47% | - |
| HSV(B) | 5.41º | 0.98% | 0.93% | - |
| XYZ | 35.29 | 18.71 | 1.87 | - |
| YUV | 85.99 | 81.74 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 4 | 0 | 0.89 | 0.98 | 0.07 | 5.41 | 0.97 | 0.47 |
| Hex | ED | 19 | 4 | 0 | 59 | 62 | 7 | 5 | 61 | 2F |
| Octal | 355 | 31 | 4 | 0 | 131 | 142 | 7 | 5 | 141 | 57 |
| Binary | 11101101 | 11001 | 100 | 0 | 1011001 | 1100010 | 111 | 101 | 1100001 | 101111 |
Color Harmonies of #ED1904
Complementary color
Monochromatic Colors of #ED1904
Black with #ED1904
Text Example
Text Example
White with #ED1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1904; }
p { color: rgb(237,25,4); }
H1.HeaderClassName
{
color: #ED1904;
}
.AnyTagClassName
{
color: #ED1904;
}
</style>
background-color css
<style>
a { background-color: #ED1904; }
a { background-color: rgb(237,25,4); }
div.DivClassName
{
background-color: #ED1904;
}
.BgClassName
{
background-color: #ED1904;
}
</style>
border-color css
<style>
span { border-color: #ED1904; }
span { border-color: rgb(237,25,4); }
td.TdClassName
{
border-color: #ED1904;
}
.TagClassName
{
border-color: #ED1904;
}
</style>