Shades of Crimson #DD072D
Tints of Crimson #DD072D
RGB
CMYK
RGB Variations
Color information
#DD072D (or 0xDD072D) is known color: Crimson. HEX triplet: DD, 07 and 2D. RGB value is (221,7,45). Sum of RGB (Red+Green+Blue) = 221+7+45=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD072D is #22F8D2. Grayscale: #4B4B4B. Windows color (decimal): -2291923 or 2951133. OLE color: 2951133.
HSL color Cylindrical-coordinate representation of color #DD072D: hue angle of 349.35º 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 #DD072D is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 45 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.13 |
| HSL | 349.35º | 0.94% | 0.45% | - |
| HSV(B) | 349.35º | 0.97% | 0.87% | - |
| XYZ | 30.37 | 15.71 | 3.92 | - |
| YUV | 75.32 | 110.9 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 45 | 0 | 0.97 | 0.80 | 0.13 | 349.35 | 0.94 | 0.45 |
| Hex | DD | 7 | 2D | 0 | 61 | 50 | D | 15D | 5E | 2D |
| Octal | 335 | 7 | 55 | 0 | 141 | 120 | 15 | 535 | 136 | 55 |
| Binary | 11011101 | 111 | 101101 | 0 | 1100001 | 1010000 | 1101 | 101011101 | 1011110 | 101101 |
Color Harmonies of #DD072D
Complementary color
Monochromatic Colors of #DD072D
Black with #DD072D
Text Example
Text Example
White with #DD072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD072D; }
p { color: rgb(221,7,45); }
H1.HeaderClassName
{
color: #DD072D;
}
.AnyTagClassName
{
color: #DD072D;
}
</style>
background-color css
<style>
a { background-color: #DD072D; }
a { background-color: rgb(221,7,45); }
div.DivClassName
{
background-color: #DD072D;
}
.BgClassName
{
background-color: #DD072D;
}
</style>
border-color css
<style>
span { border-color: #DD072D; }
span { border-color: rgb(221,7,45); }
td.TdClassName
{
border-color: #DD072D;
}
.TagClassName
{
border-color: #DD072D;
}
</style>