Shades of Scarlet #ED170D
Tints of Scarlet #ED170D
RGB
CMYK
RGB Variations
Color information
#ED170D (or 0xED170D) is known color: Scarlet. HEX triplet: ED, 17 and 0D. RGB value is (237,23,13). Sum of RGB (Red+Green+Blue) = 237+23+13=273 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.81% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 237 - color contains mainly: red. Hex color #ED170D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED170D is #12E8F2. Grayscale: #565656. Windows color (decimal): -1239283 or 858093. OLE color: 858093.
HSL color Cylindrical-coordinate representation of color #ED170D: hue angle of 2.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED170D is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 13 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.07 |
| HSL | 2.68º | 0.9% | 0.49% | - |
| HSV(B) | 2.68º | 0.95% | 0.93% | - |
| XYZ | 35.3 | 18.65 | 2.12 | - |
| YUV | 85.85 | 86.9 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 13 | 0 | 0.90 | 0.95 | 0.07 | 2.68 | 0.9 | 0.49 |
| Hex | ED | 17 | D | 0 | 5A | 5F | 7 | 3 | 5A | 31 |
| Octal | 355 | 27 | 15 | 0 | 132 | 137 | 7 | 3 | 132 | 61 |
| Binary | 11101101 | 10111 | 1101 | 0 | 1011010 | 1011111 | 111 | 11 | 1011010 | 110001 |
Color Harmonies of #ED170D
Complementary color
Monochromatic Colors of #ED170D
Black with #ED170D
Text Example
Text Example
White with #ED170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED170D; }
p { color: rgb(237,23,13); }
H1.HeaderClassName
{
color: #ED170D;
}
.AnyTagClassName
{
color: #ED170D;
}
</style>
background-color css
<style>
a { background-color: #ED170D; }
a { background-color: rgb(237,23,13); }
div.DivClassName
{
background-color: #ED170D;
}
.BgClassName
{
background-color: #ED170D;
}
</style>
border-color css
<style>
span { border-color: #ED170D; }
span { border-color: rgb(237,23,13); }
td.TdClassName
{
border-color: #ED170D;
}
.TagClassName
{
border-color: #ED170D;
}
</style>