Shades of Crimson #DC1635
Tints of Crimson #DC1635
RGB
CMYK
RGB Variations
Color information
#DC1635 (or 0xDC1635) is known color: Crimson. HEX triplet: DC, 16 and 35. RGB value is (220,22,53). Sum of RGB (Red+Green+Blue) = 220+22+53=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1635 is #23E9CA. Grayscale: #545454. Windows color (decimal): -2353611 or 3479260. OLE color: 3479260.
HSL color Cylindrical-coordinate representation of color #DC1635: hue angle of 350.61º 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 #DC1635 is Cyan = 0, Magento = 0.9, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 53 | - |
| CMYK | 0 | 0.9 | 0.76 | 0.14 |
| HSL | 350.61º | 0.82% | 0.47% | - |
| HSV(B) | 350.61º | 0.9% | 0.86% | - |
| XYZ | 30.44 | 16.05 | 4.86 | - |
| YUV | 84.74 | 110.1 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 53 | 0 | 0.9 | 0.76 | 0.14 | 350.61 | 0.82 | 0.47 |
| Hex | DC | 16 | 35 | 0 | 5A | 4C | E | 15F | 52 | 2F |
| Octal | 334 | 26 | 65 | 0 | 132 | 114 | 16 | 537 | 122 | 57 |
| Binary | 11011100 | 10110 | 110101 | 0 | 1011010 | 1001100 | 1110 | 101011111 | 1010010 | 101111 |
Color Harmonies of #DC1635
Complementary color
Monochromatic Colors of #DC1635
Black with #DC1635
Text Example
Text Example
White with #DC1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1635; }
p { color: rgb(220,22,53); }
H1.HeaderClassName
{
color: #DC1635;
}
.AnyTagClassName
{
color: #DC1635;
}
</style>
background-color css
<style>
a { background-color: #DC1635; }
a { background-color: rgb(220,22,53); }
div.DivClassName
{
background-color: #DC1635;
}
.BgClassName
{
background-color: #DC1635;
}
</style>
border-color css
<style>
span { border-color: #DC1635; }
span { border-color: rgb(220,22,53); }
td.TdClassName
{
border-color: #DC1635;
}
.TagClassName
{
border-color: #DC1635;
}
</style>