Shades of Crimson #DD2243
Tints of Crimson #DD2243
RGB
CMYK
RGB Variations
Color information
#DD2243 (or 0xDD2243) is known color: Crimson. HEX triplet: DD, 22 and 43. RGB value is (221,34,67). Sum of RGB (Red+Green+Blue) = 221+34+67=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2243 is #22DDBC. Grayscale: #5D5D5D. Windows color (decimal): -2284989 or 4399837. OLE color: 4399837.
HSL color Cylindrical-coordinate representation of color #DD2243: hue angle of 349.41º 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 #DD2243 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 67 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.13 |
| HSL | 349.41º | 0.73% | 0.5% | - |
| HSV(B) | 349.41º | 0.85% | 0.87% | - |
| XYZ | 31.4 | 16.92 | 6.92 | - |
| YUV | 93.68 | 112.95 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 67 | 0 | 0.85 | 0.70 | 0.13 | 349.41 | 0.73 | 0.5 |
| Hex | DD | 22 | 43 | 0 | 55 | 46 | D | 15D | 49 | 32 |
| Octal | 335 | 42 | 103 | 0 | 125 | 106 | 15 | 535 | 111 | 62 |
| Binary | 11011101 | 100010 | 1000011 | 0 | 1010101 | 1000110 | 1101 | 101011101 | 1001001 | 110010 |
Color Harmonies of #DD2243
Complementary color
Monochromatic Colors of #DD2243
Black with #DD2243
Text Example
Text Example
White with #DD2243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2243; }
p { color: rgb(221,34,67); }
H1.HeaderClassName
{
color: #DD2243;
}
.AnyTagClassName
{
color: #DD2243;
}
</style>
background-color css
<style>
a { background-color: #DD2243; }
a { background-color: rgb(221,34,67); }
div.DivClassName
{
background-color: #DD2243;
}
.BgClassName
{
background-color: #DD2243;
}
</style>
border-color css
<style>
span { border-color: #DD2243; }
span { border-color: rgb(221,34,67); }
td.TdClassName
{
border-color: #DD2243;
}
.TagClassName
{
border-color: #DD2243;
}
</style>