Shades of Crimson #ED1643
Tints of Crimson #ED1643
RGB
CMYK
RGB Variations
Color information
#ED1643 (or 0xED1643) is known color: Crimson. HEX triplet: ED, 16 and 43. RGB value is (237,22,67). Sum of RGB (Red+Green+Blue) = 237+22+67=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1643 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1643 is #12E9BC. Grayscale: #5B5B5B. Windows color (decimal): -1239485 or 4396781. OLE color: 4396781.
HSL color Cylindrical-coordinate representation of color #ED1643: hue angle of 347.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1643 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 67 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.07 |
| HSL | 347.44º | 0.86% | 0.51% | - |
| HSV(B) | 347.44º | 0.91% | 0.93% | - |
| XYZ | 36.23 | 18.98 | 7.07 | - |
| YUV | 91.42 | 114.23 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 67 | 0 | 0.91 | 0.72 | 0.07 | 347.44 | 0.86 | 0.51 |
| Hex | ED | 16 | 43 | 0 | 5B | 48 | 7 | 15B | 56 | 33 |
| Octal | 355 | 26 | 103 | 0 | 133 | 110 | 7 | 533 | 126 | 63 |
| Binary | 11101101 | 10110 | 1000011 | 0 | 1011011 | 1001000 | 111 | 101011011 | 1010110 | 110011 |
Color Harmonies of #ED1643
Complementary color
Monochromatic Colors of #ED1643
Black with #ED1643
Text Example
Text Example
White with #ED1643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1643; }
p { color: rgb(237,22,67); }
H1.HeaderClassName
{
color: #ED1643;
}
.AnyTagClassName
{
color: #ED1643;
}
</style>
background-color css
<style>
a { background-color: #ED1643; }
a { background-color: rgb(237,22,67); }
div.DivClassName
{
background-color: #ED1643;
}
.BgClassName
{
background-color: #ED1643;
}
</style>
border-color css
<style>
span { border-color: #ED1643; }
span { border-color: rgb(237,22,67); }
td.TdClassName
{
border-color: #ED1643;
}
.TagClassName
{
border-color: #ED1643;
}
</style>