Shades of Crimson #ED1645
Tints of Crimson #ED1645
RGB
CMYK
RGB Variations
Color information
#ED1645 (or 0xED1645) is known color: Crimson. HEX triplet: ED, 16 and 45. RGB value is (237,22,69). Sum of RGB (Red+Green+Blue) = 237+22+69=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1645 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1645 is #12E9BA. Grayscale: #5B5B5B. Windows color (decimal): -1239483 or 4527853. OLE color: 4527853.
HSL color Cylindrical-coordinate representation of color #ED1645: hue angle of 346.88º 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 #ED1645 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 69 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.07 |
| HSL | 346.88º | 0.86% | 0.51% | - |
| HSV(B) | 346.88º | 0.91% | 0.93% | - |
| XYZ | 36.29 | 19.01 | 7.39 | - |
| YUV | 91.64 | 115.23 | 231.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 69 | 0 | 0.91 | 0.71 | 0.07 | 346.88 | 0.86 | 0.51 |
| Hex | ED | 16 | 45 | 0 | 5B | 47 | 7 | 15B | 56 | 33 |
| Octal | 355 | 26 | 105 | 0 | 133 | 107 | 7 | 533 | 126 | 63 |
| Binary | 11101101 | 10110 | 1000101 | 0 | 1011011 | 1000111 | 111 | 101011011 | 1010110 | 110011 |
Color Harmonies of #ED1645
Complementary color
Monochromatic Colors of #ED1645
Black with #ED1645
Text Example
Text Example
White with #ED1645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1645; }
p { color: rgb(237,22,69); }
H1.HeaderClassName
{
color: #ED1645;
}
.AnyTagClassName
{
color: #ED1645;
}
</style>
background-color css
<style>
a { background-color: #ED1645; }
a { background-color: rgb(237,22,69); }
div.DivClassName
{
background-color: #ED1645;
}
.BgClassName
{
background-color: #ED1645;
}
</style>
border-color css
<style>
span { border-color: #ED1645; }
span { border-color: rgb(237,22,69); }
td.TdClassName
{
border-color: #ED1645;
}
.TagClassName
{
border-color: #ED1645;
}
</style>