Shades of Crimson #DD073C
Tints of Crimson #DD073C
RGB
CMYK
RGB Variations
Color information
#DD073C (or 0xDD073C) is known color: Crimson. HEX triplet: DD, 07 and 3C. RGB value is (221,7,60). Sum of RGB (Red+Green+Blue) = 221+7+60=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD073C is #22F8C3. Grayscale: #4D4D4D. Windows color (decimal): -2291908 or 3934173. OLE color: 3934173.
HSL color Cylindrical-coordinate representation of color #DD073C: hue angle of 345.14º 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 #DD073C is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 60 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.13 |
| HSL | 345.14º | 0.94% | 0.45% | - |
| HSV(B) | 345.14º | 0.97% | 0.87% | - |
| XYZ | 30.71 | 15.85 | 5.72 | - |
| YUV | 77.03 | 118.4 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 60 | 0 | 0.97 | 0.73 | 0.13 | 345.14 | 0.94 | 0.45 |
| Hex | DD | 7 | 3C | 0 | 61 | 49 | D | 159 | 5E | 2D |
| Octal | 335 | 7 | 74 | 0 | 141 | 111 | 15 | 531 | 136 | 55 |
| Binary | 11011101 | 111 | 111100 | 0 | 1100001 | 1001001 | 1101 | 101011001 | 1011110 | 101101 |
Color Harmonies of #DD073C
Complementary color
Monochromatic Colors of #DD073C
Black with #DD073C
Text Example
Text Example
White with #DD073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD073C; }
p { color: rgb(221,7,60); }
H1.HeaderClassName
{
color: #DD073C;
}
.AnyTagClassName
{
color: #DD073C;
}
</style>
background-color css
<style>
a { background-color: #DD073C; }
a { background-color: rgb(221,7,60); }
div.DivClassName
{
background-color: #DD073C;
}
.BgClassName
{
background-color: #DD073C;
}
</style>
border-color css
<style>
span { border-color: #DD073C; }
span { border-color: rgb(221,7,60); }
td.TdClassName
{
border-color: #DD073C;
}
.TagClassName
{
border-color: #DD073C;
}
</style>