Shades of Crimson #DD103D
Tints of Crimson #DD103D
RGB
CMYK
RGB Variations
Color information
#DD103D (or 0xDD103D) is known color: Crimson. HEX triplet: DD, 10 and 3D. RGB value is (221,16,61). Sum of RGB (Red+Green+Blue) = 221+16+61=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD103D is #22EFC2. Grayscale: #525252. Windows color (decimal): -2289603 or 4002013. OLE color: 4002013.
HSL color Cylindrical-coordinate representation of color #DD103D: hue angle of 346.83º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD103D is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 61 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.13 |
| HSL | 346.83º | 0.86% | 0.46% | - |
| HSV(B) | 346.83º | 0.93% | 0.87% | - |
| XYZ | 30.85 | 16.08 | 5.89 | - |
| YUV | 82.43 | 115.92 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 61 | 0 | 0.93 | 0.72 | 0.13 | 346.83 | 0.86 | 0.46 |
| Hex | DD | 10 | 3D | 0 | 5D | 48 | D | 15B | 56 | 2E |
| Octal | 335 | 20 | 75 | 0 | 135 | 110 | 15 | 533 | 126 | 56 |
| Binary | 11011101 | 10000 | 111101 | 0 | 1011101 | 1001000 | 1101 | 101011011 | 1010110 | 101110 |
Color Harmonies of #DD103D
Complementary color
Monochromatic Colors of #DD103D
Black with #DD103D
Text Example
Text Example
White with #DD103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD103D; }
p { color: rgb(221,16,61); }
H1.HeaderClassName
{
color: #DD103D;
}
.AnyTagClassName
{
color: #DD103D;
}
</style>
background-color css
<style>
a { background-color: #DD103D; }
a { background-color: rgb(221,16,61); }
div.DivClassName
{
background-color: #DD103D;
}
.BgClassName
{
background-color: #DD103D;
}
</style>
border-color css
<style>
span { border-color: #DD103D; }
span { border-color: rgb(221,16,61); }
td.TdClassName
{
border-color: #DD103D;
}
.TagClassName
{
border-color: #DD103D;
}
</style>