Shades of Crimson #DC0749
Tints of Crimson #DC0749
RGB
CMYK
RGB Variations
Color information
#DC0749 (or 0xDC0749) is known color: Crimson. HEX triplet: DC, 07 and 49. RGB value is (220,7,73). Sum of RGB (Red+Green+Blue) = 220+7+73=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0749 is #23F8B6. Grayscale: #4E4E4E. Windows color (decimal): -2357431 or 4786140. OLE color: 4786140.
HSL color Cylindrical-coordinate representation of color #DC0749: hue angle of 341.41º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0749 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 73 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.14 |
| HSL | 341.41º | 0.94% | 0.45% | - |
| HSV(B) | 341.41º | 0.97% | 0.86% | - |
| XYZ | 30.79 | 15.85 | 7.74 | - |
| YUV | 78.21 | 125.07 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 73 | 0 | 0.97 | 0.67 | 0.14 | 341.41 | 0.94 | 0.45 |
| Hex | DC | 7 | 49 | 0 | 61 | 43 | E | 155 | 5E | 2D |
| Octal | 334 | 7 | 111 | 0 | 141 | 103 | 16 | 525 | 136 | 55 |
| Binary | 11011100 | 111 | 1001001 | 0 | 1100001 | 1000011 | 1110 | 101010101 | 1011110 | 101101 |
Color Harmonies of #DC0749
Complementary color
Monochromatic Colors of #DC0749
Black with #DC0749
Text Example
Text Example
White with #DC0749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0749; }
p { color: rgb(220,7,73); }
H1.HeaderClassName
{
color: #DC0749;
}
.AnyTagClassName
{
color: #DC0749;
}
</style>
background-color css
<style>
a { background-color: #DC0749; }
a { background-color: rgb(220,7,73); }
div.DivClassName
{
background-color: #DC0749;
}
.BgClassName
{
background-color: #DC0749;
}
</style>
border-color css
<style>
span { border-color: #DC0749; }
span { border-color: rgb(220,7,73); }
td.TdClassName
{
border-color: #DC0749;
}
.TagClassName
{
border-color: #DC0749;
}
</style>