Shades of Crimson #DD062D
Tints of Crimson #DD062D
RGB
CMYK
RGB Variations
Color information
#DD062D (or 0xDD062D) is known color: Crimson. HEX triplet: DD, 06 and 2D. RGB value is (221,6,45). Sum of RGB (Red+Green+Blue) = 221+6+45=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD062D is #22F9D2. Grayscale: #4A4A4A. Windows color (decimal): -2292179 or 2950877. OLE color: 2950877.
HSL color Cylindrical-coordinate representation of color #DD062D: hue angle of 349.12º 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 #DD062D is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.13 |
| HSL | 349.12º | 0.95% | 0.45% | - |
| HSV(B) | 349.12º | 0.97% | 0.87% | - |
| XYZ | 30.36 | 15.69 | 3.91 | - |
| YUV | 74.73 | 111.23 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 45 | 0 | 0.97 | 0.80 | 0.13 | 349.12 | 0.95 | 0.45 |
| Hex | DD | 6 | 2D | 0 | 61 | 50 | D | 15D | 5F | 2D |
| Octal | 335 | 6 | 55 | 0 | 141 | 120 | 15 | 535 | 137 | 55 |
| Binary | 11011101 | 110 | 101101 | 0 | 1100001 | 1010000 | 1101 | 101011101 | 1011111 | 101101 |
Color Harmonies of #DD062D
Complementary color
Monochromatic Colors of #DD062D
Black with #DD062D
Text Example
Text Example
White with #DD062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD062D; }
p { color: rgb(221,6,45); }
H1.HeaderClassName
{
color: #DD062D;
}
.AnyTagClassName
{
color: #DD062D;
}
</style>
background-color css
<style>
a { background-color: #DD062D; }
a { background-color: rgb(221,6,45); }
div.DivClassName
{
background-color: #DD062D;
}
.BgClassName
{
background-color: #DD062D;
}
</style>
border-color css
<style>
span { border-color: #DD062D; }
span { border-color: rgb(221,6,45); }
td.TdClassName
{
border-color: #DD062D;
}
.TagClassName
{
border-color: #DD062D;
}
</style>