Shades of Crimson #ED183E
Tints of Crimson #ED183E
RGB
CMYK
RGB Variations
Color information
#ED183E (or 0xED183E) is known color: Crimson. HEX triplet: ED, 18 and 3E. RGB value is (237,24,62). Sum of RGB (Red+Green+Blue) = 237+24+62=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED183E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED183E is #12E7C1. Grayscale: #5C5C5C. Windows color (decimal): -1238978 or 4069613. OLE color: 4069613.
HSL color Cylindrical-coordinate representation of color #ED183E: hue angle of 349.3º 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 #ED183E is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 62 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.07 |
| HSL | 349.3º | 0.86% | 0.51% | - |
| HSV(B) | 349.3º | 0.9% | 0.93% | - |
| XYZ | 36.12 | 19.01 | 6.32 | - |
| YUV | 92.02 | 111.07 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 62 | 0 | 0.90 | 0.74 | 0.07 | 349.3 | 0.86 | 0.51 |
| Hex | ED | 18 | 3E | 0 | 5A | 4A | 7 | 15D | 56 | 33 |
| Octal | 355 | 30 | 76 | 0 | 132 | 112 | 7 | 535 | 126 | 63 |
| Binary | 11101101 | 11000 | 111110 | 0 | 1011010 | 1001010 | 111 | 101011101 | 1010110 | 110011 |
Color Harmonies of #ED183E
Complementary color
Monochromatic Colors of #ED183E
Black with #ED183E
Text Example
Text Example
White with #ED183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED183E; }
p { color: rgb(237,24,62); }
H1.HeaderClassName
{
color: #ED183E;
}
.AnyTagClassName
{
color: #ED183E;
}
</style>
background-color css
<style>
a { background-color: #ED183E; }
a { background-color: rgb(237,24,62); }
div.DivClassName
{
background-color: #ED183E;
}
.BgClassName
{
background-color: #ED183E;
}
</style>
border-color css
<style>
span { border-color: #ED183E; }
span { border-color: rgb(237,24,62); }
td.TdClassName
{
border-color: #ED183E;
}
.TagClassName
{
border-color: #ED183E;
}
</style>