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