Shades of Crimson #DC1549
Tints of Crimson #DC1549
RGB
CMYK
RGB Variations
Color information
#DC1549 (or 0xDC1549) is known color: Crimson. HEX triplet: DC, 15 and 49. RGB value is (220,21,73). Sum of RGB (Red+Green+Blue) = 220+21+73=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1549 is #23EAB6. Grayscale: #565656. Windows color (decimal): -2353847 or 4789724. OLE color: 4789724.
HSL color Cylindrical-coordinate representation of color #DC1549: hue angle of 344.32º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1549 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 73 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.14 |
| HSL | 344.32º | 0.83% | 0.47% | - |
| HSV(B) | 344.32º | 0.9% | 0.86% | - |
| XYZ | 30.99 | 16.23 | 7.8 | - |
| YUV | 86.43 | 120.43 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 73 | 0 | 0.90 | 0.67 | 0.14 | 344.32 | 0.83 | 0.47 |
| Hex | DC | 15 | 49 | 0 | 5A | 43 | E | 158 | 53 | 2F |
| Octal | 334 | 25 | 111 | 0 | 132 | 103 | 16 | 530 | 123 | 57 |
| Binary | 11011100 | 10101 | 1001001 | 0 | 1011010 | 1000011 | 1110 | 101011000 | 1010011 | 101111 |
Color Harmonies of #DC1549
Complementary color
Monochromatic Colors of #DC1549
Black with #DC1549
Text Example
Text Example
White with #DC1549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1549; }
p { color: rgb(220,21,73); }
H1.HeaderClassName
{
color: #DC1549;
}
.AnyTagClassName
{
color: #DC1549;
}
</style>
background-color css
<style>
a { background-color: #DC1549; }
a { background-color: rgb(220,21,73); }
div.DivClassName
{
background-color: #DC1549;
}
.BgClassName
{
background-color: #DC1549;
}
</style>
border-color css
<style>
span { border-color: #DC1549; }
span { border-color: rgb(220,21,73); }
td.TdClassName
{
border-color: #DC1549;
}
.TagClassName
{
border-color: #DC1549;
}
</style>