Shades of Crimson #DD122E
Tints of Crimson #DD122E
RGB
CMYK
RGB Variations
Color information
#DD122E (or 0xDD122E) is known color: Crimson. HEX triplet: DD, 12 and 2E. RGB value is (221,18,46). Sum of RGB (Red+Green+Blue) = 221+18+46=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD122E is #22EDD1. Grayscale: #515151. Windows color (decimal): -2289106 or 3019485. OLE color: 3019485.
HSL color Cylindrical-coordinate representation of color #DD122E: hue angle of 351.72º 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 #DD122E is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 46 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.13 |
| HSL | 351.72º | 0.85% | 0.47% | - |
| HSV(B) | 351.72º | 0.92% | 0.87% | - |
| XYZ | 30.53 | 16 | 4.06 | - |
| YUV | 81.89 | 107.75 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 46 | 0 | 0.92 | 0.79 | 0.13 | 351.72 | 0.85 | 0.47 |
| Hex | DD | 12 | 2E | 0 | 5C | 4F | D | 160 | 55 | 2F |
| Octal | 335 | 22 | 56 | 0 | 134 | 117 | 15 | 540 | 125 | 57 |
| Binary | 11011101 | 10010 | 101110 | 0 | 1011100 | 1001111 | 1101 | 101100000 | 1010101 | 101111 |
Color Harmonies of #DD122E
Complementary color
Monochromatic Colors of #DD122E
Black with #DD122E
Text Example
Text Example
White with #DD122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD122E; }
p { color: rgb(221,18,46); }
H1.HeaderClassName
{
color: #DD122E;
}
.AnyTagClassName
{
color: #DD122E;
}
</style>
background-color css
<style>
a { background-color: #DD122E; }
a { background-color: rgb(221,18,46); }
div.DivClassName
{
background-color: #DD122E;
}
.BgClassName
{
background-color: #DD122E;
}
</style>
border-color css
<style>
span { border-color: #DD122E; }
span { border-color: rgb(221,18,46); }
td.TdClassName
{
border-color: #DD122E;
}
.TagClassName
{
border-color: #DD122E;
}
</style>