Shades of Crimson #DD0144
Tints of Crimson #DD0144
RGB
CMYK
RGB Variations
Color information
#DD0144 (or 0xDD0144) is known color: Crimson. HEX triplet: DD, 01 and 44. RGB value is (221,1,68). Sum of RGB (Red+Green+Blue) = 221+1+68=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0144 is #22FEBB. Grayscale: #4A4A4A. Windows color (decimal): -2293436 or 4456925. OLE color: 4456925.
HSL color Cylindrical-coordinate representation of color #DD0144: hue angle of 341.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0144 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 68 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.13 |
| HSL | 341.73º | 0.99% | 0.44% | - |
| HSV(B) | 341.73º | 1% | 0.87% | - |
| XYZ | 30.87 | 15.81 | 6.89 | - |
| YUV | 74.42 | 124.39 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 68 | 0 | 1.00 | 0.69 | 0.13 | 341.73 | 0.99 | 0.44 |
| Hex | DD | 1 | 44 | 0 | 64 | 45 | D | 156 | 63 | 2C |
| Octal | 335 | 1 | 104 | 0 | 144 | 105 | 15 | 526 | 143 | 54 |
| Binary | 11011101 | 1 | 1000100 | 0 | 1100100 | 1000101 | 1101 | 101010110 | 1100011 | 101100 |
Color Harmonies of #DD0144
Complementary color
Monochromatic Colors of #DD0144
Black with #DD0144
Text Example
Text Example
White with #DD0144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0144; }
p { color: rgb(221,1,68); }
H1.HeaderClassName
{
color: #DD0144;
}
.AnyTagClassName
{
color: #DD0144;
}
</style>
background-color css
<style>
a { background-color: #DD0144; }
a { background-color: rgb(221,1,68); }
div.DivClassName
{
background-color: #DD0144;
}
.BgClassName
{
background-color: #DD0144;
}
</style>
border-color css
<style>
span { border-color: #DD0144; }
span { border-color: rgb(221,1,68); }
td.TdClassName
{
border-color: #DD0144;
}
.TagClassName
{
border-color: #DD0144;
}
</style>