Shades of Scarlet #ED2617
Tints of Scarlet #ED2617
RGB
CMYK
RGB Variations
Color information
#ED2617 (or 0xED2617) is known color: Scarlet. HEX triplet: ED, 26 and 17. RGB value is (237,38,23). Sum of RGB (Red+Green+Blue) = 237+38+23=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2617 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2617 is #12D9E8. Grayscale: #606060. Windows color (decimal): -1235433 or 1517293. OLE color: 1517293.
HSL color Cylindrical-coordinate representation of color #ED2617: hue angle of 4.21º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED2617 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 23 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.07 |
| HSL | 4.21º | 0.86% | 0.51% | - |
| HSV(B) | 4.21º | 0.9% | 0.93% | - |
| XYZ | 35.77 | 19.45 | 2.68 | - |
| YUV | 95.79 | 86.93 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 23 | 0 | 0.84 | 0.90 | 0.07 | 4.21 | 0.86 | 0.51 |
| Hex | ED | 26 | 17 | 0 | 54 | 5A | 7 | 4 | 56 | 33 |
| Octal | 355 | 46 | 27 | 0 | 124 | 132 | 7 | 4 | 126 | 63 |
| Binary | 11101101 | 100110 | 10111 | 0 | 1010100 | 1011010 | 111 | 100 | 1010110 | 110011 |
Color Harmonies of #ED2617
Complementary color
Monochromatic Colors of #ED2617
Black with #ED2617
Text Example
Text Example
White with #ED2617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2617; }
p { color: rgb(237,38,23); }
H1.HeaderClassName
{
color: #ED2617;
}
.AnyTagClassName
{
color: #ED2617;
}
</style>
background-color css
<style>
a { background-color: #ED2617; }
a { background-color: rgb(237,38,23); }
div.DivClassName
{
background-color: #ED2617;
}
.BgClassName
{
background-color: #ED2617;
}
</style>
border-color css
<style>
span { border-color: #ED2617; }
span { border-color: rgb(237,38,23); }
td.TdClassName
{
border-color: #ED2617;
}
.TagClassName
{
border-color: #ED2617;
}
</style>