Shades of Crimson #DD1634
Tints of Crimson #DD1634
RGB
CMYK
RGB Variations
Color information
#DD1634 (or 0xDD1634) is known color: Crimson. HEX triplet: DD, 16 and 34. RGB value is (221,22,52). Sum of RGB (Red+Green+Blue) = 221+22+52=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1634 is #22E9CB. Grayscale: #555555. Windows color (decimal): -2288076 or 3413725. OLE color: 3413725.
HSL color Cylindrical-coordinate representation of color #DD1634: hue angle of 350.95º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1634 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 52 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.13 |
| HSL | 350.95º | 0.82% | 0.48% | - |
| HSV(B) | 350.95º | 0.9% | 0.87% | - |
| XYZ | 30.73 | 16.19 | 4.76 | - |
| YUV | 84.92 | 109.43 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 52 | 0 | 0.90 | 0.76 | 0.13 | 350.95 | 0.82 | 0.48 |
| Hex | DD | 16 | 34 | 0 | 5A | 4C | D | 15F | 52 | 30 |
| Octal | 335 | 26 | 64 | 0 | 132 | 114 | 15 | 537 | 122 | 60 |
| Binary | 11011101 | 10110 | 110100 | 0 | 1011010 | 1001100 | 1101 | 101011111 | 1010010 | 110000 |
Color Harmonies of #DD1634
Complementary color
Monochromatic Colors of #DD1634
Black with #DD1634
Text Example
Text Example
White with #DD1634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1634; }
p { color: rgb(221,22,52); }
H1.HeaderClassName
{
color: #DD1634;
}
.AnyTagClassName
{
color: #DD1634;
}
</style>
background-color css
<style>
a { background-color: #DD1634; }
a { background-color: rgb(221,22,52); }
div.DivClassName
{
background-color: #DD1634;
}
.BgClassName
{
background-color: #DD1634;
}
</style>
border-color css
<style>
span { border-color: #DD1634; }
span { border-color: rgb(221,22,52); }
td.TdClassName
{
border-color: #DD1634;
}
.TagClassName
{
border-color: #DD1634;
}
</style>