Shades of Crimson #DC1634
Tints of Crimson #DC1634
RGB
CMYK
RGB Variations
Color information
#DC1634 (or 0xDC1634) is known color: Crimson. HEX triplet: DC, 16 and 34. RGB value is (220,22,52). Sum of RGB (Red+Green+Blue) = 220+22+52=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1634 is #23E9CB. Grayscale: #545454. Windows color (decimal): -2353612 or 3413724. OLE color: 3413724.
HSL color Cylindrical-coordinate representation of color #DC1634: hue angle of 350.91º 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 #DC1634 is Cyan = 0, Magento = 0.9, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 52 | - |
| CMYK | 0 | 0.9 | 0.76 | 0.14 |
| HSL | 350.91º | 0.82% | 0.47% | - |
| HSV(B) | 350.91º | 0.9% | 0.86% | - |
| XYZ | 30.42 | 16.04 | 4.74 | - |
| YUV | 84.62 | 109.6 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 52 | 0 | 0.9 | 0.76 | 0.14 | 350.91 | 0.82 | 0.47 |
| Hex | DC | 16 | 34 | 0 | 5A | 4C | E | 15F | 52 | 2F |
| Octal | 334 | 26 | 64 | 0 | 132 | 114 | 16 | 537 | 122 | 57 |
| Binary | 11011100 | 10110 | 110100 | 0 | 1011010 | 1001100 | 1110 | 101011111 | 1010010 | 101111 |
Color Harmonies of #DC1634
Complementary color
Monochromatic Colors of #DC1634
Black with #DC1634
Text Example
Text Example
White with #DC1634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1634; }
p { color: rgb(220,22,52); }
H1.HeaderClassName
{
color: #DC1634;
}
.AnyTagClassName
{
color: #DC1634;
}
</style>
background-color css
<style>
a { background-color: #DC1634; }
a { background-color: rgb(220,22,52); }
div.DivClassName
{
background-color: #DC1634;
}
.BgClassName
{
background-color: #DC1634;
}
</style>
border-color css
<style>
span { border-color: #DC1634; }
span { border-color: rgb(220,22,52); }
td.TdClassName
{
border-color: #DC1634;
}
.TagClassName
{
border-color: #DC1634;
}
</style>