Shades of Cinnabar #DD4432
Tints of Cinnabar #DD4432
RGB
CMYK
RGB Variations
Color information
#DD4432 (or 0xDD4432) is known color: Cinnabar. HEX triplet: DD, 44 and 32. RGB value is (221,68,50). Sum of RGB (Red+Green+Blue) = 221+68+50=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4432 is #22BBCD. Grayscale: #6F6F6F. Windows color (decimal): -2276302 or 3294429. OLE color: 3294429.
HSL color Cylindrical-coordinate representation of color #DD4432: hue angle of 6.32º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD4432 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 50 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.13 |
| HSL | 6.32º | 0.72% | 0.53% | - |
| HSV(B) | 6.32º | 0.77% | 0.87% | - |
| XYZ | 32.46 | 19.74 | 5.12 | - |
| YUV | 111.7 | 93.19 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 50 | 0 | 0.69 | 0.77 | 0.13 | 6.32 | 0.72 | 0.53 |
| Hex | DD | 44 | 32 | 0 | 45 | 4D | D | 6 | 48 | 35 |
| Octal | 335 | 104 | 62 | 0 | 105 | 115 | 15 | 6 | 110 | 65 |
| Binary | 11011101 | 1000100 | 110010 | 0 | 1000101 | 1001101 | 1101 | 110 | 1001000 | 110101 |
Color Harmonies of #DD4432
Complementary color
Monochromatic Colors of #DD4432
Black with #DD4432
Text Example
Text Example
White with #DD4432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4432; }
p { color: rgb(221,68,50); }
H1.HeaderClassName
{
color: #DD4432;
}
.AnyTagClassName
{
color: #DD4432;
}
</style>
background-color css
<style>
a { background-color: #DD4432; }
a { background-color: rgb(221,68,50); }
div.DivClassName
{
background-color: #DD4432;
}
.BgClassName
{
background-color: #DD4432;
}
</style>
border-color css
<style>
span { border-color: #DD4432; }
span { border-color: rgb(221,68,50); }
td.TdClassName
{
border-color: #DD4432;
}
.TagClassName
{
border-color: #DD4432;
}
</style>