Shades of Crimson #DD002F
Tints of Crimson #DD002F
RGB
CMYK
RGB Variations
Color information
#DD002F (or 0xDD002F) is known color: Crimson. HEX triplet: DD, 00 and 2F. RGB value is (221,0,47). Sum of RGB (Red+Green+Blue) = 221+0+47=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD002F is #22FFD0. Grayscale: #474747. Windows color (decimal): -2293713 or 3080413. OLE color: 3080413.
HSL color Cylindrical-coordinate representation of color #DD002F: hue angle of 347.24º 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 #DD002F is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.79 | 0.13 |
| HSL | 347.24º | 1% | 0.43% | - |
| HSV(B) | 347.24º | 1% | 0.87% | - |
| XYZ | 30.33 | 15.58 | 4.1 | - |
| YUV | 71.44 | 114.22 | 234.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 47 | 0 | 1 | 0.79 | 0.13 | 347.24 | 1 | 0.43 |
| Hex | DD | 0 | 2F | 0 | 64 | 4F | D | 15B | 64 | 2B |
| Octal | 335 | 0 | 57 | 0 | 144 | 117 | 15 | 533 | 144 | 53 |
| Binary | 11011101 | 0 | 101111 | 0 | 1100100 | 1001111 | 1101 | 101011011 | 1100100 | 101011 |
Color Harmonies of #DD002F
Complementary color
Monochromatic Colors of #DD002F
Black with #DD002F
Text Example
Text Example
White with #DD002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD002F; }
p { color: rgb(221,0,47); }
H1.HeaderClassName
{
color: #DD002F;
}
.AnyTagClassName
{
color: #DD002F;
}
</style>
background-color css
<style>
a { background-color: #DD002F; }
a { background-color: rgb(221,0,47); }
div.DivClassName
{
background-color: #DD002F;
}
.BgClassName
{
background-color: #DD002F;
}
</style>
border-color css
<style>
span { border-color: #DD002F; }
span { border-color: rgb(221,0,47); }
td.TdClassName
{
border-color: #DD002F;
}
.TagClassName
{
border-color: #DD002F;
}
</style>