Shades of Crimson #ED1340
Tints of Crimson #ED1340
RGB
CMYK
RGB Variations
Color information
#ED1340 (or 0xED1340) is known color: Crimson. HEX triplet: ED, 13 and 40. RGB value is (237,19,64). Sum of RGB (Red+Green+Blue) = 237+19+64=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1340 is #12ECBF. Grayscale: #595959. Windows color (decimal): -1240256 or 4199405. OLE color: 4199405.
HSL color Cylindrical-coordinate representation of color #ED1340: hue angle of 347.61º 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 #ED1340 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 64 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.07 |
| HSL | 347.61º | 0.86% | 0.5% | - |
| HSV(B) | 347.61º | 0.92% | 0.93% | - |
| XYZ | 36.08 | 18.84 | 6.59 | - |
| YUV | 89.31 | 113.72 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 64 | 0 | 0.92 | 0.73 | 0.07 | 347.61 | 0.86 | 0.5 |
| Hex | ED | 13 | 40 | 0 | 5C | 49 | 7 | 15C | 56 | 32 |
| Octal | 355 | 23 | 100 | 0 | 134 | 111 | 7 | 534 | 126 | 62 |
| Binary | 11101101 | 10011 | 1000000 | 0 | 1011100 | 1001001 | 111 | 101011100 | 1010110 | 110010 |
Color Harmonies of #ED1340
Complementary color
Monochromatic Colors of #ED1340
Black with #ED1340
Text Example
Text Example
White with #ED1340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1340; }
p { color: rgb(237,19,64); }
H1.HeaderClassName
{
color: #ED1340;
}
.AnyTagClassName
{
color: #ED1340;
}
</style>
background-color css
<style>
a { background-color: #ED1340; }
a { background-color: rgb(237,19,64); }
div.DivClassName
{
background-color: #ED1340;
}
.BgClassName
{
background-color: #ED1340;
}
</style>
border-color css
<style>
span { border-color: #ED1340; }
span { border-color: rgb(237,19,64); }
td.TdClassName
{
border-color: #ED1340;
}
.TagClassName
{
border-color: #ED1340;
}
</style>