Shades of Crimson #DD0941
Tints of Crimson #DD0941
RGB
CMYK
RGB Variations
Color information
#DD0941 (or 0xDD0941) is known color: Crimson. HEX triplet: DD, 09 and 41. RGB value is (221,9,65). Sum of RGB (Red+Green+Blue) = 221+9+65=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0941 is #22F6BE. Grayscale: #4E4E4E. Windows color (decimal): -2291391 or 4262365. OLE color: 4262365.
HSL color Cylindrical-coordinate representation of color #DD0941: hue angle of 344.15º 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 #DD0941 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 65 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.13 |
| HSL | 344.15º | 0.92% | 0.45% | - |
| HSV(B) | 344.15º | 0.96% | 0.87% | - |
| XYZ | 30.87 | 15.95 | 6.45 | - |
| YUV | 78.77 | 120.24 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 65 | 0 | 0.96 | 0.71 | 0.13 | 344.15 | 0.92 | 0.45 |
| Hex | DD | 9 | 41 | 0 | 60 | 47 | D | 158 | 5C | 2D |
| Octal | 335 | 11 | 101 | 0 | 140 | 107 | 15 | 530 | 134 | 55 |
| Binary | 11011101 | 1001 | 1000001 | 0 | 1100000 | 1000111 | 1101 | 101011000 | 1011100 | 101101 |
Color Harmonies of #DD0941
Complementary color
Monochromatic Colors of #DD0941
Black with #DD0941
Text Example
Text Example
White with #DD0941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0941; }
p { color: rgb(221,9,65); }
H1.HeaderClassName
{
color: #DD0941;
}
.AnyTagClassName
{
color: #DD0941;
}
</style>
background-color css
<style>
a { background-color: #DD0941; }
a { background-color: rgb(221,9,65); }
div.DivClassName
{
background-color: #DD0941;
}
.BgClassName
{
background-color: #DD0941;
}
</style>
border-color css
<style>
span { border-color: #DD0941; }
span { border-color: rgb(221,9,65); }
td.TdClassName
{
border-color: #DD0941;
}
.TagClassName
{
border-color: #DD0941;
}
</style>