Shades of Crimson #DD0E37
Tints of Crimson #DD0E37
RGB
CMYK
RGB Variations
Color information
#DD0E37 (or 0xDD0E37) is known color: Crimson. HEX triplet: DD, 0E and 37. RGB value is (221,14,55). Sum of RGB (Red+Green+Blue) = 221+14+55=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0E37 is #22F1C8. Grayscale: #505050. Windows color (decimal): -2290121 or 3608285. OLE color: 3608285.
HSL color Cylindrical-coordinate representation of color #DD0E37: hue angle of 348.12º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0E37 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 55 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.13 |
| HSL | 348.12º | 0.88% | 0.46% | - |
| HSV(B) | 348.12º | 0.94% | 0.87% | - |
| XYZ | 30.67 | 15.96 | 5.08 | - |
| YUV | 80.57 | 113.58 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 55 | 0 | 0.94 | 0.75 | 0.13 | 348.12 | 0.88 | 0.46 |
| Hex | DD | E | 37 | 0 | 5E | 4B | D | 15C | 58 | 2E |
| Octal | 335 | 16 | 67 | 0 | 136 | 113 | 15 | 534 | 130 | 56 |
| Binary | 11011101 | 1110 | 110111 | 0 | 1011110 | 1001011 | 1101 | 101011100 | 1011000 | 101110 |
Color Harmonies of #DD0E37
Complementary color
Monochromatic Colors of #DD0E37
Black with #DD0E37
Text Example
Text Example
White with #DD0E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E37; }
p { color: rgb(221,14,55); }
H1.HeaderClassName
{
color: #DD0E37;
}
.AnyTagClassName
{
color: #DD0E37;
}
</style>
background-color css
<style>
a { background-color: #DD0E37; }
a { background-color: rgb(221,14,55); }
div.DivClassName
{
background-color: #DD0E37;
}
.BgClassName
{
background-color: #DD0E37;
}
</style>
border-color css
<style>
span { border-color: #DD0E37; }
span { border-color: rgb(221,14,55); }
td.TdClassName
{
border-color: #DD0E37;
}
.TagClassName
{
border-color: #DD0E37;
}
</style>