Shades of Crimson #DC0146
Tints of Crimson #DC0146
RGB
CMYK
RGB Variations
Color information
#DC0146 (or 0xDC0146) is known color: Crimson. HEX triplet: DC, 01 and 46. RGB value is (220,1,70). Sum of RGB (Red+Green+Blue) = 220+1+70=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0146 is #23FEB9. Grayscale: #4A4A4A. Windows color (decimal): -2358970 or 4587996. OLE color: 4587996.
HSL color Cylindrical-coordinate representation of color #DC0146: hue angle of 341.1º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0146 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 70 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.14 |
| HSL | 341.1º | 0.99% | 0.43% | - |
| HSV(B) | 341.1º | 1% | 0.86% | - |
| XYZ | 30.63 | 15.68 | 7.21 | - |
| YUV | 74.35 | 125.55 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 70 | 0 | 1.00 | 0.68 | 0.14 | 341.1 | 0.99 | 0.43 |
| Hex | DC | 1 | 46 | 0 | 64 | 44 | E | 155 | 63 | 2B |
| Octal | 334 | 1 | 106 | 0 | 144 | 104 | 16 | 525 | 143 | 53 |
| Binary | 11011100 | 1 | 1000110 | 0 | 1100100 | 1000100 | 1110 | 101010101 | 1100011 | 101011 |
Color Harmonies of #DC0146
Complementary color
Monochromatic Colors of #DC0146
Black with #DC0146
Text Example
Text Example
White with #DC0146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0146; }
p { color: rgb(220,1,70); }
H1.HeaderClassName
{
color: #DC0146;
}
.AnyTagClassName
{
color: #DC0146;
}
</style>
background-color css
<style>
a { background-color: #DC0146; }
a { background-color: rgb(220,1,70); }
div.DivClassName
{
background-color: #DC0146;
}
.BgClassName
{
background-color: #DC0146;
}
</style>
border-color css
<style>
span { border-color: #DC0146; }
span { border-color: rgb(220,1,70); }
td.TdClassName
{
border-color: #DC0146;
}
.TagClassName
{
border-color: #DC0146;
}
</style>