Shades of Crimson #DD1131
Tints of Crimson #DD1131
RGB
CMYK
RGB Variations
Color information
#DD1131 (or 0xDD1131) is known color: Crimson. HEX triplet: DD, 11 and 31. RGB value is (221,17,49). Sum of RGB (Red+Green+Blue) = 221+17+49=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1131 is #22EECE. Grayscale: #515151. Windows color (decimal): -2289359 or 3215837. OLE color: 3215837.
HSL color Cylindrical-coordinate representation of color #DD1131: hue angle of 350.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1131 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 49 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.13 |
| HSL | 350.59º | 0.86% | 0.47% | - |
| HSV(B) | 350.59º | 0.92% | 0.87% | - |
| XYZ | 30.57 | 15.99 | 4.38 | - |
| YUV | 81.64 | 109.59 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 49 | 0 | 0.92 | 0.78 | 0.13 | 350.59 | 0.86 | 0.47 |
| Hex | DD | 11 | 31 | 0 | 5C | 4E | D | 15F | 56 | 2F |
| Octal | 335 | 21 | 61 | 0 | 134 | 116 | 15 | 537 | 126 | 57 |
| Binary | 11011101 | 10001 | 110001 | 0 | 1011100 | 1001110 | 1101 | 101011111 | 1010110 | 101111 |
Color Harmonies of #DD1131
Complementary color
Monochromatic Colors of #DD1131
Black with #DD1131
Text Example
Text Example
White with #DD1131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1131; }
p { color: rgb(221,17,49); }
H1.HeaderClassName
{
color: #DD1131;
}
.AnyTagClassName
{
color: #DD1131;
}
</style>
background-color css
<style>
a { background-color: #DD1131; }
a { background-color: rgb(221,17,49); }
div.DivClassName
{
background-color: #DD1131;
}
.BgClassName
{
background-color: #DD1131;
}
</style>
border-color css
<style>
span { border-color: #DD1131; }
span { border-color: rgb(221,17,49); }
td.TdClassName
{
border-color: #DD1131;
}
.TagClassName
{
border-color: #DD1131;
}
</style>