Shades of Crimson #DD134D
Tints of Crimson #DD134D
RGB
CMYK
RGB Variations
Color information
#DD134D (or 0xDD134D) is known color: Crimson. HEX triplet: DD, 13 and 4D. RGB value is (221,19,77). Sum of RGB (Red+Green+Blue) = 221+19+77=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD134D is #22ECB2. Grayscale: #555555. Windows color (decimal): -2288819 or 5051357. OLE color: 5051357.
HSL color Cylindrical-coordinate representation of color #DD134D: hue angle of 342.77º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD134D is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 77 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.13 |
| HSL | 342.77º | 0.84% | 0.47% | - |
| HSV(B) | 342.77º | 0.91% | 0.87% | - |
| XYZ | 31.39 | 16.37 | 8.53 | - |
| YUV | 86.01 | 122.92 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 77 | 0 | 0.91 | 0.65 | 0.13 | 342.77 | 0.84 | 0.47 |
| Hex | DD | 13 | 4D | 0 | 5B | 41 | D | 157 | 54 | 2F |
| Octal | 335 | 23 | 115 | 0 | 133 | 101 | 15 | 527 | 124 | 57 |
| Binary | 11011101 | 10011 | 1001101 | 0 | 1011011 | 1000001 | 1101 | 101010111 | 1010100 | 101111 |
Color Harmonies of #DD134D
Complementary color
Monochromatic Colors of #DD134D
Black with #DD134D
Text Example
Text Example
White with #DD134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD134D; }
p { color: rgb(221,19,77); }
H1.HeaderClassName
{
color: #DD134D;
}
.AnyTagClassName
{
color: #DD134D;
}
</style>
background-color css
<style>
a { background-color: #DD134D; }
a { background-color: rgb(221,19,77); }
div.DivClassName
{
background-color: #DD134D;
}
.BgClassName
{
background-color: #DD134D;
}
</style>
border-color css
<style>
span { border-color: #DD134D; }
span { border-color: rgb(221,19,77); }
td.TdClassName
{
border-color: #DD134D;
}
.TagClassName
{
border-color: #DD134D;
}
</style>