Shades of Crimson #DD0742
Tints of Crimson #DD0742
RGB
CMYK
RGB Variations
Color information
#DD0742 (or 0xDD0742) is known color: Crimson. HEX triplet: DD, 07 and 42. RGB value is (221,7,66). Sum of RGB (Red+Green+Blue) = 221+7+66=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0742 is #22F8BD. Grayscale: #4D4D4D. Windows color (decimal): -2291902 or 4327389. OLE color: 4327389.
HSL color Cylindrical-coordinate representation of color #DD0742: hue angle of 343.46º 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 #DD0742 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 66 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.13 |
| HSL | 343.46º | 0.94% | 0.45% | - |
| HSV(B) | 343.46º | 0.97% | 0.87% | - |
| XYZ | 30.88 | 15.92 | 6.6 | - |
| YUV | 77.71 | 121.4 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 66 | 0 | 0.97 | 0.70 | 0.13 | 343.46 | 0.94 | 0.45 |
| Hex | DD | 7 | 42 | 0 | 61 | 46 | D | 157 | 5E | 2D |
| Octal | 335 | 7 | 102 | 0 | 141 | 106 | 15 | 527 | 136 | 55 |
| Binary | 11011101 | 111 | 1000010 | 0 | 1100001 | 1000110 | 1101 | 101010111 | 1011110 | 101101 |
Color Harmonies of #DD0742
Complementary color
Monochromatic Colors of #DD0742
Black with #DD0742
Text Example
Text Example
White with #DD0742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0742; }
p { color: rgb(221,7,66); }
H1.HeaderClassName
{
color: #DD0742;
}
.AnyTagClassName
{
color: #DD0742;
}
</style>
background-color css
<style>
a { background-color: #DD0742; }
a { background-color: rgb(221,7,66); }
div.DivClassName
{
background-color: #DD0742;
}
.BgClassName
{
background-color: #DD0742;
}
</style>
border-color css
<style>
span { border-color: #DD0742; }
span { border-color: rgb(221,7,66); }
td.TdClassName
{
border-color: #DD0742;
}
.TagClassName
{
border-color: #DD0742;
}
</style>