Shades of Crimson #DD0832
Tints of Crimson #DD0832
RGB
CMYK
RGB Variations
Color information
#DD0832 (or 0xDD0832) is known color: Crimson. HEX triplet: DD, 08 and 32. RGB value is (221,8,50). Sum of RGB (Red+Green+Blue) = 221+8+50=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0832 is #22F7CD. Grayscale: #4C4C4C. Windows color (decimal): -2291662 or 3279069. OLE color: 3279069.
HSL color Cylindrical-coordinate representation of color #DD0832: hue angle of 348.17º 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 #DD0832 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 50 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.13 |
| HSL | 348.17º | 0.93% | 0.45% | - |
| HSV(B) | 348.17º | 0.96% | 0.87% | - |
| XYZ | 30.48 | 15.78 | 4.46 | - |
| YUV | 76.48 | 113.07 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 50 | 0 | 0.96 | 0.77 | 0.13 | 348.17 | 0.93 | 0.45 |
| Hex | DD | 8 | 32 | 0 | 60 | 4D | D | 15C | 5D | 2D |
| Octal | 335 | 10 | 62 | 0 | 140 | 115 | 15 | 534 | 135 | 55 |
| Binary | 11011101 | 1000 | 110010 | 0 | 1100000 | 1001101 | 1101 | 101011100 | 1011101 | 101101 |
Color Harmonies of #DD0832
Complementary color
Monochromatic Colors of #DD0832
Black with #DD0832
Text Example
Text Example
White with #DD0832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0832; }
p { color: rgb(221,8,50); }
H1.HeaderClassName
{
color: #DD0832;
}
.AnyTagClassName
{
color: #DD0832;
}
</style>
background-color css
<style>
a { background-color: #DD0832; }
a { background-color: rgb(221,8,50); }
div.DivClassName
{
background-color: #DD0832;
}
.BgClassName
{
background-color: #DD0832;
}
</style>
border-color css
<style>
span { border-color: #DD0832; }
span { border-color: rgb(221,8,50); }
td.TdClassName
{
border-color: #DD0832;
}
.TagClassName
{
border-color: #DD0832;
}
</style>