Shades of Crimson #DD0C44
Tints of Crimson #DD0C44
RGB
CMYK
RGB Variations
Color information
#DD0C44 (or 0xDD0C44) is known color: Crimson. HEX triplet: DD, 0C and 44. RGB value is (221,12,68). Sum of RGB (Red+Green+Blue) = 221+12+68=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0C44 is #22F3BB. Grayscale: #505050. Windows color (decimal): -2290620 or 4459741. OLE color: 4459741.
HSL color Cylindrical-coordinate representation of color #DD0C44: hue angle of 343.92º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0C44 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 68 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.13 |
| HSL | 343.92º | 0.9% | 0.46% | - |
| HSV(B) | 343.92º | 0.95% | 0.87% | - |
| XYZ | 30.99 | 16.05 | 6.93 | - |
| YUV | 80.88 | 120.74 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 68 | 0 | 0.95 | 0.69 | 0.13 | 343.92 | 0.9 | 0.46 |
| Hex | DD | C | 44 | 0 | 5F | 45 | D | 158 | 5A | 2E |
| Octal | 335 | 14 | 104 | 0 | 137 | 105 | 15 | 530 | 132 | 56 |
| Binary | 11011101 | 1100 | 1000100 | 0 | 1011111 | 1000101 | 1101 | 101011000 | 1011010 | 101110 |
Color Harmonies of #DD0C44
Complementary color
Monochromatic Colors of #DD0C44
Black with #DD0C44
Text Example
Text Example
White with #DD0C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C44; }
p { color: rgb(221,12,68); }
H1.HeaderClassName
{
color: #DD0C44;
}
.AnyTagClassName
{
color: #DD0C44;
}
</style>
background-color css
<style>
a { background-color: #DD0C44; }
a { background-color: rgb(221,12,68); }
div.DivClassName
{
background-color: #DD0C44;
}
.BgClassName
{
background-color: #DD0C44;
}
</style>
border-color css
<style>
span { border-color: #DD0C44; }
span { border-color: rgb(221,12,68); }
td.TdClassName
{
border-color: #DD0C44;
}
.TagClassName
{
border-color: #DD0C44;
}
</style>