Shades of Crimson #DD0737
Tints of Crimson #DD0737
RGB
CMYK
RGB Variations
Color information
#DD0737 (or 0xDD0737) is known color: Crimson. HEX triplet: DD, 07 and 37. RGB value is (221,7,55). Sum of RGB (Red+Green+Blue) = 221+7+55=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0737 is #22F8C8. Grayscale: #4C4C4C. Windows color (decimal): -2291913 or 3606493. OLE color: 3606493.
HSL color Cylindrical-coordinate representation of color #DD0737: hue angle of 346.54º 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 #DD0737 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 55 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.13 |
| HSL | 346.54º | 0.94% | 0.45% | - |
| HSV(B) | 346.54º | 0.97% | 0.87% | - |
| XYZ | 30.58 | 15.8 | 5.05 | - |
| YUV | 76.46 | 115.9 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 55 | 0 | 0.97 | 0.75 | 0.13 | 346.54 | 0.94 | 0.45 |
| Hex | DD | 7 | 37 | 0 | 61 | 4B | D | 15B | 5E | 2D |
| Octal | 335 | 7 | 67 | 0 | 141 | 113 | 15 | 533 | 136 | 55 |
| Binary | 11011101 | 111 | 110111 | 0 | 1100001 | 1001011 | 1101 | 101011011 | 1011110 | 101101 |
Color Harmonies of #DD0737
Complementary color
Monochromatic Colors of #DD0737
Black with #DD0737
Text Example
Text Example
White with #DD0737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0737; }
p { color: rgb(221,7,55); }
H1.HeaderClassName
{
color: #DD0737;
}
.AnyTagClassName
{
color: #DD0737;
}
</style>
background-color css
<style>
a { background-color: #DD0737; }
a { background-color: rgb(221,7,55); }
div.DivClassName
{
background-color: #DD0737;
}
.BgClassName
{
background-color: #DD0737;
}
</style>
border-color css
<style>
span { border-color: #DD0737; }
span { border-color: rgb(221,7,55); }
td.TdClassName
{
border-color: #DD0737;
}
.TagClassName
{
border-color: #DD0737;
}
</style>