Shades of Crimson #DD0432
Tints of Crimson #DD0432
RGB
CMYK
RGB Variations
Color information
#DD0432 (or 0xDD0432) is known color: Crimson. HEX triplet: DD, 04 and 32. RGB value is (221,4,50). Sum of RGB (Red+Green+Blue) = 221+4+50=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0432 is #22FBCD. Grayscale: #4A4A4A. Windows color (decimal): -2292686 or 3278045. OLE color: 3278045.
HSL color Cylindrical-coordinate representation of color #DD0432: hue angle of 347.28º 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 #DD0432 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 50 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.13 |
| HSL | 347.28º | 0.96% | 0.44% | - |
| HSV(B) | 347.28º | 0.98% | 0.87% | - |
| XYZ | 30.44 | 15.69 | 4.44 | - |
| YUV | 74.13 | 114.39 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 50 | 0 | 0.98 | 0.77 | 0.13 | 347.28 | 0.96 | 0.44 |
| Hex | DD | 4 | 32 | 0 | 62 | 4D | D | 15B | 60 | 2C |
| Octal | 335 | 4 | 62 | 0 | 142 | 115 | 15 | 533 | 140 | 54 |
| Binary | 11011101 | 100 | 110010 | 0 | 1100010 | 1001101 | 1101 | 101011011 | 1100000 | 101100 |
Color Harmonies of #DD0432
Complementary color
Monochromatic Colors of #DD0432
Black with #DD0432
Text Example
Text Example
White with #DD0432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0432; }
p { color: rgb(221,4,50); }
H1.HeaderClassName
{
color: #DD0432;
}
.AnyTagClassName
{
color: #DD0432;
}
</style>
background-color css
<style>
a { background-color: #DD0432; }
a { background-color: rgb(221,4,50); }
div.DivClassName
{
background-color: #DD0432;
}
.BgClassName
{
background-color: #DD0432;
}
</style>
border-color css
<style>
span { border-color: #DD0432; }
span { border-color: rgb(221,4,50); }
td.TdClassName
{
border-color: #DD0432;
}
.TagClassName
{
border-color: #DD0432;
}
</style>