Shades of Crimson #DD063C
Tints of Crimson #DD063C
RGB
CMYK
RGB Variations
Color information
#DD063C (or 0xDD063C) is known color: Crimson. HEX triplet: DD, 06 and 3C. RGB value is (221,6,60). Sum of RGB (Red+Green+Blue) = 221+6+60=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD063C is #22F9C3. Grayscale: #4C4C4C. Windows color (decimal): -2292164 or 3933917. OLE color: 3933917.
HSL color Cylindrical-coordinate representation of color #DD063C: hue angle of 344.93º 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 #DD063C is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 60 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.13 |
| HSL | 344.93º | 0.95% | 0.45% | - |
| HSV(B) | 344.93º | 0.97% | 0.87% | - |
| XYZ | 30.7 | 15.83 | 5.71 | - |
| YUV | 76.44 | 118.73 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 60 | 0 | 0.97 | 0.73 | 0.13 | 344.93 | 0.95 | 0.45 |
| Hex | DD | 6 | 3C | 0 | 61 | 49 | D | 159 | 5F | 2D |
| Octal | 335 | 6 | 74 | 0 | 141 | 111 | 15 | 531 | 137 | 55 |
| Binary | 11011101 | 110 | 111100 | 0 | 1100001 | 1001001 | 1101 | 101011001 | 1011111 | 101101 |
Color Harmonies of #DD063C
Complementary color
Monochromatic Colors of #DD063C
Black with #DD063C
Text Example
Text Example
White with #DD063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD063C; }
p { color: rgb(221,6,60); }
H1.HeaderClassName
{
color: #DD063C;
}
.AnyTagClassName
{
color: #DD063C;
}
</style>
background-color css
<style>
a { background-color: #DD063C; }
a { background-color: rgb(221,6,60); }
div.DivClassName
{
background-color: #DD063C;
}
.BgClassName
{
background-color: #DD063C;
}
</style>
border-color css
<style>
span { border-color: #DD063C; }
span { border-color: rgb(221,6,60); }
td.TdClassName
{
border-color: #DD063C;
}
.TagClassName
{
border-color: #DD063C;
}
</style>