Shades of Crimson #DD082B
Tints of Crimson #DD082B
RGB
CMYK
RGB Variations
Color information
#DD082B (or 0xDD082B) is known color: Crimson. HEX triplet: DD, 08 and 2B. RGB value is (221,8,43). Sum of RGB (Red+Green+Blue) = 221+8+43=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD082B is #22F7D4. Grayscale: #4B4B4B. Windows color (decimal): -2291669 or 2820317. OLE color: 2820317.
HSL color Cylindrical-coordinate representation of color #DD082B: hue angle of 350.14º 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 #DD082B is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.13 |
| HSL | 350.14º | 0.93% | 0.45% | - |
| HSV(B) | 350.14º | 0.96% | 0.87% | - |
| XYZ | 30.34 | 15.72 | 3.72 | - |
| YUV | 75.68 | 109.57 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 43 | 0 | 0.96 | 0.81 | 0.13 | 350.14 | 0.93 | 0.45 |
| Hex | DD | 8 | 2B | 0 | 60 | 51 | D | 15E | 5D | 2D |
| Octal | 335 | 10 | 53 | 0 | 140 | 121 | 15 | 536 | 135 | 55 |
| Binary | 11011101 | 1000 | 101011 | 0 | 1100000 | 1010001 | 1101 | 101011110 | 1011101 | 101101 |
Color Harmonies of #DD082B
Complementary color
Monochromatic Colors of #DD082B
Black with #DD082B
Text Example
Text Example
White with #DD082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD082B; }
p { color: rgb(221,8,43); }
H1.HeaderClassName
{
color: #DD082B;
}
.AnyTagClassName
{
color: #DD082B;
}
</style>
background-color css
<style>
a { background-color: #DD082B; }
a { background-color: rgb(221,8,43); }
div.DivClassName
{
background-color: #DD082B;
}
.BgClassName
{
background-color: #DD082B;
}
</style>
border-color css
<style>
span { border-color: #DD082B; }
span { border-color: rgb(221,8,43); }
td.TdClassName
{
border-color: #DD082B;
}
.TagClassName
{
border-color: #DD082B;
}
</style>