Shades of Crimson #DD162D
Tints of Crimson #DD162D
RGB
CMYK
RGB Variations
Color information
#DD162D (or 0xDD162D) is known color: Crimson. HEX triplet: DD, 16 and 2D. RGB value is (221,22,45). Sum of RGB (Red+Green+Blue) = 221+22+45=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD162D is #22E9D2. Grayscale: #545454. Windows color (decimal): -2288083 or 2954973. OLE color: 2954973.
HSL color Cylindrical-coordinate representation of color #DD162D: hue angle of 353.07º 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 #DD162D is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 45 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.13 |
| HSL | 353.07º | 0.82% | 0.48% | - |
| HSV(B) | 353.07º | 0.9% | 0.87% | - |
| XYZ | 30.58 | 16.14 | 3.99 | - |
| YUV | 84.12 | 105.93 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 45 | 0 | 0.90 | 0.80 | 0.13 | 353.07 | 0.82 | 0.48 |
| Hex | DD | 16 | 2D | 0 | 5A | 50 | D | 161 | 52 | 30 |
| Octal | 335 | 26 | 55 | 0 | 132 | 120 | 15 | 541 | 122 | 60 |
| Binary | 11011101 | 10110 | 101101 | 0 | 1011010 | 1010000 | 1101 | 101100001 | 1010010 | 110000 |
Color Harmonies of #DD162D
Complementary color
Monochromatic Colors of #DD162D
Black with #DD162D
Text Example
Text Example
White with #DD162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD162D; }
p { color: rgb(221,22,45); }
H1.HeaderClassName
{
color: #DD162D;
}
.AnyTagClassName
{
color: #DD162D;
}
</style>
background-color css
<style>
a { background-color: #DD162D; }
a { background-color: rgb(221,22,45); }
div.DivClassName
{
background-color: #DD162D;
}
.BgClassName
{
background-color: #DD162D;
}
</style>
border-color css
<style>
span { border-color: #DD162D; }
span { border-color: rgb(221,22,45); }
td.TdClassName
{
border-color: #DD162D;
}
.TagClassName
{
border-color: #DD162D;
}
</style>