Shades of Crimson #DD0531
Tints of Crimson #DD0531
RGB
CMYK
RGB Variations
Color information
#DD0531 (or 0xDD0531) is known color: Crimson. HEX triplet: DD, 05 and 31. RGB value is (221,5,49). Sum of RGB (Red+Green+Blue) = 221+5+49=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0531 is #22FACE. Grayscale: #4A4A4A. Windows color (decimal): -2292431 or 3212765. OLE color: 3212765.
HSL color Cylindrical-coordinate representation of color #DD0531: hue angle of 347.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0531 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 49 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.13 |
| HSL | 347.78º | 0.96% | 0.44% | - |
| HSV(B) | 347.78º | 0.98% | 0.87% | - |
| XYZ | 30.43 | 15.7 | 4.33 | - |
| YUV | 74.6 | 113.56 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 49 | 0 | 0.98 | 0.78 | 0.13 | 347.78 | 0.96 | 0.44 |
| Hex | DD | 5 | 31 | 0 | 62 | 4E | D | 15C | 60 | 2C |
| Octal | 335 | 5 | 61 | 0 | 142 | 116 | 15 | 534 | 140 | 54 |
| Binary | 11011101 | 101 | 110001 | 0 | 1100010 | 1001110 | 1101 | 101011100 | 1100000 | 101100 |
Color Harmonies of #DD0531
Complementary color
Monochromatic Colors of #DD0531
Black with #DD0531
Text Example
Text Example
White with #DD0531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0531; }
p { color: rgb(221,5,49); }
H1.HeaderClassName
{
color: #DD0531;
}
.AnyTagClassName
{
color: #DD0531;
}
</style>
background-color css
<style>
a { background-color: #DD0531; }
a { background-color: rgb(221,5,49); }
div.DivClassName
{
background-color: #DD0531;
}
.BgClassName
{
background-color: #DD0531;
}
</style>
border-color css
<style>
span { border-color: #DD0531; }
span { border-color: rgb(221,5,49); }
td.TdClassName
{
border-color: #DD0531;
}
.TagClassName
{
border-color: #DD0531;
}
</style>