Shades of Crimson #DD162F
Tints of Crimson #DD162F
RGB
CMYK
RGB Variations
Color information
#DD162F (or 0xDD162F) is known color: Crimson. HEX triplet: DD, 16 and 2F. RGB value is (221,22,47). Sum of RGB (Red+Green+Blue) = 221+22+47=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD162F is #22E9D0. Grayscale: #545454. Windows color (decimal): -2288081 or 3086045. OLE color: 3086045.
HSL color Cylindrical-coordinate representation of color #DD162F: hue angle of 352.46º 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 #DD162F is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 47 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.13 |
| HSL | 352.46º | 0.82% | 0.48% | - |
| HSV(B) | 352.46º | 0.9% | 0.87% | - |
| XYZ | 30.62 | 16.15 | 4.19 | - |
| YUV | 84.35 | 106.93 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 47 | 0 | 0.90 | 0.79 | 0.13 | 352.46 | 0.82 | 0.48 |
| Hex | DD | 16 | 2F | 0 | 5A | 4F | D | 160 | 52 | 30 |
| Octal | 335 | 26 | 57 | 0 | 132 | 117 | 15 | 540 | 122 | 60 |
| Binary | 11011101 | 10110 | 101111 | 0 | 1011010 | 1001111 | 1101 | 101100000 | 1010010 | 110000 |
Color Harmonies of #DD162F
Complementary color
Monochromatic Colors of #DD162F
Black with #DD162F
Text Example
Text Example
White with #DD162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD162F; }
p { color: rgb(221,22,47); }
H1.HeaderClassName
{
color: #DD162F;
}
.AnyTagClassName
{
color: #DD162F;
}
</style>
background-color css
<style>
a { background-color: #DD162F; }
a { background-color: rgb(221,22,47); }
div.DivClassName
{
background-color: #DD162F;
}
.BgClassName
{
background-color: #DD162F;
}
</style>
border-color css
<style>
span { border-color: #DD162F; }
span { border-color: rgb(221,22,47); }
td.TdClassName
{
border-color: #DD162F;
}
.TagClassName
{
border-color: #DD162F;
}
</style>