Shades of Crimson #DD013D
Tints of Crimson #DD013D
RGB
CMYK
RGB Variations
Color information
#DD013D (or 0xDD013D) is known color: Crimson. HEX triplet: DD, 01 and 3D. RGB value is (221,1,61). Sum of RGB (Red+Green+Blue) = 221+1+61=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD013D is #22FEC2. Grayscale: #494949. Windows color (decimal): -2293443 or 3998173. OLE color: 3998173.
HSL color Cylindrical-coordinate representation of color #DD013D: hue angle of 343.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD013D is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.13 |
| HSL | 343.64º | 0.99% | 0.44% | - |
| HSV(B) | 343.64º | 1% | 0.87% | - |
| XYZ | 30.67 | 15.73 | 5.83 | - |
| YUV | 73.62 | 120.89 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 61 | 0 | 1.00 | 0.72 | 0.13 | 343.64 | 0.99 | 0.44 |
| Hex | DD | 1 | 3D | 0 | 64 | 48 | D | 158 | 63 | 2C |
| Octal | 335 | 1 | 75 | 0 | 144 | 110 | 15 | 530 | 143 | 54 |
| Binary | 11011101 | 1 | 111101 | 0 | 1100100 | 1001000 | 1101 | 101011000 | 1100011 | 101100 |
Color Harmonies of #DD013D
Complementary color
Monochromatic Colors of #DD013D
Black with #DD013D
Text Example
Text Example
White with #DD013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD013D; }
p { color: rgb(221,1,61); }
H1.HeaderClassName
{
color: #DD013D;
}
.AnyTagClassName
{
color: #DD013D;
}
</style>
background-color css
<style>
a { background-color: #DD013D; }
a { background-color: rgb(221,1,61); }
div.DivClassName
{
background-color: #DD013D;
}
.BgClassName
{
background-color: #DD013D;
}
</style>
border-color css
<style>
span { border-color: #DD013D; }
span { border-color: rgb(221,1,61); }
td.TdClassName
{
border-color: #DD013D;
}
.TagClassName
{
border-color: #DD013D;
}
</style>