Shades of Crimson #DD0533
Tints of Crimson #DD0533
RGB
CMYK
RGB Variations
Color information
#DD0533 (or 0xDD0533) is known color: Crimson. HEX triplet: DD, 05 and 33. RGB value is (221,5,51). Sum of RGB (Red+Green+Blue) = 221+5+51=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0533 is #22FACC. Grayscale: #4A4A4A. Windows color (decimal): -2292429 or 3343837. OLE color: 3343837.
HSL color Cylindrical-coordinate representation of color #DD0533: hue angle of 347.22º 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 #DD0533 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 51 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.13 |
| HSL | 347.22º | 0.96% | 0.44% | - |
| HSV(B) | 347.22º | 0.98% | 0.87% | - |
| XYZ | 30.47 | 15.72 | 4.56 | - |
| YUV | 74.83 | 114.56 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 51 | 0 | 0.98 | 0.77 | 0.13 | 347.22 | 0.96 | 0.44 |
| Hex | DD | 5 | 33 | 0 | 62 | 4D | D | 15B | 60 | 2C |
| Octal | 335 | 5 | 63 | 0 | 142 | 115 | 15 | 533 | 140 | 54 |
| Binary | 11011101 | 101 | 110011 | 0 | 1100010 | 1001101 | 1101 | 101011011 | 1100000 | 101100 |
Color Harmonies of #DD0533
Complementary color
Monochromatic Colors of #DD0533
Black with #DD0533
Text Example
Text Example
White with #DD0533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0533; }
p { color: rgb(221,5,51); }
H1.HeaderClassName
{
color: #DD0533;
}
.AnyTagClassName
{
color: #DD0533;
}
</style>
background-color css
<style>
a { background-color: #DD0533; }
a { background-color: rgb(221,5,51); }
div.DivClassName
{
background-color: #DD0533;
}
.BgClassName
{
background-color: #DD0533;
}
</style>
border-color css
<style>
span { border-color: #DD0533; }
span { border-color: rgb(221,5,51); }
td.TdClassName
{
border-color: #DD0533;
}
.TagClassName
{
border-color: #DD0533;
}
</style>