Shades of Crimson #DD0846
Tints of Crimson #DD0846
RGB
CMYK
RGB Variations
Color information
#DD0846 (or 0xDD0846) is known color: Crimson. HEX triplet: DD, 08 and 46. RGB value is (221,8,70). Sum of RGB (Red+Green+Blue) = 221+8+70=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0846 is #22F7B9. Grayscale: #4E4E4E. Windows color (decimal): -2291642 or 4589789. OLE color: 4589789.
HSL color Cylindrical-coordinate representation of color #DD0846: hue angle of 342.54º 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 #DD0846 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 70 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.13 |
| HSL | 342.54º | 0.93% | 0.45% | - |
| HSV(B) | 342.54º | 0.96% | 0.87% | - |
| XYZ | 31.01 | 15.99 | 7.25 | - |
| YUV | 78.76 | 123.07 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 70 | 0 | 0.96 | 0.68 | 0.13 | 342.54 | 0.93 | 0.45 |
| Hex | DD | 8 | 46 | 0 | 60 | 44 | D | 157 | 5D | 2D |
| Octal | 335 | 10 | 106 | 0 | 140 | 104 | 15 | 527 | 135 | 55 |
| Binary | 11011101 | 1000 | 1000110 | 0 | 1100000 | 1000100 | 1101 | 101010111 | 1011101 | 101101 |
Color Harmonies of #DD0846
Complementary color
Monochromatic Colors of #DD0846
Black with #DD0846
Text Example
Text Example
White with #DD0846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0846; }
p { color: rgb(221,8,70); }
H1.HeaderClassName
{
color: #DD0846;
}
.AnyTagClassName
{
color: #DD0846;
}
</style>
background-color css
<style>
a { background-color: #DD0846; }
a { background-color: rgb(221,8,70); }
div.DivClassName
{
background-color: #DD0846;
}
.BgClassName
{
background-color: #DD0846;
}
</style>
border-color css
<style>
span { border-color: #DD0846; }
span { border-color: rgb(221,8,70); }
td.TdClassName
{
border-color: #DD0846;
}
.TagClassName
{
border-color: #DD0846;
}
</style>