Shades of Scarlet #ED2B17
Tints of Scarlet #ED2B17
RGB
CMYK
RGB Variations
Color information
#ED2B17 (or 0xED2B17) is known color: Scarlet. HEX triplet: ED, 2B and 17. RGB value is (237,43,23). Sum of RGB (Red+Green+Blue) = 237+43+23=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2B17 is #12D4E8. Grayscale: #636363. Windows color (decimal): -1234153 or 1518573. OLE color: 1518573.
HSL color Cylindrical-coordinate representation of color #ED2B17: hue angle of 5.61º 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 #ED2B17 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 23 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.07 |
| HSL | 5.61º | 0.86% | 0.51% | - |
| HSV(B) | 5.61º | 0.9% | 0.93% | - |
| XYZ | 35.94 | 19.79 | 2.74 | - |
| YUV | 98.73 | 85.27 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 23 | 0 | 0.82 | 0.90 | 0.07 | 5.61 | 0.86 | 0.51 |
| Hex | ED | 2B | 17 | 0 | 52 | 5A | 7 | 6 | 56 | 33 |
| Octal | 355 | 53 | 27 | 0 | 122 | 132 | 7 | 6 | 126 | 63 |
| Binary | 11101101 | 101011 | 10111 | 0 | 1010010 | 1011010 | 111 | 110 | 1010110 | 110011 |
Color Harmonies of #ED2B17
Complementary color
Monochromatic Colors of #ED2B17
Black with #ED2B17
Text Example
Text Example
White with #ED2B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2B17; }
p { color: rgb(237,43,23); }
H1.HeaderClassName
{
color: #ED2B17;
}
.AnyTagClassName
{
color: #ED2B17;
}
</style>
background-color css
<style>
a { background-color: #ED2B17; }
a { background-color: rgb(237,43,23); }
div.DivClassName
{
background-color: #ED2B17;
}
.BgClassName
{
background-color: #ED2B17;
}
</style>
border-color css
<style>
span { border-color: #ED2B17; }
span { border-color: rgb(237,43,23); }
td.TdClassName
{
border-color: #ED2B17;
}
.TagClassName
{
border-color: #ED2B17;
}
</style>