Shades of Crimson #DD0132
Tints of Crimson #DD0132
RGB
CMYK
RGB Variations
Color information
#DD0132 (or 0xDD0132) is known color: Crimson. HEX triplet: DD, 01 and 32. RGB value is (221,1,50). Sum of RGB (Red+Green+Blue) = 221+1+50=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0132 is #22FECD. Grayscale: #484848. Windows color (decimal): -2293454 or 3277277. OLE color: 3277277.
HSL color Cylindrical-coordinate representation of color #DD0132: hue angle of 346.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0132 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 50 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.13 |
| HSL | 346.64º | 0.99% | 0.44% | - |
| HSV(B) | 346.64º | 1% | 0.87% | - |
| XYZ | 30.41 | 15.62 | 4.43 | - |
| YUV | 72.37 | 115.39 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 50 | 0 | 1.00 | 0.77 | 0.13 | 346.64 | 0.99 | 0.44 |
| Hex | DD | 1 | 32 | 0 | 64 | 4D | D | 15B | 63 | 2C |
| Octal | 335 | 1 | 62 | 0 | 144 | 115 | 15 | 533 | 143 | 54 |
| Binary | 11011101 | 1 | 110010 | 0 | 1100100 | 1001101 | 1101 | 101011011 | 1100011 | 101100 |
Color Harmonies of #DD0132
Complementary color
Monochromatic Colors of #DD0132
Black with #DD0132
Text Example
Text Example
White with #DD0132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0132; }
p { color: rgb(221,1,50); }
H1.HeaderClassName
{
color: #DD0132;
}
.AnyTagClassName
{
color: #DD0132;
}
</style>
background-color css
<style>
a { background-color: #DD0132; }
a { background-color: rgb(221,1,50); }
div.DivClassName
{
background-color: #DD0132;
}
.BgClassName
{
background-color: #DD0132;
}
</style>
border-color css
<style>
span { border-color: #DD0132; }
span { border-color: rgb(221,1,50); }
td.TdClassName
{
border-color: #DD0132;
}
.TagClassName
{
border-color: #DD0132;
}
</style>