Shades of Scarlet #ED2A17
Tints of Scarlet #ED2A17
RGB
CMYK
RGB Variations
Color information
#ED2A17 (or 0xED2A17) is known color: Scarlet. HEX triplet: ED, 2A and 17. RGB value is (237,42,23). Sum of RGB (Red+Green+Blue) = 237+42+23=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2A17 is #12D5E8. Grayscale: #626262. Windows color (decimal): -1234409 or 1518317. OLE color: 1518317.
HSL color Cylindrical-coordinate representation of color #ED2A17: hue angle of 5.33º 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 #ED2A17 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 23 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.07 |
| HSL | 5.33º | 0.86% | 0.51% | - |
| HSV(B) | 5.33º | 0.9% | 0.93% | - |
| XYZ | 35.91 | 19.72 | 2.72 | - |
| YUV | 98.14 | 85.6 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 23 | 0 | 0.82 | 0.90 | 0.07 | 5.33 | 0.86 | 0.51 |
| Hex | ED | 2A | 17 | 0 | 52 | 5A | 7 | 5 | 56 | 33 |
| Octal | 355 | 52 | 27 | 0 | 122 | 132 | 7 | 5 | 126 | 63 |
| Binary | 11101101 | 101010 | 10111 | 0 | 1010010 | 1011010 | 111 | 101 | 1010110 | 110011 |
Color Harmonies of #ED2A17
Complementary color
Monochromatic Colors of #ED2A17
Black with #ED2A17
Text Example
Text Example
White with #ED2A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2A17; }
p { color: rgb(237,42,23); }
H1.HeaderClassName
{
color: #ED2A17;
}
.AnyTagClassName
{
color: #ED2A17;
}
</style>
background-color css
<style>
a { background-color: #ED2A17; }
a { background-color: rgb(237,42,23); }
div.DivClassName
{
background-color: #ED2A17;
}
.BgClassName
{
background-color: #ED2A17;
}
</style>
border-color css
<style>
span { border-color: #ED2A17; }
span { border-color: rgb(237,42,23); }
td.TdClassName
{
border-color: #ED2A17;
}
.TagClassName
{
border-color: #ED2A17;
}
</style>