Shades of Crimson #DD082F
Tints of Crimson #DD082F
RGB
CMYK
RGB Variations
Color information
#DD082F (or 0xDD082F) is known color: Crimson. HEX triplet: DD, 08 and 2F. RGB value is (221,8,47). Sum of RGB (Red+Green+Blue) = 221+8+47=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD082F is #22F7D0. Grayscale: #4C4C4C. Windows color (decimal): -2291665 or 3082461. OLE color: 3082461.
HSL color Cylindrical-coordinate representation of color #DD082F: hue angle of 349.01º 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 #DD082F is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 47 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.13 |
| HSL | 349.01º | 0.93% | 0.45% | - |
| HSV(B) | 349.01º | 0.96% | 0.87% | - |
| XYZ | 30.42 | 15.75 | 4.13 | - |
| YUV | 76.13 | 111.57 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 47 | 0 | 0.96 | 0.79 | 0.13 | 349.01 | 0.93 | 0.45 |
| Hex | DD | 8 | 2F | 0 | 60 | 4F | D | 15D | 5D | 2D |
| Octal | 335 | 10 | 57 | 0 | 140 | 117 | 15 | 535 | 135 | 55 |
| Binary | 11011101 | 1000 | 101111 | 0 | 1100000 | 1001111 | 1101 | 101011101 | 1011101 | 101101 |
Color Harmonies of #DD082F
Complementary color
Monochromatic Colors of #DD082F
Black with #DD082F
Text Example
Text Example
White with #DD082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD082F; }
p { color: rgb(221,8,47); }
H1.HeaderClassName
{
color: #DD082F;
}
.AnyTagClassName
{
color: #DD082F;
}
</style>
background-color css
<style>
a { background-color: #DD082F; }
a { background-color: rgb(221,8,47); }
div.DivClassName
{
background-color: #DD082F;
}
.BgClassName
{
background-color: #DD082F;
}
</style>
border-color css
<style>
span { border-color: #DD082F; }
span { border-color: rgb(221,8,47); }
td.TdClassName
{
border-color: #DD082F;
}
.TagClassName
{
border-color: #DD082F;
}
</style>