Shades of Crimson #DD122C
Tints of Crimson #DD122C
RGB
CMYK
RGB Variations
Color information
#DD122C (or 0xDD122C) is known color: Crimson. HEX triplet: DD, 12 and 2C. RGB value is (221,18,44). Sum of RGB (Red+Green+Blue) = 221+18+44=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD122C is #22EDD3. Grayscale: #515151. Windows color (decimal): -2289108 or 2888413. OLE color: 2888413.
HSL color Cylindrical-coordinate representation of color #DD122C: hue angle of 352.32º 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 #DD122C is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 44 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.13 |
| HSL | 352.32º | 0.85% | 0.47% | - |
| HSV(B) | 352.32º | 0.92% | 0.87% | - |
| XYZ | 30.49 | 15.99 | 3.86 | - |
| YUV | 81.66 | 106.75 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 44 | 0 | 0.92 | 0.80 | 0.13 | 352.32 | 0.85 | 0.47 |
| Hex | DD | 12 | 2C | 0 | 5C | 50 | D | 160 | 55 | 2F |
| Octal | 335 | 22 | 54 | 0 | 134 | 120 | 15 | 540 | 125 | 57 |
| Binary | 11011101 | 10010 | 101100 | 0 | 1011100 | 1010000 | 1101 | 101100000 | 1010101 | 101111 |
Color Harmonies of #DD122C
Complementary color
Monochromatic Colors of #DD122C
Black with #DD122C
Text Example
Text Example
White with #DD122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD122C; }
p { color: rgb(221,18,44); }
H1.HeaderClassName
{
color: #DD122C;
}
.AnyTagClassName
{
color: #DD122C;
}
</style>
background-color css
<style>
a { background-color: #DD122C; }
a { background-color: rgb(221,18,44); }
div.DivClassName
{
background-color: #DD122C;
}
.BgClassName
{
background-color: #DD122C;
}
</style>
border-color css
<style>
span { border-color: #DD122C; }
span { border-color: rgb(221,18,44); }
td.TdClassName
{
border-color: #DD122C;
}
.TagClassName
{
border-color: #DD122C;
}
</style>