Shades of Crimson #DD1638
Tints of Crimson #DD1638
RGB
CMYK
RGB Variations
Color information
#DD1638 (or 0xDD1638) is known color: Crimson. HEX triplet: DD, 16 and 38. RGB value is (221,22,56). Sum of RGB (Red+Green+Blue) = 221+22+56=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1638 is #22E9C7. Grayscale: #555555. Windows color (decimal): -2288072 or 3675869. OLE color: 3675869.
HSL color Cylindrical-coordinate representation of color #DD1638: hue angle of 349.75º 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 #DD1638 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 56 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.13 |
| HSL | 349.75º | 0.82% | 0.48% | - |
| HSV(B) | 349.75º | 0.9% | 0.87% | - |
| XYZ | 30.82 | 16.23 | 5.25 | - |
| YUV | 85.38 | 111.43 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 56 | 0 | 0.90 | 0.75 | 0.13 | 349.75 | 0.82 | 0.48 |
| Hex | DD | 16 | 38 | 0 | 5A | 4B | D | 15E | 52 | 30 |
| Octal | 335 | 26 | 70 | 0 | 132 | 113 | 15 | 536 | 122 | 60 |
| Binary | 11011101 | 10110 | 111000 | 0 | 1011010 | 1001011 | 1101 | 101011110 | 1010010 | 110000 |
Color Harmonies of #DD1638
Complementary color
Monochromatic Colors of #DD1638
Black with #DD1638
Text Example
Text Example
White with #DD1638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1638; }
p { color: rgb(221,22,56); }
H1.HeaderClassName
{
color: #DD1638;
}
.AnyTagClassName
{
color: #DD1638;
}
</style>
background-color css
<style>
a { background-color: #DD1638; }
a { background-color: rgb(221,22,56); }
div.DivClassName
{
background-color: #DD1638;
}
.BgClassName
{
background-color: #DD1638;
}
</style>
border-color css
<style>
span { border-color: #DD1638; }
span { border-color: rgb(221,22,56); }
td.TdClassName
{
border-color: #DD1638;
}
.TagClassName
{
border-color: #DD1638;
}
</style>