Shades of Crimson #DD1B4A
Tints of Crimson #DD1B4A
RGB
CMYK
RGB Variations
Color information
#DD1B4A (or 0xDD1B4A) is known color: Crimson. HEX triplet: DD, 1B and 4A. RGB value is (221,27,74). Sum of RGB (Red+Green+Blue) = 221+27+74=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B4A is #22E4B5. Grayscale: #5A5A5A. Windows color (decimal): -2286774 or 4856797. OLE color: 4856797.
HSL color Cylindrical-coordinate representation of color #DD1B4A: hue angle of 345.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B4A is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 74 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.13 |
| HSL | 345.46º | 0.78% | 0.49% | - |
| HSV(B) | 345.46º | 0.88% | 0.87% | - |
| XYZ | 31.45 | 16.65 | 8.03 | - |
| YUV | 90.36 | 118.77 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 74 | 0 | 0.88 | 0.67 | 0.13 | 345.46 | 0.78 | 0.49 |
| Hex | DD | 1B | 4A | 0 | 58 | 43 | D | 159 | 4E | 31 |
| Octal | 335 | 33 | 112 | 0 | 130 | 103 | 15 | 531 | 116 | 61 |
| Binary | 11011101 | 11011 | 1001010 | 0 | 1011000 | 1000011 | 1101 | 101011001 | 1001110 | 110001 |
Color Harmonies of #DD1B4A
Complementary color
Monochromatic Colors of #DD1B4A
Black with #DD1B4A
Text Example
Text Example
White with #DD1B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B4A; }
p { color: rgb(221,27,74); }
H1.HeaderClassName
{
color: #DD1B4A;
}
.AnyTagClassName
{
color: #DD1B4A;
}
</style>
background-color css
<style>
a { background-color: #DD1B4A; }
a { background-color: rgb(221,27,74); }
div.DivClassName
{
background-color: #DD1B4A;
}
.BgClassName
{
background-color: #DD1B4A;
}
</style>
border-color css
<style>
span { border-color: #DD1B4A; }
span { border-color: rgb(221,27,74); }
td.TdClassName
{
border-color: #DD1B4A;
}
.TagClassName
{
border-color: #DD1B4A;
}
</style>