Shades of Crimson #DD0D43
Tints of Crimson #DD0D43
RGB
CMYK
RGB Variations
Color information
#DD0D43 (or 0xDD0D43) is known color: Crimson. HEX triplet: DD, 0D and 43. RGB value is (221,13,67). Sum of RGB (Red+Green+Blue) = 221+13+67=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0D43 is #22F2BC. Grayscale: #515151. Windows color (decimal): -2290365 or 4394461. OLE color: 4394461.
HSL color Cylindrical-coordinate representation of color #DD0D43: hue angle of 344.42º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D43 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 67 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.13 |
| HSL | 344.42º | 0.89% | 0.46% | - |
| HSV(B) | 344.42º | 0.94% | 0.87% | - |
| XYZ | 30.98 | 16.07 | 6.78 | - |
| YUV | 81.35 | 119.91 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 67 | 0 | 0.94 | 0.70 | 0.13 | 344.42 | 0.89 | 0.46 |
| Hex | DD | D | 43 | 0 | 5E | 46 | D | 158 | 59 | 2E |
| Octal | 335 | 15 | 103 | 0 | 136 | 106 | 15 | 530 | 131 | 56 |
| Binary | 11011101 | 1101 | 1000011 | 0 | 1011110 | 1000110 | 1101 | 101011000 | 1011001 | 101110 |
Color Harmonies of #DD0D43
Complementary color
Monochromatic Colors of #DD0D43
Black with #DD0D43
Text Example
Text Example
White with #DD0D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D43; }
p { color: rgb(221,13,67); }
H1.HeaderClassName
{
color: #DD0D43;
}
.AnyTagClassName
{
color: #DD0D43;
}
</style>
background-color css
<style>
a { background-color: #DD0D43; }
a { background-color: rgb(221,13,67); }
div.DivClassName
{
background-color: #DD0D43;
}
.BgClassName
{
background-color: #DD0D43;
}
</style>
border-color css
<style>
span { border-color: #DD0D43; }
span { border-color: rgb(221,13,67); }
td.TdClassName
{
border-color: #DD0D43;
}
.TagClassName
{
border-color: #DD0D43;
}
</style>