Shades of Crimson #DD023D
Tints of Crimson #DD023D
RGB
CMYK
RGB Variations
Color information
#DD023D (or 0xDD023D) is known color: Crimson. HEX triplet: DD, 02 and 3D. RGB value is (221,2,61). Sum of RGB (Red+Green+Blue) = 221+2+61=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD023D is #22FDC2. Grayscale: #4A4A4A. Windows color (decimal): -2293187 or 3998429. OLE color: 3998429.
HSL color Cylindrical-coordinate representation of color #DD023D: hue angle of 343.84º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD023D is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.13 |
| HSL | 343.84º | 0.98% | 0.44% | - |
| HSV(B) | 343.84º | 0.99% | 0.87% | - |
| XYZ | 30.68 | 15.75 | 5.84 | - |
| YUV | 74.21 | 120.55 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 61 | 0 | 0.99 | 0.72 | 0.13 | 343.84 | 0.98 | 0.44 |
| Hex | DD | 2 | 3D | 0 | 63 | 48 | D | 158 | 62 | 2C |
| Octal | 335 | 2 | 75 | 0 | 143 | 110 | 15 | 530 | 142 | 54 |
| Binary | 11011101 | 10 | 111101 | 0 | 1100011 | 1001000 | 1101 | 101011000 | 1100010 | 101100 |
Color Harmonies of #DD023D
Complementary color
Monochromatic Colors of #DD023D
Black with #DD023D
Text Example
Text Example
White with #DD023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD023D; }
p { color: rgb(221,2,61); }
H1.HeaderClassName
{
color: #DD023D;
}
.AnyTagClassName
{
color: #DD023D;
}
</style>
background-color css
<style>
a { background-color: #DD023D; }
a { background-color: rgb(221,2,61); }
div.DivClassName
{
background-color: #DD023D;
}
.BgClassName
{
background-color: #DD023D;
}
</style>
border-color css
<style>
span { border-color: #DD023D; }
span { border-color: rgb(221,2,61); }
td.TdClassName
{
border-color: #DD023D;
}
.TagClassName
{
border-color: #DD023D;
}
</style>