Shades of Crimson #DD1043
Tints of Crimson #DD1043
RGB
CMYK
RGB Variations
Color information
#DD1043 (or 0xDD1043) is known color: Crimson. HEX triplet: DD, 10 and 43. RGB value is (221,16,67). Sum of RGB (Red+Green+Blue) = 221+16+67=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1043 is #22EFBC. Grayscale: #535353. Windows color (decimal): -2289597 or 4395229. OLE color: 4395229.
HSL color Cylindrical-coordinate representation of color #DD1043: hue angle of 345.07º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1043 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 67 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.13 |
| HSL | 345.07º | 0.86% | 0.46% | - |
| HSV(B) | 345.07º | 0.93% | 0.87% | - |
| XYZ | 31.02 | 16.15 | 6.79 | - |
| YUV | 83.11 | 118.92 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 67 | 0 | 0.93 | 0.70 | 0.13 | 345.07 | 0.86 | 0.46 |
| Hex | DD | 10 | 43 | 0 | 5D | 46 | D | 159 | 56 | 2E |
| Octal | 335 | 20 | 103 | 0 | 135 | 106 | 15 | 531 | 126 | 56 |
| Binary | 11011101 | 10000 | 1000011 | 0 | 1011101 | 1000110 | 1101 | 101011001 | 1010110 | 101110 |
Color Harmonies of #DD1043
Complementary color
Monochromatic Colors of #DD1043
Black with #DD1043
Text Example
Text Example
White with #DD1043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1043; }
p { color: rgb(221,16,67); }
H1.HeaderClassName
{
color: #DD1043;
}
.AnyTagClassName
{
color: #DD1043;
}
</style>
background-color css
<style>
a { background-color: #DD1043; }
a { background-color: rgb(221,16,67); }
div.DivClassName
{
background-color: #DD1043;
}
.BgClassName
{
background-color: #DD1043;
}
</style>
border-color css
<style>
span { border-color: #DD1043; }
span { border-color: rgb(221,16,67); }
td.TdClassName
{
border-color: #DD1043;
}
.TagClassName
{
border-color: #DD1043;
}
</style>