Shades of Scarlet #ED170B
Tints of Scarlet #ED170B
RGB
CMYK
RGB Variations
Color information
#ED170B (or 0xED170B) is known color: Scarlet. HEX triplet: ED, 17 and 0B. RGB value is (237,23,11). Sum of RGB (Red+Green+Blue) = 237+23+11=271 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.45% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 237 - color contains mainly: red. Hex color #ED170B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED170B is #12E8F4. Grayscale: #555555. Windows color (decimal): -1239285 or 727021. OLE color: 727021.
HSL color Cylindrical-coordinate representation of color #ED170B: hue angle of 3.19º degrees, saturation: 0.91, 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 #ED170B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.07 |
| HSL | 3.19º | 0.91% | 0.49% | - |
| HSV(B) | 3.19º | 0.95% | 0.93% | - |
| XYZ | 35.29 | 18.64 | 2.05 | - |
| YUV | 85.62 | 85.9 | 235.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 11 | 0 | 0.90 | 0.95 | 0.07 | 3.19 | 0.91 | 0.49 |
| Hex | ED | 17 | B | 0 | 5A | 5F | 7 | 3 | 5B | 31 |
| Octal | 355 | 27 | 13 | 0 | 132 | 137 | 7 | 3 | 133 | 61 |
| Binary | 11101101 | 10111 | 1011 | 0 | 1011010 | 1011111 | 111 | 11 | 1011011 | 110001 |
Color Harmonies of #ED170B
Complementary color
Monochromatic Colors of #ED170B
Black with #ED170B
Text Example
Text Example
White with #ED170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED170B; }
p { color: rgb(237,23,11); }
H1.HeaderClassName
{
color: #ED170B;
}
.AnyTagClassName
{
color: #ED170B;
}
</style>
background-color css
<style>
a { background-color: #ED170B; }
a { background-color: rgb(237,23,11); }
div.DivClassName
{
background-color: #ED170B;
}
.BgClassName
{
background-color: #ED170B;
}
</style>
border-color css
<style>
span { border-color: #ED170B; }
span { border-color: rgb(237,23,11); }
td.TdClassName
{
border-color: #ED170B;
}
.TagClassName
{
border-color: #ED170B;
}
</style>