Shades of Crimson #DD063D
Tints of Crimson #DD063D
RGB
CMYK
RGB Variations
Color information
#DD063D (or 0xDD063D) is known color: Crimson. HEX triplet: DD, 06 and 3D. RGB value is (221,6,61). Sum of RGB (Red+Green+Blue) = 221+6+61=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD063D is #22F9C2. Grayscale: #4C4C4C. Windows color (decimal): -2292163 or 3999453. OLE color: 3999453.
HSL color Cylindrical-coordinate representation of color #DD063D: hue angle of 344.65º 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 #DD063D is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.13 |
| HSL | 344.65º | 0.95% | 0.45% | - |
| HSV(B) | 344.65º | 0.97% | 0.87% | - |
| XYZ | 30.73 | 15.84 | 5.85 | - |
| YUV | 76.56 | 119.23 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 61 | 0 | 0.97 | 0.72 | 0.13 | 344.65 | 0.95 | 0.45 |
| Hex | DD | 6 | 3D | 0 | 61 | 48 | D | 159 | 5F | 2D |
| Octal | 335 | 6 | 75 | 0 | 141 | 110 | 15 | 531 | 137 | 55 |
| Binary | 11011101 | 110 | 111101 | 0 | 1100001 | 1001000 | 1101 | 101011001 | 1011111 | 101101 |
Color Harmonies of #DD063D
Complementary color
Monochromatic Colors of #DD063D
Black with #DD063D
Text Example
Text Example
White with #DD063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD063D; }
p { color: rgb(221,6,61); }
H1.HeaderClassName
{
color: #DD063D;
}
.AnyTagClassName
{
color: #DD063D;
}
</style>
background-color css
<style>
a { background-color: #DD063D; }
a { background-color: rgb(221,6,61); }
div.DivClassName
{
background-color: #DD063D;
}
.BgClassName
{
background-color: #DD063D;
}
</style>
border-color css
<style>
span { border-color: #DD063D; }
span { border-color: rgb(221,6,61); }
td.TdClassName
{
border-color: #DD063D;
}
.TagClassName
{
border-color: #DD063D;
}
</style>