Shades of Crimson #DC162C
Tints of Crimson #DC162C
RGB
CMYK
RGB Variations
Color information
#DC162C (or 0xDC162C) is known color: Crimson. HEX triplet: DC, 16 and 2C. RGB value is (220,22,44). Sum of RGB (Red+Green+Blue) = 220+22+44=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC162C is #23E9D3. Grayscale: #535353. Windows color (decimal): -2353620 or 2889436. OLE color: 2889436.
HSL color Cylindrical-coordinate representation of color #DC162C: hue angle of 353.33º 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 #DC162C is Cyan = 0, Magento = 0.9, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 44 | - |
| CMYK | 0 | 0.9 | 0.8 | 0.14 |
| HSL | 353.33º | 0.82% | 0.47% | - |
| HSV(B) | 353.33º | 0.9% | 0.86% | - |
| XYZ | 30.26 | 15.97 | 3.87 | - |
| YUV | 83.71 | 105.6 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 44 | 0 | 0.9 | 0.8 | 0.14 | 353.33 | 0.82 | 0.47 |
| Hex | DC | 16 | 2C | 0 | 5A | 50 | E | 161 | 52 | 2F |
| Octal | 334 | 26 | 54 | 0 | 132 | 120 | 16 | 541 | 122 | 57 |
| Binary | 11011100 | 10110 | 101100 | 0 | 1011010 | 1010000 | 1110 | 101100001 | 1010010 | 101111 |
Color Harmonies of #DC162C
Complementary color
Monochromatic Colors of #DC162C
Black with #DC162C
Text Example
Text Example
White with #DC162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC162C; }
p { color: rgb(220,22,44); }
H1.HeaderClassName
{
color: #DC162C;
}
.AnyTagClassName
{
color: #DC162C;
}
</style>
background-color css
<style>
a { background-color: #DC162C; }
a { background-color: rgb(220,22,44); }
div.DivClassName
{
background-color: #DC162C;
}
.BgClassName
{
background-color: #DC162C;
}
</style>
border-color css
<style>
span { border-color: #DC162C; }
span { border-color: rgb(220,22,44); }
td.TdClassName
{
border-color: #DC162C;
}
.TagClassName
{
border-color: #DC162C;
}
</style>