Shades of Crimson #DD163F
Tints of Crimson #DD163F
RGB
CMYK
RGB Variations
Color information
#DD163F (or 0xDD163F) is known color: Crimson. HEX triplet: DD, 16 and 3F. RGB value is (221,22,63). Sum of RGB (Red+Green+Blue) = 221+22+63=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD163F is #22E9C0. Grayscale: #565656. Windows color (decimal): -2288065 or 4134621. OLE color: 4134621.
HSL color Cylindrical-coordinate representation of color #DD163F: hue angle of 347.64º 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 #DD163F is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 63 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.13 |
| HSL | 347.64º | 0.82% | 0.48% | - |
| HSV(B) | 347.64º | 0.9% | 0.87% | - |
| XYZ | 31 | 16.3 | 6.22 | - |
| YUV | 86.18 | 114.93 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 63 | 0 | 0.90 | 0.71 | 0.13 | 347.64 | 0.82 | 0.48 |
| Hex | DD | 16 | 3F | 0 | 5A | 47 | D | 15C | 52 | 30 |
| Octal | 335 | 26 | 77 | 0 | 132 | 107 | 15 | 534 | 122 | 60 |
| Binary | 11011101 | 10110 | 111111 | 0 | 1011010 | 1000111 | 1101 | 101011100 | 1010010 | 110000 |
Color Harmonies of #DD163F
Complementary color
Monochromatic Colors of #DD163F
Black with #DD163F
Text Example
Text Example
White with #DD163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD163F; }
p { color: rgb(221,22,63); }
H1.HeaderClassName
{
color: #DD163F;
}
.AnyTagClassName
{
color: #DD163F;
}
</style>
background-color css
<style>
a { background-color: #DD163F; }
a { background-color: rgb(221,22,63); }
div.DivClassName
{
background-color: #DD163F;
}
.BgClassName
{
background-color: #DD163F;
}
</style>
border-color css
<style>
span { border-color: #DD163F; }
span { border-color: rgb(221,22,63); }
td.TdClassName
{
border-color: #DD163F;
}
.TagClassName
{
border-color: #DD163F;
}
</style>