Shades of Crimson #DD0740
Tints of Crimson #DD0740
RGB
CMYK
RGB Variations
Color information
#DD0740 (or 0xDD0740) is known color: Crimson. HEX triplet: DD, 07 and 40. RGB value is (221,7,64). Sum of RGB (Red+Green+Blue) = 221+7+64=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0740 is #22F8BF. Grayscale: #4D4D4D. Windows color (decimal): -2291904 or 4196317. OLE color: 4196317.
HSL color Cylindrical-coordinate representation of color #DD0740: hue angle of 344.02º 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 #DD0740 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 64 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.13 |
| HSL | 344.02º | 0.94% | 0.45% | - |
| HSV(B) | 344.02º | 0.97% | 0.87% | - |
| XYZ | 30.82 | 15.89 | 6.29 | - |
| YUV | 77.48 | 120.4 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 64 | 0 | 0.97 | 0.71 | 0.13 | 344.02 | 0.94 | 0.45 |
| Hex | DD | 7 | 40 | 0 | 61 | 47 | D | 158 | 5E | 2D |
| Octal | 335 | 7 | 100 | 0 | 141 | 107 | 15 | 530 | 136 | 55 |
| Binary | 11011101 | 111 | 1000000 | 0 | 1100001 | 1000111 | 1101 | 101011000 | 1011110 | 101101 |
Color Harmonies of #DD0740
Complementary color
Monochromatic Colors of #DD0740
Black with #DD0740
Text Example
Text Example
White with #DD0740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0740; }
p { color: rgb(221,7,64); }
H1.HeaderClassName
{
color: #DD0740;
}
.AnyTagClassName
{
color: #DD0740;
}
</style>
background-color css
<style>
a { background-color: #DD0740; }
a { background-color: rgb(221,7,64); }
div.DivClassName
{
background-color: #DD0740;
}
.BgClassName
{
background-color: #DD0740;
}
</style>
border-color css
<style>
span { border-color: #DD0740; }
span { border-color: rgb(221,7,64); }
td.TdClassName
{
border-color: #DD0740;
}
.TagClassName
{
border-color: #DD0740;
}
</style>