Shades of Scarlet #ED2919
Tints of Scarlet #ED2919
RGB
CMYK
RGB Variations
Color information
#ED2919 (or 0xED2919) is known color: Scarlet. HEX triplet: ED, 29 and 19. RGB value is (237,41,25). Sum of RGB (Red+Green+Blue) = 237+41+25=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2919 is #12D6E6. Grayscale: #626262. Windows color (decimal): -1234663 or 1649133. OLE color: 1649133.
HSL color Cylindrical-coordinate representation of color #ED2919: hue angle of 4.53º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED2919 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 25 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.07 |
| HSL | 4.53º | 0.85% | 0.51% | - |
| HSV(B) | 4.53º | 0.89% | 0.93% | - |
| XYZ | 35.89 | 19.66 | 2.82 | - |
| YUV | 97.78 | 86.93 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 25 | 0 | 0.83 | 0.89 | 0.07 | 4.53 | 0.85 | 0.51 |
| Hex | ED | 29 | 19 | 0 | 53 | 59 | 7 | 5 | 55 | 33 |
| Octal | 355 | 51 | 31 | 0 | 123 | 131 | 7 | 5 | 125 | 63 |
| Binary | 11101101 | 101001 | 11001 | 0 | 1010011 | 1011001 | 111 | 101 | 1010101 | 110011 |
Color Harmonies of #ED2919
Complementary color
Monochromatic Colors of #ED2919
Black with #ED2919
Text Example
Text Example
White with #ED2919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2919; }
p { color: rgb(237,41,25); }
H1.HeaderClassName
{
color: #ED2919;
}
.AnyTagClassName
{
color: #ED2919;
}
</style>
background-color css
<style>
a { background-color: #ED2919; }
a { background-color: rgb(237,41,25); }
div.DivClassName
{
background-color: #ED2919;
}
.BgClassName
{
background-color: #ED2919;
}
</style>
border-color css
<style>
span { border-color: #ED2919; }
span { border-color: rgb(237,41,25); }
td.TdClassName
{
border-color: #ED2919;
}
.TagClassName
{
border-color: #ED2919;
}
</style>