Shades of Crimson #DD0E42
Tints of Crimson #DD0E42
RGB
CMYK
RGB Variations
Color information
#DD0E42 (or 0xDD0E42) is known color: Crimson. HEX triplet: DD, 0E and 42. RGB value is (221,14,66). Sum of RGB (Red+Green+Blue) = 221+14+66=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0E42 is #22F1BD. Grayscale: #515151. Windows color (decimal): -2290110 or 4329181. OLE color: 4329181.
HSL color Cylindrical-coordinate representation of color #DD0E42: hue angle of 344.93º 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 #DD0E42 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 66 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.13 |
| HSL | 344.93º | 0.88% | 0.46% | - |
| HSV(B) | 344.93º | 0.94% | 0.87% | - |
| XYZ | 30.96 | 16.08 | 6.63 | - |
| YUV | 81.82 | 119.08 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 66 | 0 | 0.94 | 0.70 | 0.13 | 344.93 | 0.88 | 0.46 |
| Hex | DD | E | 42 | 0 | 5E | 46 | D | 159 | 58 | 2E |
| Octal | 335 | 16 | 102 | 0 | 136 | 106 | 15 | 531 | 130 | 56 |
| Binary | 11011101 | 1110 | 1000010 | 0 | 1011110 | 1000110 | 1101 | 101011001 | 1011000 | 101110 |
Color Harmonies of #DD0E42
Complementary color
Monochromatic Colors of #DD0E42
Black with #DD0E42
Text Example
Text Example
White with #DD0E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E42; }
p { color: rgb(221,14,66); }
H1.HeaderClassName
{
color: #DD0E42;
}
.AnyTagClassName
{
color: #DD0E42;
}
</style>
background-color css
<style>
a { background-color: #DD0E42; }
a { background-color: rgb(221,14,66); }
div.DivClassName
{
background-color: #DD0E42;
}
.BgClassName
{
background-color: #DD0E42;
}
</style>
border-color css
<style>
span { border-color: #DD0E42; }
span { border-color: rgb(221,14,66); }
td.TdClassName
{
border-color: #DD0E42;
}
.TagClassName
{
border-color: #DD0E42;
}
</style>