Shades of Crimson #DD1431
Tints of Crimson #DD1431
RGB
CMYK
RGB Variations
Color information
#DD1431 (or 0xDD1431) is known color: Crimson. HEX triplet: DD, 14 and 31. RGB value is (221,20,49). Sum of RGB (Red+Green+Blue) = 221+20+49=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1431 is #22EBCE. Grayscale: #535353. Windows color (decimal): -2288591 or 3216605. OLE color: 3216605.
HSL color Cylindrical-coordinate representation of color #DD1431: hue angle of 351.34º 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 #DD1431 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 49 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.13 |
| HSL | 351.34º | 0.83% | 0.47% | - |
| HSV(B) | 351.34º | 0.91% | 0.87% | - |
| XYZ | 30.62 | 16.09 | 4.4 | - |
| YUV | 83.41 | 108.59 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 49 | 0 | 0.91 | 0.78 | 0.13 | 351.34 | 0.83 | 0.47 |
| Hex | DD | 14 | 31 | 0 | 5B | 4E | D | 15F | 53 | 2F |
| Octal | 335 | 24 | 61 | 0 | 133 | 116 | 15 | 537 | 123 | 57 |
| Binary | 11011101 | 10100 | 110001 | 0 | 1011011 | 1001110 | 1101 | 101011111 | 1010011 | 101111 |
Color Harmonies of #DD1431
Complementary color
Monochromatic Colors of #DD1431
Black with #DD1431
Text Example
Text Example
White with #DD1431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1431; }
p { color: rgb(221,20,49); }
H1.HeaderClassName
{
color: #DD1431;
}
.AnyTagClassName
{
color: #DD1431;
}
</style>
background-color css
<style>
a { background-color: #DD1431; }
a { background-color: rgb(221,20,49); }
div.DivClassName
{
background-color: #DD1431;
}
.BgClassName
{
background-color: #DD1431;
}
</style>
border-color css
<style>
span { border-color: #DD1431; }
span { border-color: rgb(221,20,49); }
td.TdClassName
{
border-color: #DD1431;
}
.TagClassName
{
border-color: #DD1431;
}
</style>