Shades of Crimson #DC1440
Tints of Crimson #DC1440
RGB
CMYK
RGB Variations
Color information
#DC1440 (or 0xDC1440) is known color: Crimson. HEX triplet: DC, 14 and 40. RGB value is (220,20,64). Sum of RGB (Red+Green+Blue) = 220+20+64=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1440 is #23EBBF. Grayscale: #545454. Windows color (decimal): -2354112 or 4199644. OLE color: 4199644.
HSL color Cylindrical-coordinate representation of color #DC1440: hue angle of 346.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1440 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 64 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.14 |
| HSL | 346.8º | 0.83% | 0.47% | - |
| HSV(B) | 346.8º | 0.91% | 0.86% | - |
| XYZ | 30.69 | 16.09 | 6.34 | - |
| YUV | 84.82 | 116.26 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 64 | 0 | 0.91 | 0.71 | 0.14 | 346.8 | 0.83 | 0.47 |
| Hex | DC | 14 | 40 | 0 | 5B | 47 | E | 15B | 53 | 2F |
| Octal | 334 | 24 | 100 | 0 | 133 | 107 | 16 | 533 | 123 | 57 |
| Binary | 11011100 | 10100 | 1000000 | 0 | 1011011 | 1000111 | 1110 | 101011011 | 1010011 | 101111 |
Color Harmonies of #DC1440
Complementary color
Monochromatic Colors of #DC1440
Black with #DC1440
Text Example
Text Example
White with #DC1440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1440; }
p { color: rgb(220,20,64); }
H1.HeaderClassName
{
color: #DC1440;
}
.AnyTagClassName
{
color: #DC1440;
}
</style>
background-color css
<style>
a { background-color: #DC1440; }
a { background-color: rgb(220,20,64); }
div.DivClassName
{
background-color: #DC1440;
}
.BgClassName
{
background-color: #DC1440;
}
</style>
border-color css
<style>
span { border-color: #DC1440; }
span { border-color: rgb(220,20,64); }
td.TdClassName
{
border-color: #DC1440;
}
.TagClassName
{
border-color: #DC1440;
}
</style>