Shades of Crimson #DD113B
Tints of Crimson #DD113B
RGB
CMYK
RGB Variations
Color information
#DD113B (or 0xDD113B) is known color: Crimson. HEX triplet: DD, 11 and 3B. RGB value is (221,17,59). Sum of RGB (Red+Green+Blue) = 221+17+59=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD113B is #22EEC4. Grayscale: #525252. Windows color (decimal): -2289349 or 3871197. OLE color: 3871197.
HSL color Cylindrical-coordinate representation of color #DD113B: hue angle of 347.65º degrees, saturation: 0.86, 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 #DD113B is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 59 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.13 |
| HSL | 347.65º | 0.86% | 0.47% | - |
| HSV(B) | 347.65º | 0.92% | 0.87% | - |
| XYZ | 30.81 | 16.09 | 5.62 | - |
| YUV | 82.78 | 114.59 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 59 | 0 | 0.92 | 0.73 | 0.13 | 347.65 | 0.86 | 0.47 |
| Hex | DD | 11 | 3B | 0 | 5C | 49 | D | 15C | 56 | 2F |
| Octal | 335 | 21 | 73 | 0 | 134 | 111 | 15 | 534 | 126 | 57 |
| Binary | 11011101 | 10001 | 111011 | 0 | 1011100 | 1001001 | 1101 | 101011100 | 1010110 | 101111 |
Color Harmonies of #DD113B
Complementary color
Monochromatic Colors of #DD113B
Black with #DD113B
Text Example
Text Example
White with #DD113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD113B; }
p { color: rgb(221,17,59); }
H1.HeaderClassName
{
color: #DD113B;
}
.AnyTagClassName
{
color: #DD113B;
}
</style>
background-color css
<style>
a { background-color: #DD113B; }
a { background-color: rgb(221,17,59); }
div.DivClassName
{
background-color: #DD113B;
}
.BgClassName
{
background-color: #DD113B;
}
</style>
border-color css
<style>
span { border-color: #DD113B; }
span { border-color: rgb(221,17,59); }
td.TdClassName
{
border-color: #DD113B;
}
.TagClassName
{
border-color: #DD113B;
}
</style>