Shades of Scarlet #ED1908
Tints of Scarlet #ED1908
RGB
CMYK
RGB Variations
Color information
#ED1908 (or 0xED1908) is known color: Scarlet. HEX triplet: ED, 19 and 08. RGB value is (237,25,8). Sum of RGB (Red+Green+Blue) = 237+25+8=270 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.78% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1908 is #12E6F7. Grayscale: #565656. Windows color (decimal): -1238776 or 530925. OLE color: 530925.
HSL color Cylindrical-coordinate representation of color #ED1908: hue angle of 4.45º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED1908 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 8 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.07 |
| HSL | 4.45º | 0.93% | 0.48% | - |
| HSV(B) | 4.45º | 0.97% | 0.93% | - |
| XYZ | 35.32 | 18.72 | 1.98 | - |
| YUV | 86.45 | 83.74 | 235.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 8 | 0 | 0.89 | 0.97 | 0.07 | 4.45 | 0.93 | 0.48 |
| Hex | ED | 19 | 8 | 0 | 59 | 61 | 7 | 4 | 5D | 30 |
| Octal | 355 | 31 | 10 | 0 | 131 | 141 | 7 | 4 | 135 | 60 |
| Binary | 11101101 | 11001 | 1000 | 0 | 1011001 | 1100001 | 111 | 100 | 1011101 | 110000 |
Color Harmonies of #ED1908
Complementary color
Monochromatic Colors of #ED1908
Black with #ED1908
Text Example
Text Example
White with #ED1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1908; }
p { color: rgb(237,25,8); }
H1.HeaderClassName
{
color: #ED1908;
}
.AnyTagClassName
{
color: #ED1908;
}
</style>
background-color css
<style>
a { background-color: #ED1908; }
a { background-color: rgb(237,25,8); }
div.DivClassName
{
background-color: #ED1908;
}
.BgClassName
{
background-color: #ED1908;
}
</style>
border-color css
<style>
span { border-color: #ED1908; }
span { border-color: rgb(237,25,8); }
td.TdClassName
{
border-color: #ED1908;
}
.TagClassName
{
border-color: #ED1908;
}
</style>