Shades of Crimson #DD163D
Tints of Crimson #DD163D
RGB
CMYK
RGB Variations
Color information
#DD163D (or 0xDD163D) is known color: Crimson. HEX triplet: DD, 16 and 3D. RGB value is (221,22,61). Sum of RGB (Red+Green+Blue) = 221+22+61=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD163D is #22E9C2. Grayscale: #555555. Windows color (decimal): -2288067 or 4003549. OLE color: 4003549.
HSL color Cylindrical-coordinate representation of color #DD163D: hue angle of 348.24º 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 #DD163D is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 61 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.13 |
| HSL | 348.24º | 0.82% | 0.48% | - |
| HSV(B) | 348.24º | 0.9% | 0.87% | - |
| XYZ | 30.95 | 16.28 | 5.93 | - |
| YUV | 85.95 | 113.93 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 61 | 0 | 0.90 | 0.72 | 0.13 | 348.24 | 0.82 | 0.48 |
| Hex | DD | 16 | 3D | 0 | 5A | 48 | D | 15C | 52 | 30 |
| Octal | 335 | 26 | 75 | 0 | 132 | 110 | 15 | 534 | 122 | 60 |
| Binary | 11011101 | 10110 | 111101 | 0 | 1011010 | 1001000 | 1101 | 101011100 | 1010010 | 110000 |
Color Harmonies of #DD163D
Complementary color
Monochromatic Colors of #DD163D
Black with #DD163D
Text Example
Text Example
White with #DD163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD163D; }
p { color: rgb(221,22,61); }
H1.HeaderClassName
{
color: #DD163D;
}
.AnyTagClassName
{
color: #DD163D;
}
</style>
background-color css
<style>
a { background-color: #DD163D; }
a { background-color: rgb(221,22,61); }
div.DivClassName
{
background-color: #DD163D;
}
.BgClassName
{
background-color: #DD163D;
}
</style>
border-color css
<style>
span { border-color: #DD163D; }
span { border-color: rgb(221,22,61); }
td.TdClassName
{
border-color: #DD163D;
}
.TagClassName
{
border-color: #DD163D;
}
</style>