Shades of Crimson #DC1E40
Tints of Crimson #DC1E40
RGB
CMYK
RGB Variations
Color information
#DC1E40 (or 0xDC1E40) is known color: Crimson. HEX triplet: DC, 1E and 40. RGB value is (220,30,64). Sum of RGB (Red+Green+Blue) = 220+30+64=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1E40 is #23E1BF. Grayscale: #5A5A5A. Windows color (decimal): -2351552 or 4202204. OLE color: 4202204.
HSL color Cylindrical-coordinate representation of color #DC1E40: hue angle of 349.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1E40 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 64 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.14 |
| HSL | 349.26º | 0.76% | 0.49% | - |
| HSV(B) | 349.26º | 0.86% | 0.86% | - |
| XYZ | 30.9 | 16.51 | 6.41 | - |
| YUV | 90.69 | 112.95 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 64 | 0 | 0.86 | 0.71 | 0.14 | 349.26 | 0.76 | 0.49 |
| Hex | DC | 1E | 40 | 0 | 56 | 47 | E | 15D | 4C | 31 |
| Octal | 334 | 36 | 100 | 0 | 126 | 107 | 16 | 535 | 114 | 61 |
| Binary | 11011100 | 11110 | 1000000 | 0 | 1010110 | 1000111 | 1110 | 101011101 | 1001100 | 110001 |
Color Harmonies of #DC1E40
Complementary color
Monochromatic Colors of #DC1E40
Black with #DC1E40
Text Example
Text Example
White with #DC1E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E40; }
p { color: rgb(220,30,64); }
H1.HeaderClassName
{
color: #DC1E40;
}
.AnyTagClassName
{
color: #DC1E40;
}
</style>
background-color css
<style>
a { background-color: #DC1E40; }
a { background-color: rgb(220,30,64); }
div.DivClassName
{
background-color: #DC1E40;
}
.BgClassName
{
background-color: #DC1E40;
}
</style>
border-color css
<style>
span { border-color: #DC1E40; }
span { border-color: rgb(220,30,64); }
td.TdClassName
{
border-color: #DC1E40;
}
.TagClassName
{
border-color: #DC1E40;
}
</style>