Shades of Crimson #DD0744
Tints of Crimson #DD0744
RGB
CMYK
RGB Variations
Color information
#DD0744 (or 0xDD0744) is known color: Crimson. HEX triplet: DD, 07 and 44. RGB value is (221,7,68). Sum of RGB (Red+Green+Blue) = 221+7+68=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0744 is #22F8BB. Grayscale: #4D4D4D. Windows color (decimal): -2291900 or 4458461. OLE color: 4458461.
HSL color Cylindrical-coordinate representation of color #DD0744: hue angle of 342.9º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0744 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 68 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.13 |
| HSL | 342.9º | 0.94% | 0.45% | - |
| HSV(B) | 342.9º | 0.97% | 0.87% | - |
| XYZ | 30.94 | 15.94 | 6.92 | - |
| YUV | 77.94 | 122.4 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 68 | 0 | 0.97 | 0.69 | 0.13 | 342.9 | 0.94 | 0.45 |
| Hex | DD | 7 | 44 | 0 | 61 | 45 | D | 157 | 5E | 2D |
| Octal | 335 | 7 | 104 | 0 | 141 | 105 | 15 | 527 | 136 | 55 |
| Binary | 11011101 | 111 | 1000100 | 0 | 1100001 | 1000101 | 1101 | 101010111 | 1011110 | 101101 |
Color Harmonies of #DD0744
Complementary color
Monochromatic Colors of #DD0744
Black with #DD0744
Text Example
Text Example
White with #DD0744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0744; }
p { color: rgb(221,7,68); }
H1.HeaderClassName
{
color: #DD0744;
}
.AnyTagClassName
{
color: #DD0744;
}
</style>
background-color css
<style>
a { background-color: #DD0744; }
a { background-color: rgb(221,7,68); }
div.DivClassName
{
background-color: #DD0744;
}
.BgClassName
{
background-color: #DD0744;
}
</style>
border-color css
<style>
span { border-color: #DD0744; }
span { border-color: rgb(221,7,68); }
td.TdClassName
{
border-color: #DD0744;
}
.TagClassName
{
border-color: #DD0744;
}
</style>