Shades of Crimson #DD0142
Tints of Crimson #DD0142
RGB
CMYK
RGB Variations
Color information
#DD0142 (or 0xDD0142) is known color: Crimson. HEX triplet: DD, 01 and 42. RGB value is (221,1,66). Sum of RGB (Red+Green+Blue) = 221+1+66=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0142 is #22FEBD. Grayscale: #4A4A4A. Windows color (decimal): -2293438 or 4325853. OLE color: 4325853.
HSL color Cylindrical-coordinate representation of color #DD0142: hue angle of 342.27º 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 #DD0142 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 66 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.13 |
| HSL | 342.27º | 0.99% | 0.44% | - |
| HSV(B) | 342.27º | 1% | 0.87% | - |
| XYZ | 30.81 | 15.79 | 6.58 | - |
| YUV | 74.19 | 123.39 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 66 | 0 | 1.00 | 0.70 | 0.13 | 342.27 | 0.99 | 0.44 |
| Hex | DD | 1 | 42 | 0 | 64 | 46 | D | 156 | 63 | 2C |
| Octal | 335 | 1 | 102 | 0 | 144 | 106 | 15 | 526 | 143 | 54 |
| Binary | 11011101 | 1 | 1000010 | 0 | 1100100 | 1000110 | 1101 | 101010110 | 1100011 | 101100 |
Color Harmonies of #DD0142
Complementary color
Monochromatic Colors of #DD0142
Black with #DD0142
Text Example
Text Example
White with #DD0142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0142; }
p { color: rgb(221,1,66); }
H1.HeaderClassName
{
color: #DD0142;
}
.AnyTagClassName
{
color: #DD0142;
}
</style>
background-color css
<style>
a { background-color: #DD0142; }
a { background-color: rgb(221,1,66); }
div.DivClassName
{
background-color: #DD0142;
}
.BgClassName
{
background-color: #DD0142;
}
</style>
border-color css
<style>
span { border-color: #DD0142; }
span { border-color: rgb(221,1,66); }
td.TdClassName
{
border-color: #DD0142;
}
.TagClassName
{
border-color: #DD0142;
}
</style>