Shades of Crimson #DD063E
Tints of Crimson #DD063E
RGB
CMYK
RGB Variations
Color information
#DD063E (or 0xDD063E) is known color: Crimson. HEX triplet: DD, 06 and 3E. RGB value is (221,6,62). Sum of RGB (Red+Green+Blue) = 221+6+62=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD063E is #22F9C1. Grayscale: #4C4C4C. Windows color (decimal): -2292162 or 4064989. OLE color: 4064989.
HSL color Cylindrical-coordinate representation of color #DD063E: hue angle of 344.37º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD063E is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 62 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.13 |
| HSL | 344.37º | 0.95% | 0.45% | - |
| HSV(B) | 344.37º | 0.97% | 0.87% | - |
| XYZ | 30.75 | 15.85 | 6 | - |
| YUV | 76.67 | 119.73 | 230.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 62 | 0 | 0.97 | 0.72 | 0.13 | 344.37 | 0.95 | 0.45 |
| Hex | DD | 6 | 3E | 0 | 61 | 48 | D | 158 | 5F | 2D |
| Octal | 335 | 6 | 76 | 0 | 141 | 110 | 15 | 530 | 137 | 55 |
| Binary | 11011101 | 110 | 111110 | 0 | 1100001 | 1001000 | 1101 | 101011000 | 1011111 | 101101 |
Color Harmonies of #DD063E
Complementary color
Monochromatic Colors of #DD063E
Black with #DD063E
Text Example
Text Example
White with #DD063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD063E; }
p { color: rgb(221,6,62); }
H1.HeaderClassName
{
color: #DD063E;
}
.AnyTagClassName
{
color: #DD063E;
}
</style>
background-color css
<style>
a { background-color: #DD063E; }
a { background-color: rgb(221,6,62); }
div.DivClassName
{
background-color: #DD063E;
}
.BgClassName
{
background-color: #DD063E;
}
</style>
border-color css
<style>
span { border-color: #DD063E; }
span { border-color: rgb(221,6,62); }
td.TdClassName
{
border-color: #DD063E;
}
.TagClassName
{
border-color: #DD063E;
}
</style>