Shades of Crimson #DD002D
Tints of Crimson #DD002D
RGB
CMYK
RGB Variations
Color information
#DD002D (or 0xDD002D) is known color: Crimson. HEX triplet: DD, 00 and 2D. RGB value is (221,0,45). Sum of RGB (Red+Green+Blue) = 221+0+45=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD002D is #22FFD2. Grayscale: #474747. Windows color (decimal): -2293715 or 2949341. OLE color: 2949341.
HSL color Cylindrical-coordinate representation of color #DD002D: hue angle of 347.78º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD002D is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.80 | 0.13 |
| HSL | 347.78º | 1% | 0.43% | - |
| HSV(B) | 347.78º | 1% | 0.87% | - |
| XYZ | 30.29 | 15.56 | 3.89 | - |
| YUV | 71.21 | 113.22 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 45 | 0 | 1 | 0.80 | 0.13 | 347.78 | 1 | 0.43 |
| Hex | DD | 0 | 2D | 0 | 64 | 50 | D | 15C | 64 | 2B |
| Octal | 335 | 0 | 55 | 0 | 144 | 120 | 15 | 534 | 144 | 53 |
| Binary | 11011101 | 0 | 101101 | 0 | 1100100 | 1010000 | 1101 | 101011100 | 1100100 | 101011 |
Color Harmonies of #DD002D
Complementary color
Monochromatic Colors of #DD002D
Black with #DD002D
Text Example
Text Example
White with #DD002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD002D; }
p { color: rgb(221,0,45); }
H1.HeaderClassName
{
color: #DD002D;
}
.AnyTagClassName
{
color: #DD002D;
}
</style>
background-color css
<style>
a { background-color: #DD002D; }
a { background-color: rgb(221,0,45); }
div.DivClassName
{
background-color: #DD002D;
}
.BgClassName
{
background-color: #DD002D;
}
</style>
border-color css
<style>
span { border-color: #DD002D; }
span { border-color: rgb(221,0,45); }
td.TdClassName
{
border-color: #DD002D;
}
.TagClassName
{
border-color: #DD002D;
}
</style>