Shades of Crimson #DD0F4C
Tints of Crimson #DD0F4C
RGB
CMYK
RGB Variations
Color information
#DD0F4C (or 0xDD0F4C) is known color: Crimson. HEX triplet: DD, 0F and 4C. RGB value is (221,15,76). Sum of RGB (Red+Green+Blue) = 221+15+76=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0F4C is #22F0B3. Grayscale: #535353. Windows color (decimal): -2289844 or 4984797. OLE color: 4984797.
HSL color Cylindrical-coordinate representation of color #DD0F4C: hue angle of 342.23º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0F4C is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 76 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.13 |
| HSL | 342.23º | 0.87% | 0.46% | - |
| HSV(B) | 342.23º | 0.93% | 0.87% | - |
| XYZ | 31.29 | 16.24 | 8.32 | - |
| YUV | 83.55 | 123.75 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 76 | 0 | 0.93 | 0.66 | 0.13 | 342.23 | 0.87 | 0.46 |
| Hex | DD | F | 4C | 0 | 5D | 42 | D | 156 | 57 | 2E |
| Octal | 335 | 17 | 114 | 0 | 135 | 102 | 15 | 526 | 127 | 56 |
| Binary | 11011101 | 1111 | 1001100 | 0 | 1011101 | 1000010 | 1101 | 101010110 | 1010111 | 101110 |
Color Harmonies of #DD0F4C
Complementary color
Monochromatic Colors of #DD0F4C
Black with #DD0F4C
Text Example
Text Example
White with #DD0F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F4C; }
p { color: rgb(221,15,76); }
H1.HeaderClassName
{
color: #DD0F4C;
}
.AnyTagClassName
{
color: #DD0F4C;
}
</style>
background-color css
<style>
a { background-color: #DD0F4C; }
a { background-color: rgb(221,15,76); }
div.DivClassName
{
background-color: #DD0F4C;
}
.BgClassName
{
background-color: #DD0F4C;
}
</style>
border-color css
<style>
span { border-color: #DD0F4C; }
span { border-color: rgb(221,15,76); }
td.TdClassName
{
border-color: #DD0F4C;
}
.TagClassName
{
border-color: #DD0F4C;
}
</style>