Shades of Crimson #DD1443
Tints of Crimson #DD1443
RGB
CMYK
RGB Variations
Color information
#DD1443 (or 0xDD1443) is known color: Crimson. HEX triplet: DD, 14 and 43. RGB value is (221,20,67). Sum of RGB (Red+Green+Blue) = 221+20+67=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1443 is #22EBBC. Grayscale: #555555. Windows color (decimal): -2288573 or 4396253. OLE color: 4396253.
HSL color Cylindrical-coordinate representation of color #DD1443: hue angle of 345.97º 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 #DD1443 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 67 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.13 |
| HSL | 345.97º | 0.83% | 0.47% | - |
| HSV(B) | 345.97º | 0.91% | 0.87% | - |
| XYZ | 31.08 | 16.28 | 6.81 | - |
| YUV | 85.46 | 117.59 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 67 | 0 | 0.91 | 0.70 | 0.13 | 345.97 | 0.83 | 0.47 |
| Hex | DD | 14 | 43 | 0 | 5B | 46 | D | 15A | 53 | 2F |
| Octal | 335 | 24 | 103 | 0 | 133 | 106 | 15 | 532 | 123 | 57 |
| Binary | 11011101 | 10100 | 1000011 | 0 | 1011011 | 1000110 | 1101 | 101011010 | 1010011 | 101111 |
Color Harmonies of #DD1443
Complementary color
Monochromatic Colors of #DD1443
Black with #DD1443
Text Example
Text Example
White with #DD1443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1443; }
p { color: rgb(221,20,67); }
H1.HeaderClassName
{
color: #DD1443;
}
.AnyTagClassName
{
color: #DD1443;
}
</style>
background-color css
<style>
a { background-color: #DD1443; }
a { background-color: rgb(221,20,67); }
div.DivClassName
{
background-color: #DD1443;
}
.BgClassName
{
background-color: #DD1443;
}
</style>
border-color css
<style>
span { border-color: #DD1443; }
span { border-color: rgb(221,20,67); }
td.TdClassName
{
border-color: #DD1443;
}
.TagClassName
{
border-color: #DD1443;
}
</style>