Shades of Crimson #DD1843
Tints of Crimson #DD1843
RGB
CMYK
RGB Variations
Color information
#DD1843 (or 0xDD1843) is known color: Crimson. HEX triplet: DD, 18 and 43. RGB value is (221,24,67). Sum of RGB (Red+Green+Blue) = 221+24+67=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1843 is #22E7BC. Grayscale: #575757. Windows color (decimal): -2287549 or 4397277. OLE color: 4397277.
HSL color Cylindrical-coordinate representation of color #DD1843: hue angle of 346.9º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1843 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 67 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.13 |
| HSL | 346.9º | 0.8% | 0.48% | - |
| HSV(B) | 346.9º | 0.89% | 0.87% | - |
| XYZ | 31.16 | 16.43 | 6.84 | - |
| YUV | 87.81 | 116.27 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 67 | 0 | 0.89 | 0.70 | 0.13 | 346.9 | 0.8 | 0.48 |
| Hex | DD | 18 | 43 | 0 | 59 | 46 | D | 15B | 50 | 30 |
| Octal | 335 | 30 | 103 | 0 | 131 | 106 | 15 | 533 | 120 | 60 |
| Binary | 11011101 | 11000 | 1000011 | 0 | 1011001 | 1000110 | 1101 | 101011011 | 1010000 | 110000 |
Color Harmonies of #DD1843
Complementary color
Monochromatic Colors of #DD1843
Black with #DD1843
Text Example
Text Example
White with #DD1843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1843; }
p { color: rgb(221,24,67); }
H1.HeaderClassName
{
color: #DD1843;
}
.AnyTagClassName
{
color: #DD1843;
}
</style>
background-color css
<style>
a { background-color: #DD1843; }
a { background-color: rgb(221,24,67); }
div.DivClassName
{
background-color: #DD1843;
}
.BgClassName
{
background-color: #DD1843;
}
</style>
border-color css
<style>
span { border-color: #DD1843; }
span { border-color: rgb(221,24,67); }
td.TdClassName
{
border-color: #DD1843;
}
.TagClassName
{
border-color: #DD1843;
}
</style>