Shades of Crimson #DD0831
Tints of Crimson #DD0831
RGB
CMYK
RGB Variations
Color information
#DD0831 (or 0xDD0831) is known color: Crimson. HEX triplet: DD, 08 and 31. RGB value is (221,8,49). Sum of RGB (Red+Green+Blue) = 221+8+49=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0831 is #22F7CE. Grayscale: #4C4C4C. Windows color (decimal): -2291663 or 3213533. OLE color: 3213533.
HSL color Cylindrical-coordinate representation of color #DD0831: hue angle of 348.45º 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 #DD0831 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 49 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.13 |
| HSL | 348.45º | 0.93% | 0.45% | - |
| HSV(B) | 348.45º | 0.96% | 0.87% | - |
| XYZ | 30.46 | 15.77 | 4.34 | - |
| YUV | 76.36 | 112.57 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 49 | 0 | 0.96 | 0.78 | 0.13 | 348.45 | 0.93 | 0.45 |
| Hex | DD | 8 | 31 | 0 | 60 | 4E | D | 15C | 5D | 2D |
| Octal | 335 | 10 | 61 | 0 | 140 | 116 | 15 | 534 | 135 | 55 |
| Binary | 11011101 | 1000 | 110001 | 0 | 1100000 | 1001110 | 1101 | 101011100 | 1011101 | 101101 |
Color Harmonies of #DD0831
Complementary color
Monochromatic Colors of #DD0831
Black with #DD0831
Text Example
Text Example
White with #DD0831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0831; }
p { color: rgb(221,8,49); }
H1.HeaderClassName
{
color: #DD0831;
}
.AnyTagClassName
{
color: #DD0831;
}
</style>
background-color css
<style>
a { background-color: #DD0831; }
a { background-color: rgb(221,8,49); }
div.DivClassName
{
background-color: #DD0831;
}
.BgClassName
{
background-color: #DD0831;
}
</style>
border-color css
<style>
span { border-color: #DD0831; }
span { border-color: rgb(221,8,49); }
td.TdClassName
{
border-color: #DD0831;
}
.TagClassName
{
border-color: #DD0831;
}
</style>