Shades of Scarlet #ED2619
Tints of Scarlet #ED2619
RGB
CMYK
RGB Variations
Color information
#ED2619 (or 0xED2619) is known color: Scarlet. HEX triplet: ED, 26 and 19. RGB value is (237,38,25). Sum of RGB (Red+Green+Blue) = 237+38+25=300 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2619 is #12D9E6. Grayscale: #606060. Windows color (decimal): -1235431 or 1648365. OLE color: 1648365.
HSL color Cylindrical-coordinate representation of color #ED2619: hue angle of 3.68º 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 #ED2619 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 25 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.07 |
| HSL | 3.68º | 0.85% | 0.51% | - |
| HSV(B) | 3.68º | 0.89% | 0.93% | - |
| XYZ | 35.79 | 19.46 | 2.79 | - |
| YUV | 96.02 | 87.93 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 25 | 0 | 0.84 | 0.89 | 0.07 | 3.68 | 0.85 | 0.51 |
| Hex | ED | 26 | 19 | 0 | 54 | 59 | 7 | 4 | 55 | 33 |
| Octal | 355 | 46 | 31 | 0 | 124 | 131 | 7 | 4 | 125 | 63 |
| Binary | 11101101 | 100110 | 11001 | 0 | 1010100 | 1011001 | 111 | 100 | 1010101 | 110011 |
Color Harmonies of #ED2619
Complementary color
Monochromatic Colors of #ED2619
Black with #ED2619
Text Example
Text Example
White with #ED2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2619; }
p { color: rgb(237,38,25); }
H1.HeaderClassName
{
color: #ED2619;
}
.AnyTagClassName
{
color: #ED2619;
}
</style>
background-color css
<style>
a { background-color: #ED2619; }
a { background-color: rgb(237,38,25); }
div.DivClassName
{
background-color: #ED2619;
}
.BgClassName
{
background-color: #ED2619;
}
</style>
border-color css
<style>
span { border-color: #ED2619; }
span { border-color: rgb(237,38,25); }
td.TdClassName
{
border-color: #ED2619;
}
.TagClassName
{
border-color: #ED2619;
}
</style>