Shades of Crimson #DC1636
Tints of Crimson #DC1636
RGB
CMYK
RGB Variations
Color information
#DC1636 (or 0xDC1636) is known color: Crimson. HEX triplet: DC, 16 and 36. RGB value is (220,22,54). Sum of RGB (Red+Green+Blue) = 220+22+54=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1636 is #23E9C9. Grayscale: #545454. Windows color (decimal): -2353610 or 3544796. OLE color: 3544796.
HSL color Cylindrical-coordinate representation of color #DC1636: hue angle of 350.3º 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 #DC1636 is Cyan = 0, Magento = 0.9, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 54 | - |
| CMYK | 0 | 0.9 | 0.75 | 0.14 |
| HSL | 350.3º | 0.82% | 0.47% | - |
| HSV(B) | 350.3º | 0.9% | 0.86% | - |
| XYZ | 30.47 | 16.06 | 4.98 | - |
| YUV | 84.85 | 110.6 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 54 | 0 | 0.9 | 0.75 | 0.14 | 350.3 | 0.82 | 0.47 |
| Hex | DC | 16 | 36 | 0 | 5A | 4B | E | 15E | 52 | 2F |
| Octal | 334 | 26 | 66 | 0 | 132 | 113 | 16 | 536 | 122 | 57 |
| Binary | 11011100 | 10110 | 110110 | 0 | 1011010 | 1001011 | 1110 | 101011110 | 1010010 | 101111 |
Color Harmonies of #DC1636
Complementary color
Monochromatic Colors of #DC1636
Black with #DC1636
Text Example
Text Example
White with #DC1636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1636; }
p { color: rgb(220,22,54); }
H1.HeaderClassName
{
color: #DC1636;
}
.AnyTagClassName
{
color: #DC1636;
}
</style>
background-color css
<style>
a { background-color: #DC1636; }
a { background-color: rgb(220,22,54); }
div.DivClassName
{
background-color: #DC1636;
}
.BgClassName
{
background-color: #DC1636;
}
</style>
border-color css
<style>
span { border-color: #DC1636; }
span { border-color: rgb(220,22,54); }
td.TdClassName
{
border-color: #DC1636;
}
.TagClassName
{
border-color: #DC1636;
}
</style>