Shades of Crimson #ED173F
Tints of Crimson #ED173F
RGB
CMYK
RGB Variations
Color information
#ED173F (or 0xED173F) is known color: Crimson. HEX triplet: ED, 17 and 3F. RGB value is (237,23,63). Sum of RGB (Red+Green+Blue) = 237+23+63=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED173F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED173F is #12E8C0. Grayscale: #5B5B5B. Windows color (decimal): -1239233 or 4134893. OLE color: 4134893.
HSL color Cylindrical-coordinate representation of color #ED173F: hue angle of 348.79º 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 #ED173F is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 63 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.07 |
| HSL | 348.79º | 0.86% | 0.51% | - |
| HSV(B) | 348.79º | 0.9% | 0.93% | - |
| XYZ | 36.13 | 18.98 | 6.46 | - |
| YUV | 91.55 | 111.9 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 63 | 0 | 0.90 | 0.73 | 0.07 | 348.79 | 0.86 | 0.51 |
| Hex | ED | 17 | 3F | 0 | 5A | 49 | 7 | 15D | 56 | 33 |
| Octal | 355 | 27 | 77 | 0 | 132 | 111 | 7 | 535 | 126 | 63 |
| Binary | 11101101 | 10111 | 111111 | 0 | 1011010 | 1001001 | 111 | 101011101 | 1010110 | 110011 |
Color Harmonies of #ED173F
Complementary color
Monochromatic Colors of #ED173F
Black with #ED173F
Text Example
Text Example
White with #ED173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED173F; }
p { color: rgb(237,23,63); }
H1.HeaderClassName
{
color: #ED173F;
}
.AnyTagClassName
{
color: #ED173F;
}
</style>
background-color css
<style>
a { background-color: #ED173F; }
a { background-color: rgb(237,23,63); }
div.DivClassName
{
background-color: #ED173F;
}
.BgClassName
{
background-color: #ED173F;
}
</style>
border-color css
<style>
span { border-color: #ED173F; }
span { border-color: rgb(237,23,63); }
td.TdClassName
{
border-color: #ED173F;
}
.TagClassName
{
border-color: #ED173F;
}
</style>