Shades of Crimson #DD083F
Tints of Crimson #DD083F
RGB
CMYK
RGB Variations
Color information
#DD083F (or 0xDD083F) is known color: Crimson. HEX triplet: DD, 08 and 3F. RGB value is (221,8,63). Sum of RGB (Red+Green+Blue) = 221+8+63=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD083F is #22F7C0. Grayscale: #4D4D4D. Windows color (decimal): -2291649 or 4131037. OLE color: 4131037.
HSL color Cylindrical-coordinate representation of color #DD083F: hue angle of 344.51º 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 #DD083F is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 63 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.13 |
| HSL | 344.51º | 0.93% | 0.45% | - |
| HSV(B) | 344.51º | 0.96% | 0.87% | - |
| XYZ | 30.8 | 15.9 | 6.15 | - |
| YUV | 77.96 | 119.57 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 63 | 0 | 0.96 | 0.71 | 0.13 | 344.51 | 0.93 | 0.45 |
| Hex | DD | 8 | 3F | 0 | 60 | 47 | D | 159 | 5D | 2D |
| Octal | 335 | 10 | 77 | 0 | 140 | 107 | 15 | 531 | 135 | 55 |
| Binary | 11011101 | 1000 | 111111 | 0 | 1100000 | 1000111 | 1101 | 101011001 | 1011101 | 101101 |
Color Harmonies of #DD083F
Complementary color
Monochromatic Colors of #DD083F
Black with #DD083F
Text Example
Text Example
White with #DD083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD083F; }
p { color: rgb(221,8,63); }
H1.HeaderClassName
{
color: #DD083F;
}
.AnyTagClassName
{
color: #DD083F;
}
</style>
background-color css
<style>
a { background-color: #DD083F; }
a { background-color: rgb(221,8,63); }
div.DivClassName
{
background-color: #DD083F;
}
.BgClassName
{
background-color: #DD083F;
}
</style>
border-color css
<style>
span { border-color: #DD083F; }
span { border-color: rgb(221,8,63); }
td.TdClassName
{
border-color: #DD083F;
}
.TagClassName
{
border-color: #DD083F;
}
</style>