Shades of Crimson #DC162D
Tints of Crimson #DC162D
RGB
CMYK
RGB Variations
Color information
#DC162D (or 0xDC162D) is known color: Crimson. HEX triplet: DC, 16 and 2D. RGB value is (220,22,45). Sum of RGB (Red+Green+Blue) = 220+22+45=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC162D is #23E9D2. Grayscale: #535353. Windows color (decimal): -2353619 or 2954972. OLE color: 2954972.
HSL color Cylindrical-coordinate representation of color #DC162D: hue angle of 353.03º 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 #DC162D is Cyan = 0, Magento = 0.9, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 45 | - |
| CMYK | 0 | 0.9 | 0.80 | 0.14 |
| HSL | 353.03º | 0.82% | 0.47% | - |
| HSV(B) | 353.03º | 0.9% | 0.86% | - |
| XYZ | 30.28 | 15.98 | 3.97 | - |
| YUV | 83.82 | 106.1 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 45 | 0 | 0.9 | 0.80 | 0.14 | 353.03 | 0.82 | 0.47 |
| Hex | DC | 16 | 2D | 0 | 5A | 50 | E | 161 | 52 | 2F |
| Octal | 334 | 26 | 55 | 0 | 132 | 120 | 16 | 541 | 122 | 57 |
| Binary | 11011100 | 10110 | 101101 | 0 | 1011010 | 1010000 | 1110 | 101100001 | 1010010 | 101111 |
Color Harmonies of #DC162D
Complementary color
Monochromatic Colors of #DC162D
Black with #DC162D
Text Example
Text Example
White with #DC162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC162D; }
p { color: rgb(220,22,45); }
H1.HeaderClassName
{
color: #DC162D;
}
.AnyTagClassName
{
color: #DC162D;
}
</style>
background-color css
<style>
a { background-color: #DC162D; }
a { background-color: rgb(220,22,45); }
div.DivClassName
{
background-color: #DC162D;
}
.BgClassName
{
background-color: #DC162D;
}
</style>
border-color css
<style>
span { border-color: #DC162D; }
span { border-color: rgb(220,22,45); }
td.TdClassName
{
border-color: #DC162D;
}
.TagClassName
{
border-color: #DC162D;
}
</style>