Shades of Crimson #DD162C
Tints of Crimson #DD162C
RGB
CMYK
RGB Variations
Color information
#DD162C (or 0xDD162C) is known color: Crimson. HEX triplet: DD, 16 and 2C. RGB value is (221,22,44). Sum of RGB (Red+Green+Blue) = 221+22+44=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD162C is #22E9D3. Grayscale: #545454. Windows color (decimal): -2288084 or 2889437. OLE color: 2889437.
HSL color Cylindrical-coordinate representation of color #DD162C: hue angle of 353.37º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD162C is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 44 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.13 |
| HSL | 353.37º | 0.82% | 0.48% | - |
| HSV(B) | 353.37º | 0.9% | 0.87% | - |
| XYZ | 30.56 | 16.13 | 3.89 | - |
| YUV | 84.01 | 105.43 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 44 | 0 | 0.90 | 0.80 | 0.13 | 353.37 | 0.82 | 0.48 |
| Hex | DD | 16 | 2C | 0 | 5A | 50 | D | 161 | 52 | 30 |
| Octal | 335 | 26 | 54 | 0 | 132 | 120 | 15 | 541 | 122 | 60 |
| Binary | 11011101 | 10110 | 101100 | 0 | 1011010 | 1010000 | 1101 | 101100001 | 1010010 | 110000 |
Color Harmonies of #DD162C
Complementary color
Monochromatic Colors of #DD162C
Black with #DD162C
Text Example
Text Example
White with #DD162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD162C; }
p { color: rgb(221,22,44); }
H1.HeaderClassName
{
color: #DD162C;
}
.AnyTagClassName
{
color: #DD162C;
}
</style>
background-color css
<style>
a { background-color: #DD162C; }
a { background-color: rgb(221,22,44); }
div.DivClassName
{
background-color: #DD162C;
}
.BgClassName
{
background-color: #DD162C;
}
</style>
border-color css
<style>
span { border-color: #DD162C; }
span { border-color: rgb(221,22,44); }
td.TdClassName
{
border-color: #DD162C;
}
.TagClassName
{
border-color: #DD162C;
}
</style>