Shades of Crimson #DD1442
Tints of Crimson #DD1442
RGB
CMYK
RGB Variations
Color information
#DD1442 (or 0xDD1442) is known color: Crimson. HEX triplet: DD, 14 and 42. RGB value is (221,20,66). Sum of RGB (Red+Green+Blue) = 221+20+66=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1442 is #22EBBD. Grayscale: #555555. Windows color (decimal): -2288574 or 4330717. OLE color: 4330717.
HSL color Cylindrical-coordinate representation of color #DD1442: hue angle of 346.27º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1442 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 66 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.13 |
| HSL | 346.27º | 0.83% | 0.47% | - |
| HSV(B) | 346.27º | 0.91% | 0.87% | - |
| XYZ | 31.05 | 16.27 | 6.66 | - |
| YUV | 85.34 | 117.09 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 66 | 0 | 0.91 | 0.70 | 0.13 | 346.27 | 0.83 | 0.47 |
| Hex | DD | 14 | 42 | 0 | 5B | 46 | D | 15A | 53 | 2F |
| Octal | 335 | 24 | 102 | 0 | 133 | 106 | 15 | 532 | 123 | 57 |
| Binary | 11011101 | 10100 | 1000010 | 0 | 1011011 | 1000110 | 1101 | 101011010 | 1010011 | 101111 |
Color Harmonies of #DD1442
Complementary color
Monochromatic Colors of #DD1442
Black with #DD1442
Text Example
Text Example
White with #DD1442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1442; }
p { color: rgb(221,20,66); }
H1.HeaderClassName
{
color: #DD1442;
}
.AnyTagClassName
{
color: #DD1442;
}
</style>
background-color css
<style>
a { background-color: #DD1442; }
a { background-color: rgb(221,20,66); }
div.DivClassName
{
background-color: #DD1442;
}
.BgClassName
{
background-color: #DD1442;
}
</style>
border-color css
<style>
span { border-color: #DD1442; }
span { border-color: rgb(221,20,66); }
td.TdClassName
{
border-color: #DD1442;
}
.TagClassName
{
border-color: #DD1442;
}
</style>