Shades of Crimson #DC163D
Tints of Crimson #DC163D
RGB
CMYK
RGB Variations
Color information
#DC163D (or 0xDC163D) is known color: Crimson. HEX triplet: DC, 16 and 3D. RGB value is (220,22,61). Sum of RGB (Red+Green+Blue) = 220+22+61=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC163D is #23E9C2. Grayscale: #555555. Windows color (decimal): -2353603 or 4003548. OLE color: 4003548.
HSL color Cylindrical-coordinate representation of color #DC163D: hue angle of 348.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC163D is Cyan = 0, Magento = 0.9, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 61 | - |
| CMYK | 0 | 0.9 | 0.72 | 0.14 |
| HSL | 348.18º | 0.82% | 0.47% | - |
| HSV(B) | 348.18º | 0.9% | 0.86% | - |
| XYZ | 30.64 | 16.13 | 5.91 | - |
| YUV | 85.65 | 114.1 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 61 | 0 | 0.9 | 0.72 | 0.14 | 348.18 | 0.82 | 0.47 |
| Hex | DC | 16 | 3D | 0 | 5A | 48 | E | 15C | 52 | 2F |
| Octal | 334 | 26 | 75 | 0 | 132 | 110 | 16 | 534 | 122 | 57 |
| Binary | 11011100 | 10110 | 111101 | 0 | 1011010 | 1001000 | 1110 | 101011100 | 1010010 | 101111 |
Color Harmonies of #DC163D
Complementary color
Monochromatic Colors of #DC163D
Black with #DC163D
Text Example
Text Example
White with #DC163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC163D; }
p { color: rgb(220,22,61); }
H1.HeaderClassName
{
color: #DC163D;
}
.AnyTagClassName
{
color: #DC163D;
}
</style>
background-color css
<style>
a { background-color: #DC163D; }
a { background-color: rgb(220,22,61); }
div.DivClassName
{
background-color: #DC163D;
}
.BgClassName
{
background-color: #DC163D;
}
</style>
border-color css
<style>
span { border-color: #DC163D; }
span { border-color: rgb(220,22,61); }
td.TdClassName
{
border-color: #DC163D;
}
.TagClassName
{
border-color: #DC163D;
}
</style>