Shades of Crimson #DC1045
Tints of Crimson #DC1045
RGB
CMYK
RGB Variations
Color information
#DC1045 (or 0xDC1045) is known color: Crimson. HEX triplet: DC, 10 and 45. RGB value is (220,16,69). Sum of RGB (Red+Green+Blue) = 220+16+69=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1045 is #23EFBA. Grayscale: #535353. Windows color (decimal): -2355131 or 4526300. OLE color: 4526300.
HSL color Cylindrical-coordinate representation of color #DC1045: hue angle of 344.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1045 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 69 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.14 |
| HSL | 344.41º | 0.86% | 0.46% | - |
| HSV(B) | 344.41º | 0.93% | 0.86% | - |
| XYZ | 30.77 | 16.02 | 7.1 | - |
| YUV | 83.04 | 120.09 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 69 | 0 | 0.93 | 0.69 | 0.14 | 344.41 | 0.86 | 0.46 |
| Hex | DC | 10 | 45 | 0 | 5D | 45 | E | 158 | 56 | 2E |
| Octal | 334 | 20 | 105 | 0 | 135 | 105 | 16 | 530 | 126 | 56 |
| Binary | 11011100 | 10000 | 1000101 | 0 | 1011101 | 1000101 | 1110 | 101011000 | 1010110 | 101110 |
Color Harmonies of #DC1045
Complementary color
Monochromatic Colors of #DC1045
Black with #DC1045
Text Example
Text Example
White with #DC1045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1045; }
p { color: rgb(220,16,69); }
H1.HeaderClassName
{
color: #DC1045;
}
.AnyTagClassName
{
color: #DC1045;
}
</style>
background-color css
<style>
a { background-color: #DC1045; }
a { background-color: rgb(220,16,69); }
div.DivClassName
{
background-color: #DC1045;
}
.BgClassName
{
background-color: #DC1045;
}
</style>
border-color css
<style>
span { border-color: #DC1045; }
span { border-color: rgb(220,16,69); }
td.TdClassName
{
border-color: #DC1045;
}
.TagClassName
{
border-color: #DC1045;
}
</style>