Shades of Crimson #DC0645
Tints of Crimson #DC0645
RGB
CMYK
RGB Variations
Color information
#DC0645 (or 0xDC0645) is known color: Crimson. HEX triplet: DC, 06 and 45. RGB value is (220,6,69). Sum of RGB (Red+Green+Blue) = 220+6+69=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0645 is #23F9BA. Grayscale: #4D4D4D. Windows color (decimal): -2357691 or 4523740. OLE color: 4523740.
HSL color Cylindrical-coordinate representation of color #DC0645: hue angle of 342.34º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0645 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 69 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.14 |
| HSL | 342.34º | 0.95% | 0.44% | - |
| HSV(B) | 342.34º | 0.97% | 0.86% | - |
| XYZ | 30.65 | 15.78 | 7.06 | - |
| YUV | 77.17 | 123.4 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 69 | 0 | 0.97 | 0.69 | 0.14 | 342.34 | 0.95 | 0.44 |
| Hex | DC | 6 | 45 | 0 | 61 | 45 | E | 156 | 5F | 2C |
| Octal | 334 | 6 | 105 | 0 | 141 | 105 | 16 | 526 | 137 | 54 |
| Binary | 11011100 | 110 | 1000101 | 0 | 1100001 | 1000101 | 1110 | 101010110 | 1011111 | 101100 |
Color Harmonies of #DC0645
Complementary color
Monochromatic Colors of #DC0645
Black with #DC0645
Text Example
Text Example
White with #DC0645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0645; }
p { color: rgb(220,6,69); }
H1.HeaderClassName
{
color: #DC0645;
}
.AnyTagClassName
{
color: #DC0645;
}
</style>
background-color css
<style>
a { background-color: #DC0645; }
a { background-color: rgb(220,6,69); }
div.DivClassName
{
background-color: #DC0645;
}
.BgClassName
{
background-color: #DC0645;
}
</style>
border-color css
<style>
span { border-color: #DC0645; }
span { border-color: rgb(220,6,69); }
td.TdClassName
{
border-color: #DC0645;
}
.TagClassName
{
border-color: #DC0645;
}
</style>