Shades of Crimson #DD124D
Tints of Crimson #DD124D
RGB
CMYK
RGB Variations
Color information
#DD124D (or 0xDD124D) is known color: Crimson. HEX triplet: DD, 12 and 4D. RGB value is (221,18,77). Sum of RGB (Red+Green+Blue) = 221+18+77=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD124D is #22EDB2. Grayscale: #555555. Windows color (decimal): -2289075 or 5051101. OLE color: 5051101.
HSL color Cylindrical-coordinate representation of color #DD124D: hue angle of 342.56º 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 #DD124D is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 77 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.13 |
| HSL | 342.56º | 0.85% | 0.47% | - |
| HSV(B) | 342.56º | 0.92% | 0.87% | - |
| XYZ | 31.37 | 16.34 | 8.52 | - |
| YUV | 85.42 | 123.25 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 77 | 0 | 0.92 | 0.65 | 0.13 | 342.56 | 0.85 | 0.47 |
| Hex | DD | 12 | 4D | 0 | 5C | 41 | D | 157 | 55 | 2F |
| Octal | 335 | 22 | 115 | 0 | 134 | 101 | 15 | 527 | 125 | 57 |
| Binary | 11011101 | 10010 | 1001101 | 0 | 1011100 | 1000001 | 1101 | 101010111 | 1010101 | 101111 |
Color Harmonies of #DD124D
Complementary color
Monochromatic Colors of #DD124D
Black with #DD124D
Text Example
Text Example
White with #DD124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD124D; }
p { color: rgb(221,18,77); }
H1.HeaderClassName
{
color: #DD124D;
}
.AnyTagClassName
{
color: #DD124D;
}
</style>
background-color css
<style>
a { background-color: #DD124D; }
a { background-color: rgb(221,18,77); }
div.DivClassName
{
background-color: #DD124D;
}
.BgClassName
{
background-color: #DD124D;
}
</style>
border-color css
<style>
span { border-color: #DD124D; }
span { border-color: rgb(221,18,77); }
td.TdClassName
{
border-color: #DD124D;
}
.TagClassName
{
border-color: #DD124D;
}
</style>