Shades of Crimson #DD163B
Tints of Crimson #DD163B
RGB
CMYK
RGB Variations
Color information
#DD163B (or 0xDD163B) is known color: Crimson. HEX triplet: DD, 16 and 3B. RGB value is (221,22,59). Sum of RGB (Red+Green+Blue) = 221+22+59=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD163B is #22E9C4. Grayscale: #555555. Windows color (decimal): -2288069 or 3872477. OLE color: 3872477.
HSL color Cylindrical-coordinate representation of color #DD163B: hue angle of 348.84º 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 #DD163B is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 59 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.13 |
| HSL | 348.84º | 0.82% | 0.48% | - |
| HSV(B) | 348.84º | 0.9% | 0.87% | - |
| XYZ | 30.9 | 16.26 | 5.65 | - |
| YUV | 85.72 | 112.93 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 59 | 0 | 0.90 | 0.73 | 0.13 | 348.84 | 0.82 | 0.48 |
| Hex | DD | 16 | 3B | 0 | 5A | 49 | D | 15D | 52 | 30 |
| Octal | 335 | 26 | 73 | 0 | 132 | 111 | 15 | 535 | 122 | 60 |
| Binary | 11011101 | 10110 | 111011 | 0 | 1011010 | 1001001 | 1101 | 101011101 | 1010010 | 110000 |
Color Harmonies of #DD163B
Complementary color
Monochromatic Colors of #DD163B
Black with #DD163B
Text Example
Text Example
White with #DD163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD163B; }
p { color: rgb(221,22,59); }
H1.HeaderClassName
{
color: #DD163B;
}
.AnyTagClassName
{
color: #DD163B;
}
</style>
background-color css
<style>
a { background-color: #DD163B; }
a { background-color: rgb(221,22,59); }
div.DivClassName
{
background-color: #DD163B;
}
.BgClassName
{
background-color: #DD163B;
}
</style>
border-color css
<style>
span { border-color: #DD163B; }
span { border-color: rgb(221,22,59); }
td.TdClassName
{
border-color: #DD163B;
}
.TagClassName
{
border-color: #DD163B;
}
</style>