Shades of Scarlet #ED2F17
Tints of Scarlet #ED2F17
RGB
CMYK
RGB Variations
Color information
#ED2F17 (or 0xED2F17) is known color: Scarlet. HEX triplet: ED, 2F and 17. RGB value is (237,47,23). Sum of RGB (Red+Green+Blue) = 237+47+23=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2F17 is #12D0E8. Grayscale: #656565. Windows color (decimal): -1233129 or 1519597. OLE color: 1519597.
HSL color Cylindrical-coordinate representation of color #ED2F17: hue angle of 6.73º 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 #ED2F17 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 47 | 23 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.07 |
| HSL | 6.73º | 0.86% | 0.51% | - |
| HSV(B) | 6.73º | 0.9% | 0.93% | - |
| XYZ | 36.1 | 20.1 | 2.79 | - |
| YUV | 101.07 | 83.95 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 47 | 23 | 0 | 0.80 | 0.90 | 0.07 | 6.73 | 0.86 | 0.51 |
| Hex | ED | 2F | 17 | 0 | 50 | 5A | 7 | 7 | 56 | 33 |
| Octal | 355 | 57 | 27 | 0 | 120 | 132 | 7 | 7 | 126 | 63 |
| Binary | 11101101 | 101111 | 10111 | 0 | 1010000 | 1011010 | 111 | 111 | 1010110 | 110011 |
Color Harmonies of #ED2F17
Complementary color
Monochromatic Colors of #ED2F17
Black with #ED2F17
Text Example
Text Example
White with #ED2F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2F17; }
p { color: rgb(237,47,23); }
H1.HeaderClassName
{
color: #ED2F17;
}
.AnyTagClassName
{
color: #ED2F17;
}
</style>
background-color css
<style>
a { background-color: #ED2F17; }
a { background-color: rgb(237,47,23); }
div.DivClassName
{
background-color: #ED2F17;
}
.BgClassName
{
background-color: #ED2F17;
}
</style>
border-color css
<style>
span { border-color: #ED2F17; }
span { border-color: rgb(237,47,23); }
td.TdClassName
{
border-color: #ED2F17;
}
.TagClassName
{
border-color: #ED2F17;
}
</style>