Shades of Crimson #DD083E
Tints of Crimson #DD083E
RGB
CMYK
RGB Variations
Color information
#DD083E (or 0xDD083E) is known color: Crimson. HEX triplet: DD, 08 and 3E. RGB value is (221,8,62). Sum of RGB (Red+Green+Blue) = 221+8+62=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD083E is #22F7C1. Grayscale: #4D4D4D. Windows color (decimal): -2291650 or 4065501. OLE color: 4065501.
HSL color Cylindrical-coordinate representation of color #DD083E: hue angle of 344.79º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD083E is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 62 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.13 |
| HSL | 344.79º | 0.93% | 0.45% | - |
| HSV(B) | 344.79º | 0.96% | 0.87% | - |
| XYZ | 30.78 | 15.89 | 6 | - |
| YUV | 77.84 | 119.07 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 62 | 0 | 0.96 | 0.72 | 0.13 | 344.79 | 0.93 | 0.45 |
| Hex | DD | 8 | 3E | 0 | 60 | 48 | D | 159 | 5D | 2D |
| Octal | 335 | 10 | 76 | 0 | 140 | 110 | 15 | 531 | 135 | 55 |
| Binary | 11011101 | 1000 | 111110 | 0 | 1100000 | 1001000 | 1101 | 101011001 | 1011101 | 101101 |
Color Harmonies of #DD083E
Complementary color
Monochromatic Colors of #DD083E
Black with #DD083E
Text Example
Text Example
White with #DD083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD083E; }
p { color: rgb(221,8,62); }
H1.HeaderClassName
{
color: #DD083E;
}
.AnyTagClassName
{
color: #DD083E;
}
</style>
background-color css
<style>
a { background-color: #DD083E; }
a { background-color: rgb(221,8,62); }
div.DivClassName
{
background-color: #DD083E;
}
.BgClassName
{
background-color: #DD083E;
}
</style>
border-color css
<style>
span { border-color: #DD083E; }
span { border-color: rgb(221,8,62); }
td.TdClassName
{
border-color: #DD083E;
}
.TagClassName
{
border-color: #DD083E;
}
</style>