Shades of Crimson #DC0648
Tints of Crimson #DC0648
RGB
CMYK
RGB Variations
Color information
#DC0648 (or 0xDC0648) is known color: Crimson. HEX triplet: DC, 06 and 48. RGB value is (220,6,72). Sum of RGB (Red+Green+Blue) = 220+6+72=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0648 is #23F9B7. Grayscale: #4D4D4D. Windows color (decimal): -2357688 or 4720348. OLE color: 4720348.
HSL color Cylindrical-coordinate representation of color #DC0648: hue angle of 341.5º 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 #DC0648 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 72 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.14 |
| HSL | 341.5º | 0.95% | 0.44% | - |
| HSV(B) | 341.5º | 0.97% | 0.86% | - |
| XYZ | 30.75 | 15.81 | 7.56 | - |
| YUV | 77.51 | 124.9 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 72 | 0 | 0.97 | 0.67 | 0.14 | 341.5 | 0.95 | 0.44 |
| Hex | DC | 6 | 48 | 0 | 61 | 43 | E | 155 | 5F | 2C |
| Octal | 334 | 6 | 110 | 0 | 141 | 103 | 16 | 525 | 137 | 54 |
| Binary | 11011100 | 110 | 1001000 | 0 | 1100001 | 1000011 | 1110 | 101010101 | 1011111 | 101100 |
Color Harmonies of #DC0648
Complementary color
Monochromatic Colors of #DC0648
Black with #DC0648
Text Example
Text Example
White with #DC0648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0648; }
p { color: rgb(220,6,72); }
H1.HeaderClassName
{
color: #DC0648;
}
.AnyTagClassName
{
color: #DC0648;
}
</style>
background-color css
<style>
a { background-color: #DC0648; }
a { background-color: rgb(220,6,72); }
div.DivClassName
{
background-color: #DC0648;
}
.BgClassName
{
background-color: #DC0648;
}
</style>
border-color css
<style>
span { border-color: #DC0648; }
span { border-color: rgb(220,6,72); }
td.TdClassName
{
border-color: #DC0648;
}
.TagClassName
{
border-color: #DC0648;
}
</style>