Shades of Crimson #DD1231
Tints of Crimson #DD1231
RGB
CMYK
RGB Variations
Color information
#DD1231 (or 0xDD1231) is known color: Crimson. HEX triplet: DD, 12 and 31. RGB value is (221,18,49). Sum of RGB (Red+Green+Blue) = 221+18+49=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1231 is #22EDCE. Grayscale: #525252. Windows color (decimal): -2289103 or 3216093. OLE color: 3216093.
HSL color Cylindrical-coordinate representation of color #DD1231: hue angle of 350.84º degrees, saturation: 0.85, 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 #DD1231 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 49 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.13 |
| HSL | 350.84º | 0.85% | 0.47% | - |
| HSV(B) | 350.84º | 0.92% | 0.87% | - |
| XYZ | 30.59 | 16.03 | 4.39 | - |
| YUV | 82.23 | 109.25 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 49 | 0 | 0.92 | 0.78 | 0.13 | 350.84 | 0.85 | 0.47 |
| Hex | DD | 12 | 31 | 0 | 5C | 4E | D | 15F | 55 | 2F |
| Octal | 335 | 22 | 61 | 0 | 134 | 116 | 15 | 537 | 125 | 57 |
| Binary | 11011101 | 10010 | 110001 | 0 | 1011100 | 1001110 | 1101 | 101011111 | 1010101 | 101111 |
Color Harmonies of #DD1231
Complementary color
Monochromatic Colors of #DD1231
Black with #DD1231
Text Example
Text Example
White with #DD1231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1231; }
p { color: rgb(221,18,49); }
H1.HeaderClassName
{
color: #DD1231;
}
.AnyTagClassName
{
color: #DD1231;
}
</style>
background-color css
<style>
a { background-color: #DD1231; }
a { background-color: rgb(221,18,49); }
div.DivClassName
{
background-color: #DD1231;
}
.BgClassName
{
background-color: #DD1231;
}
</style>
border-color css
<style>
span { border-color: #DD1231; }
span { border-color: rgb(221,18,49); }
td.TdClassName
{
border-color: #DD1231;
}
.TagClassName
{
border-color: #DD1231;
}
</style>