Shades of Crimson #ED1344
Tints of Crimson #ED1344
RGB
CMYK
RGB Variations
Color information
#ED1344 (or 0xED1344) is known color: Crimson. HEX triplet: ED, 13 and 44. RGB value is (237,19,68). Sum of RGB (Red+Green+Blue) = 237+19+68=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1344 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1344 is #12ECBB. Grayscale: #595959. Windows color (decimal): -1240252 or 4461549. OLE color: 4461549.
HSL color Cylindrical-coordinate representation of color #ED1344: hue angle of 346.51º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED1344 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 68 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.07 |
| HSL | 346.51º | 0.86% | 0.5% | - |
| HSV(B) | 346.51º | 0.92% | 0.93% | - |
| XYZ | 36.2 | 18.89 | 7.21 | - |
| YUV | 89.77 | 115.72 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 68 | 0 | 0.92 | 0.71 | 0.07 | 346.51 | 0.86 | 0.5 |
| Hex | ED | 13 | 44 | 0 | 5C | 47 | 7 | 15B | 56 | 32 |
| Octal | 355 | 23 | 104 | 0 | 134 | 107 | 7 | 533 | 126 | 62 |
| Binary | 11101101 | 10011 | 1000100 | 0 | 1011100 | 1000111 | 111 | 101011011 | 1010110 | 110010 |
Color Harmonies of #ED1344
Complementary color
Monochromatic Colors of #ED1344
Black with #ED1344
Text Example
Text Example
White with #ED1344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1344; }
p { color: rgb(237,19,68); }
H1.HeaderClassName
{
color: #ED1344;
}
.AnyTagClassName
{
color: #ED1344;
}
</style>
background-color css
<style>
a { background-color: #ED1344; }
a { background-color: rgb(237,19,68); }
div.DivClassName
{
background-color: #ED1344;
}
.BgClassName
{
background-color: #ED1344;
}
</style>
border-color css
<style>
span { border-color: #ED1344; }
span { border-color: rgb(237,19,68); }
td.TdClassName
{
border-color: #ED1344;
}
.TagClassName
{
border-color: #ED1344;
}
</style>