Shades of Scarlet #ED3417
Tints of Scarlet #ED3417
RGB
CMYK
RGB Variations
Color information
#ED3417 (or 0xED3417) is known color: Scarlet. HEX triplet: ED, 34 and 17. RGB value is (237,52,23). Sum of RGB (Red+Green+Blue) = 237+52+23=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3417 is #12CBE8. Grayscale: #686868. Windows color (decimal): -1231849 or 1520877. OLE color: 1520877.
HSL color Cylindrical-coordinate representation of color #ED3417: hue angle of 8.13º 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 #ED3417 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 23 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.07 |
| HSL | 8.13º | 0.86% | 0.51% | - |
| HSV(B) | 8.13º | 0.9% | 0.93% | - |
| XYZ | 36.31 | 20.52 | 2.86 | - |
| YUV | 104.01 | 82.29 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 23 | 0 | 0.78 | 0.90 | 0.07 | 8.13 | 0.86 | 0.51 |
| Hex | ED | 34 | 17 | 0 | 4E | 5A | 7 | 8 | 56 | 33 |
| Octal | 355 | 64 | 27 | 0 | 116 | 132 | 7 | 10 | 126 | 63 |
| Binary | 11101101 | 110100 | 10111 | 0 | 1001110 | 1011010 | 111 | 1000 | 1010110 | 110011 |
Color Harmonies of #ED3417
Complementary color
Monochromatic Colors of #ED3417
Black with #ED3417
Text Example
Text Example
White with #ED3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3417; }
p { color: rgb(237,52,23); }
H1.HeaderClassName
{
color: #ED3417;
}
.AnyTagClassName
{
color: #ED3417;
}
</style>
background-color css
<style>
a { background-color: #ED3417; }
a { background-color: rgb(237,52,23); }
div.DivClassName
{
background-color: #ED3417;
}
.BgClassName
{
background-color: #ED3417;
}
</style>
border-color css
<style>
span { border-color: #ED3417; }
span { border-color: rgb(237,52,23); }
td.TdClassName
{
border-color: #ED3417;
}
.TagClassName
{
border-color: #ED3417;
}
</style>