Shades of Crimson #DD073D
Tints of Crimson #DD073D
RGB
CMYK
RGB Variations
Color information
#DD073D (or 0xDD073D) is known color: Crimson. HEX triplet: DD, 07 and 3D. RGB value is (221,7,61). Sum of RGB (Red+Green+Blue) = 221+7+61=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD073D is #22F8C2. Grayscale: #4D4D4D. Windows color (decimal): -2291907 or 3999709. OLE color: 3999709.
HSL color Cylindrical-coordinate representation of color #DD073D: hue angle of 344.86º 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 #DD073D is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.13 |
| HSL | 344.86º | 0.94% | 0.45% | - |
| HSV(B) | 344.86º | 0.97% | 0.87% | - |
| XYZ | 30.74 | 15.86 | 5.86 | - |
| YUV | 77.14 | 118.9 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 61 | 0 | 0.97 | 0.72 | 0.13 | 344.86 | 0.94 | 0.45 |
| Hex | DD | 7 | 3D | 0 | 61 | 48 | D | 159 | 5E | 2D |
| Octal | 335 | 7 | 75 | 0 | 141 | 110 | 15 | 531 | 136 | 55 |
| Binary | 11011101 | 111 | 111101 | 0 | 1100001 | 1001000 | 1101 | 101011001 | 1011110 | 101101 |
Color Harmonies of #DD073D
Complementary color
Monochromatic Colors of #DD073D
Black with #DD073D
Text Example
Text Example
White with #DD073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD073D; }
p { color: rgb(221,7,61); }
H1.HeaderClassName
{
color: #DD073D;
}
.AnyTagClassName
{
color: #DD073D;
}
</style>
background-color css
<style>
a { background-color: #DD073D; }
a { background-color: rgb(221,7,61); }
div.DivClassName
{
background-color: #DD073D;
}
.BgClassName
{
background-color: #DD073D;
}
</style>
border-color css
<style>
span { border-color: #DD073D; }
span { border-color: rgb(221,7,61); }
td.TdClassName
{
border-color: #DD073D;
}
.TagClassName
{
border-color: #DD073D;
}
</style>