Shades of Scarlet #ED2E19
Tints of Scarlet #ED2E19
RGB
CMYK
RGB Variations
Color information
#ED2E19 (or 0xED2E19) is known color: Scarlet. HEX triplet: ED, 2E and 19. RGB value is (237,46,25). Sum of RGB (Red+Green+Blue) = 237+46+25=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2E19 is #12D1E6. Grayscale: #646464. Windows color (decimal): -1233383 or 1650413. OLE color: 1650413.
HSL color Cylindrical-coordinate representation of color #ED2E19: hue angle of 5.94º 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 #ED2E19 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 46 | 25 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.07 |
| HSL | 5.94º | 0.85% | 0.51% | - |
| HSV(B) | 5.94º | 0.89% | 0.93% | - |
| XYZ | 36.08 | 20.03 | 2.88 | - |
| YUV | 100.72 | 85.28 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 46 | 25 | 0 | 0.81 | 0.89 | 0.07 | 5.94 | 0.85 | 0.51 |
| Hex | ED | 2E | 19 | 0 | 51 | 59 | 7 | 6 | 55 | 33 |
| Octal | 355 | 56 | 31 | 0 | 121 | 131 | 7 | 6 | 125 | 63 |
| Binary | 11101101 | 101110 | 11001 | 0 | 1010001 | 1011001 | 111 | 110 | 1010101 | 110011 |
Color Harmonies of #ED2E19
Complementary color
Monochromatic Colors of #ED2E19
Black with #ED2E19
Text Example
Text Example
White with #ED2E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2E19; }
p { color: rgb(237,46,25); }
H1.HeaderClassName
{
color: #ED2E19;
}
.AnyTagClassName
{
color: #ED2E19;
}
</style>
background-color css
<style>
a { background-color: #ED2E19; }
a { background-color: rgb(237,46,25); }
div.DivClassName
{
background-color: #ED2E19;
}
.BgClassName
{
background-color: #ED2E19;
}
</style>
border-color css
<style>
span { border-color: #ED2E19; }
span { border-color: rgb(237,46,25); }
td.TdClassName
{
border-color: #ED2E19;
}
.TagClassName
{
border-color: #ED2E19;
}
</style>