Shades of Crimson #DD1432
Tints of Crimson #DD1432
RGB
CMYK
RGB Variations
Color information
#DD1432 (or 0xDD1432) is known color: Crimson. HEX triplet: DD, 14 and 32. RGB value is (221,20,50). Sum of RGB (Red+Green+Blue) = 221+20+50=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1432 is #22EBCD. Grayscale: #535353. Windows color (decimal): -2288590 or 3282141. OLE color: 3282141.
HSL color Cylindrical-coordinate representation of color #DD1432: hue angle of 351.04º 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 #DD1432 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 50 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.13 |
| HSL | 351.04º | 0.83% | 0.47% | - |
| HSV(B) | 351.04º | 0.91% | 0.87% | - |
| XYZ | 30.64 | 16.1 | 4.51 | - |
| YUV | 83.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 50 | 0 | 0.91 | 0.77 | 0.13 | 351.04 | 0.83 | 0.47 |
| Hex | DD | 14 | 32 | 0 | 5B | 4D | D | 15F | 53 | 2F |
| Octal | 335 | 24 | 62 | 0 | 133 | 115 | 15 | 537 | 123 | 57 |
| Binary | 11011101 | 10100 | 110010 | 0 | 1011011 | 1001101 | 1101 | 101011111 | 1010011 | 101111 |
Color Harmonies of #DD1432
Complementary color
Monochromatic Colors of #DD1432
Black with #DD1432
Text Example
Text Example
White with #DD1432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1432; }
p { color: rgb(221,20,50); }
H1.HeaderClassName
{
color: #DD1432;
}
.AnyTagClassName
{
color: #DD1432;
}
</style>
background-color css
<style>
a { background-color: #DD1432; }
a { background-color: rgb(221,20,50); }
div.DivClassName
{
background-color: #DD1432;
}
.BgClassName
{
background-color: #DD1432;
}
</style>
border-color css
<style>
span { border-color: #DD1432; }
span { border-color: rgb(221,20,50); }
td.TdClassName
{
border-color: #DD1432;
}
.TagClassName
{
border-color: #DD1432;
}
</style>