Shades of Crimson #DD0E4A
Tints of Crimson #DD0E4A
RGB
CMYK
RGB Variations
Color information
#DD0E4A (or 0xDD0E4A) is known color: Crimson. HEX triplet: DD, 0E and 4A. RGB value is (221,14,74). Sum of RGB (Red+Green+Blue) = 221+14+74=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0E4A is #22F1B5. Grayscale: #525252. Windows color (decimal): -2290102 or 4853469. OLE color: 4853469.
HSL color Cylindrical-coordinate representation of color #DD0E4A: hue angle of 342.61º 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 #DD0E4A is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 74 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.13 |
| HSL | 342.61º | 0.88% | 0.46% | - |
| HSV(B) | 342.61º | 0.94% | 0.87% | - |
| XYZ | 31.21 | 16.18 | 7.96 | - |
| YUV | 82.73 | 123.08 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 74 | 0 | 0.94 | 0.67 | 0.13 | 342.61 | 0.88 | 0.46 |
| Hex | DD | E | 4A | 0 | 5E | 43 | D | 157 | 58 | 2E |
| Octal | 335 | 16 | 112 | 0 | 136 | 103 | 15 | 527 | 130 | 56 |
| Binary | 11011101 | 1110 | 1001010 | 0 | 1011110 | 1000011 | 1101 | 101010111 | 1011000 | 101110 |
Color Harmonies of #DD0E4A
Complementary color
Monochromatic Colors of #DD0E4A
Black with #DD0E4A
Text Example
Text Example
White with #DD0E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E4A; }
p { color: rgb(221,14,74); }
H1.HeaderClassName
{
color: #DD0E4A;
}
.AnyTagClassName
{
color: #DD0E4A;
}
</style>
background-color css
<style>
a { background-color: #DD0E4A; }
a { background-color: rgb(221,14,74); }
div.DivClassName
{
background-color: #DD0E4A;
}
.BgClassName
{
background-color: #DD0E4A;
}
</style>
border-color css
<style>
span { border-color: #DD0E4A; }
span { border-color: rgb(221,14,74); }
td.TdClassName
{
border-color: #DD0E4A;
}
.TagClassName
{
border-color: #DD0E4A;
}
</style>