Shades of Crimson #DC2144
Tints of Crimson #DC2144
RGB
CMYK
RGB Variations
Color information
#DC2144 (or 0xDC2144) is known color: Crimson. HEX triplet: DC, 21 and 44. RGB value is (220,33,68). Sum of RGB (Red+Green+Blue) = 220+33+68=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2144 is #23DEBB. Grayscale: #5C5C5C. Windows color (decimal): -2350780 or 4465116. OLE color: 4465116.
HSL color Cylindrical-coordinate representation of color #DC2144: hue angle of 348.77º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2144 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 68 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.14 |
| HSL | 348.77º | 0.74% | 0.5% | - |
| HSV(B) | 348.77º | 0.85% | 0.86% | - |
| XYZ | 31.1 | 16.72 | 7.06 | - |
| YUV | 92.9 | 113.95 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 68 | 0 | 0.85 | 0.69 | 0.14 | 348.77 | 0.74 | 0.5 |
| Hex | DC | 21 | 44 | 0 | 55 | 45 | E | 15D | 4A | 32 |
| Octal | 334 | 41 | 104 | 0 | 125 | 105 | 16 | 535 | 112 | 62 |
| Binary | 11011100 | 100001 | 1000100 | 0 | 1010101 | 1000101 | 1110 | 101011101 | 1001010 | 110010 |
Color Harmonies of #DC2144
Complementary color
Monochromatic Colors of #DC2144
Black with #DC2144
Text Example
Text Example
White with #DC2144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2144; }
p { color: rgb(220,33,68); }
H1.HeaderClassName
{
color: #DC2144;
}
.AnyTagClassName
{
color: #DC2144;
}
</style>
background-color css
<style>
a { background-color: #DC2144; }
a { background-color: rgb(220,33,68); }
div.DivClassName
{
background-color: #DC2144;
}
.BgClassName
{
background-color: #DC2144;
}
</style>
border-color css
<style>
span { border-color: #DC2144; }
span { border-color: rgb(220,33,68); }
td.TdClassName
{
border-color: #DC2144;
}
.TagClassName
{
border-color: #DC2144;
}
</style>