Shades of Crimson #DD2244
Tints of Crimson #DD2244
RGB
CMYK
RGB Variations
Color information
#DD2244 (or 0xDD2244) is known color: Crimson. HEX triplet: DD, 22 and 44. RGB value is (221,34,68). Sum of RGB (Red+Green+Blue) = 221+34+68=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2244 is #22DDBB. Grayscale: #5D5D5D. Windows color (decimal): -2284988 or 4465373. OLE color: 4465373.
HSL color Cylindrical-coordinate representation of color #DD2244: hue angle of 349.09º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2244 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 68 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.13 |
| HSL | 349.09º | 0.73% | 0.5% | - |
| HSV(B) | 349.09º | 0.85% | 0.87% | - |
| XYZ | 31.43 | 16.93 | 7.08 | - |
| YUV | 93.79 | 113.45 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 68 | 0 | 0.85 | 0.69 | 0.13 | 349.09 | 0.73 | 0.5 |
| Hex | DD | 22 | 44 | 0 | 55 | 45 | D | 15D | 49 | 32 |
| Octal | 335 | 42 | 104 | 0 | 125 | 105 | 15 | 535 | 111 | 62 |
| Binary | 11011101 | 100010 | 1000100 | 0 | 1010101 | 1000101 | 1101 | 101011101 | 1001001 | 110010 |
Color Harmonies of #DD2244
Complementary color
Monochromatic Colors of #DD2244
Black with #DD2244
Text Example
Text Example
White with #DD2244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2244; }
p { color: rgb(221,34,68); }
H1.HeaderClassName
{
color: #DD2244;
}
.AnyTagClassName
{
color: #DD2244;
}
</style>
background-color css
<style>
a { background-color: #DD2244; }
a { background-color: rgb(221,34,68); }
div.DivClassName
{
background-color: #DD2244;
}
.BgClassName
{
background-color: #DD2244;
}
</style>
border-color css
<style>
span { border-color: #DD2244; }
span { border-color: rgb(221,34,68); }
td.TdClassName
{
border-color: #DD2244;
}
.TagClassName
{
border-color: #DD2244;
}
</style>