Shades of Crimson #ED1743
Tints of Crimson #ED1743
RGB
CMYK
RGB Variations
Color information
#ED1743 (or 0xED1743) is known color: Crimson. HEX triplet: ED, 17 and 43. RGB value is (237,23,67). Sum of RGB (Red+Green+Blue) = 237+23+67=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1743 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1743 is #12E8BC. Grayscale: #5C5C5C. Windows color (decimal): -1239229 or 4397037. OLE color: 4397037.
HSL color Cylindrical-coordinate representation of color #ED1743: hue angle of 347.66º 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 #ED1743 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 67 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.07 |
| HSL | 347.66º | 0.86% | 0.51% | - |
| HSV(B) | 347.66º | 0.9% | 0.93% | - |
| XYZ | 36.24 | 19.02 | 7.07 | - |
| YUV | 92 | 113.9 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 67 | 0 | 0.90 | 0.72 | 0.07 | 347.66 | 0.86 | 0.51 |
| Hex | ED | 17 | 43 | 0 | 5A | 48 | 7 | 15C | 56 | 33 |
| Octal | 355 | 27 | 103 | 0 | 132 | 110 | 7 | 534 | 126 | 63 |
| Binary | 11101101 | 10111 | 1000011 | 0 | 1011010 | 1001000 | 111 | 101011100 | 1010110 | 110011 |
Color Harmonies of #ED1743
Complementary color
Monochromatic Colors of #ED1743
Black with #ED1743
Text Example
Text Example
White with #ED1743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1743; }
p { color: rgb(237,23,67); }
H1.HeaderClassName
{
color: #ED1743;
}
.AnyTagClassName
{
color: #ED1743;
}
</style>
background-color css
<style>
a { background-color: #ED1743; }
a { background-color: rgb(237,23,67); }
div.DivClassName
{
background-color: #ED1743;
}
.BgClassName
{
background-color: #ED1743;
}
</style>
border-color css
<style>
span { border-color: #ED1743; }
span { border-color: rgb(237,23,67); }
td.TdClassName
{
border-color: #ED1743;
}
.TagClassName
{
border-color: #ED1743;
}
</style>