Shades of Crimson #DD002E
Tints of Crimson #DD002E
RGB
CMYK
RGB Variations
Color information
#DD002E (or 0xDD002E) is known color: Crimson. HEX triplet: DD, 00 and 2E. RGB value is (221,0,46). Sum of RGB (Red+Green+Blue) = 221+0+46=267 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.77% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 221 - color contains mainly: red. Hex color #DD002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD002E is #22FFD1. Grayscale: #474747. Windows color (decimal): -2293714 or 3014877. OLE color: 3014877.
HSL color Cylindrical-coordinate representation of color #DD002E: hue angle of 347.51º 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 #DD002E is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.79 | 0.13 |
| HSL | 347.51º | 1% | 0.43% | - |
| HSV(B) | 347.51º | 1% | 0.87% | - |
| XYZ | 30.31 | 15.57 | 3.99 | - |
| YUV | 71.32 | 113.72 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 46 | 0 | 1 | 0.79 | 0.13 | 347.51 | 1 | 0.43 |
| Hex | DD | 0 | 2E | 0 | 64 | 4F | D | 15C | 64 | 2B |
| Octal | 335 | 0 | 56 | 0 | 144 | 117 | 15 | 534 | 144 | 53 |
| Binary | 11011101 | 0 | 101110 | 0 | 1100100 | 1001111 | 1101 | 101011100 | 1100100 | 101011 |
Color Harmonies of #DD002E
Complementary color
Monochromatic Colors of #DD002E
Black with #DD002E
Text Example
Text Example
White with #DD002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD002E; }
p { color: rgb(221,0,46); }
H1.HeaderClassName
{
color: #DD002E;
}
.AnyTagClassName
{
color: #DD002E;
}
</style>
background-color css
<style>
a { background-color: #DD002E; }
a { background-color: rgb(221,0,46); }
div.DivClassName
{
background-color: #DD002E;
}
.BgClassName
{
background-color: #DD002E;
}
</style>
border-color css
<style>
span { border-color: #DD002E; }
span { border-color: rgb(221,0,46); }
td.TdClassName
{
border-color: #DD002E;
}
.TagClassName
{
border-color: #DD002E;
}
</style>