Shades of Crimson #DD0943
Tints of Crimson #DD0943
RGB
CMYK
RGB Variations
Color information
#DD0943 (or 0xDD0943) is known color: Crimson. HEX triplet: DD, 09 and 43. RGB value is (221,9,67). Sum of RGB (Red+Green+Blue) = 221+9+67=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0943 is #22F6BC. Grayscale: #4E4E4E. Windows color (decimal): -2291389 or 4393437. OLE color: 4393437.
HSL color Cylindrical-coordinate representation of color #DD0943: hue angle of 343.58º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0943 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 67 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.13 |
| HSL | 343.58º | 0.92% | 0.45% | - |
| HSV(B) | 343.58º | 0.96% | 0.87% | - |
| XYZ | 30.93 | 15.97 | 6.76 | - |
| YUV | 79 | 121.24 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 67 | 0 | 0.96 | 0.70 | 0.13 | 343.58 | 0.92 | 0.45 |
| Hex | DD | 9 | 43 | 0 | 60 | 46 | D | 158 | 5C | 2D |
| Octal | 335 | 11 | 103 | 0 | 140 | 106 | 15 | 530 | 134 | 55 |
| Binary | 11011101 | 1001 | 1000011 | 0 | 1100000 | 1000110 | 1101 | 101011000 | 1011100 | 101101 |
Color Harmonies of #DD0943
Complementary color
Monochromatic Colors of #DD0943
Black with #DD0943
Text Example
Text Example
White with #DD0943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0943; }
p { color: rgb(221,9,67); }
H1.HeaderClassName
{
color: #DD0943;
}
.AnyTagClassName
{
color: #DD0943;
}
</style>
background-color css
<style>
a { background-color: #DD0943; }
a { background-color: rgb(221,9,67); }
div.DivClassName
{
background-color: #DD0943;
}
.BgClassName
{
background-color: #DD0943;
}
</style>
border-color css
<style>
span { border-color: #DD0943; }
span { border-color: rgb(221,9,67); }
td.TdClassName
{
border-color: #DD0943;
}
.TagClassName
{
border-color: #DD0943;
}
</style>