Shades of Crimson #DD0748
Tints of Crimson #DD0748
RGB
CMYK
RGB Variations
Color information
#DD0748 (or 0xDD0748) is known color: Crimson. HEX triplet: DD, 07 and 48. RGB value is (221,7,72). Sum of RGB (Red+Green+Blue) = 221+7+72=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0748 is #22F8B7. Grayscale: #4E4E4E. Windows color (decimal): -2291896 or 4720605. OLE color: 4720605.
HSL color Cylindrical-coordinate representation of color #DD0748: hue angle of 341.78º 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 #DD0748 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 72 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.13 |
| HSL | 341.78º | 0.94% | 0.45% | - |
| HSV(B) | 341.78º | 0.97% | 0.87% | - |
| XYZ | 31.06 | 15.99 | 7.58 | - |
| YUV | 78.4 | 124.4 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 72 | 0 | 0.97 | 0.67 | 0.13 | 341.78 | 0.94 | 0.45 |
| Hex | DD | 7 | 48 | 0 | 61 | 43 | D | 156 | 5E | 2D |
| Octal | 335 | 7 | 110 | 0 | 141 | 103 | 15 | 526 | 136 | 55 |
| Binary | 11011101 | 111 | 1001000 | 0 | 1100001 | 1000011 | 1101 | 101010110 | 1011110 | 101101 |
Color Harmonies of #DD0748
Complementary color
Monochromatic Colors of #DD0748
Black with #DD0748
Text Example
Text Example
White with #DD0748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0748; }
p { color: rgb(221,7,72); }
H1.HeaderClassName
{
color: #DD0748;
}
.AnyTagClassName
{
color: #DD0748;
}
</style>
background-color css
<style>
a { background-color: #DD0748; }
a { background-color: rgb(221,7,72); }
div.DivClassName
{
background-color: #DD0748;
}
.BgClassName
{
background-color: #DD0748;
}
</style>
border-color css
<style>
span { border-color: #DD0748; }
span { border-color: rgb(221,7,72); }
td.TdClassName
{
border-color: #DD0748;
}
.TagClassName
{
border-color: #DD0748;
}
</style>