Shades of Crimson #DD0331
Tints of Crimson #DD0331
RGB
CMYK
RGB Variations
Color information
#DD0331 (or 0xDD0331) is known color: Crimson. HEX triplet: DD, 03 and 31. RGB value is (221,3,49). Sum of RGB (Red+Green+Blue) = 221+3+49=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0331 is #22FCCE. Grayscale: #494949. Windows color (decimal): -2292943 or 3212253. OLE color: 3212253.
HSL color Cylindrical-coordinate representation of color #DD0331: hue angle of 347.34º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0331 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 49 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.13 |
| HSL | 347.34º | 0.97% | 0.44% | - |
| HSV(B) | 347.34º | 0.99% | 0.87% | - |
| XYZ | 30.41 | 15.66 | 4.33 | - |
| YUV | 73.43 | 114.22 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 49 | 0 | 0.99 | 0.78 | 0.13 | 347.34 | 0.97 | 0.44 |
| Hex | DD | 3 | 31 | 0 | 63 | 4E | D | 15B | 61 | 2C |
| Octal | 335 | 3 | 61 | 0 | 143 | 116 | 15 | 533 | 141 | 54 |
| Binary | 11011101 | 11 | 110001 | 0 | 1100011 | 1001110 | 1101 | 101011011 | 1100001 | 101100 |
Color Harmonies of #DD0331
Complementary color
Monochromatic Colors of #DD0331
Black with #DD0331
Text Example
Text Example
White with #DD0331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0331; }
p { color: rgb(221,3,49); }
H1.HeaderClassName
{
color: #DD0331;
}
.AnyTagClassName
{
color: #DD0331;
}
</style>
background-color css
<style>
a { background-color: #DD0331; }
a { background-color: rgb(221,3,49); }
div.DivClassName
{
background-color: #DD0331;
}
.BgClassName
{
background-color: #DD0331;
}
</style>
border-color css
<style>
span { border-color: #DD0331; }
span { border-color: rgb(221,3,49); }
td.TdClassName
{
border-color: #DD0331;
}
.TagClassName
{
border-color: #DD0331;
}
</style>