Shades of Crimson #DC1B4D
Tints of Crimson #DC1B4D
RGB
CMYK
RGB Variations
Color information
#DC1B4D (or 0xDC1B4D) is known color: Crimson. HEX triplet: DC, 1B and 4D. RGB value is (220,27,77). Sum of RGB (Red+Green+Blue) = 220+27+77=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B4D is #23E4B2. Grayscale: #5A5A5A. Windows color (decimal): -2352307 or 5053404. OLE color: 5053404.
HSL color Cylindrical-coordinate representation of color #DC1B4D: hue angle of 344.46º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1B4D is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 77 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.14 |
| HSL | 344.46º | 0.78% | 0.48% | - |
| HSV(B) | 344.46º | 0.88% | 0.86% | - |
| XYZ | 31.25 | 16.54 | 8.57 | - |
| YUV | 90.41 | 120.44 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 77 | 0 | 0.88 | 0.65 | 0.14 | 344.46 | 0.78 | 0.48 |
| Hex | DC | 1B | 4D | 0 | 58 | 41 | E | 158 | 4E | 30 |
| Octal | 334 | 33 | 115 | 0 | 130 | 101 | 16 | 530 | 116 | 60 |
| Binary | 11011100 | 11011 | 1001101 | 0 | 1011000 | 1000001 | 1110 | 101011000 | 1001110 | 110000 |
Color Harmonies of #DC1B4D
Complementary color
Monochromatic Colors of #DC1B4D
Black with #DC1B4D
Text Example
Text Example
White with #DC1B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B4D; }
p { color: rgb(220,27,77); }
H1.HeaderClassName
{
color: #DC1B4D;
}
.AnyTagClassName
{
color: #DC1B4D;
}
</style>
background-color css
<style>
a { background-color: #DC1B4D; }
a { background-color: rgb(220,27,77); }
div.DivClassName
{
background-color: #DC1B4D;
}
.BgClassName
{
background-color: #DC1B4D;
}
</style>
border-color css
<style>
span { border-color: #DC1B4D; }
span { border-color: rgb(220,27,77); }
td.TdClassName
{
border-color: #DC1B4D;
}
.TagClassName
{
border-color: #DC1B4D;
}
</style>