Shades of Cinnabar #DD4E32
Tints of Cinnabar #DD4E32
RGB
CMYK
RGB Variations
Color information
#DD4E32 (or 0xDD4E32) is known color: Cinnabar. HEX triplet: DD, 4E and 32. RGB value is (221,78,50). Sum of RGB (Red+Green+Blue) = 221+78+50=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E32 is #22B1CD. Grayscale: #757575. Windows color (decimal): -2273742 or 3296989. OLE color: 3296989.
HSL color Cylindrical-coordinate representation of color #DD4E32: hue angle of 9.82º 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 #DD4E32 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 50 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.13 |
| HSL | 9.82º | 0.72% | 0.53% | - |
| HSV(B) | 9.82º | 0.77% | 0.87% | - |
| XYZ | 33.12 | 21.05 | 5.34 | - |
| YUV | 117.57 | 89.88 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 50 | 0 | 0.65 | 0.77 | 0.13 | 9.82 | 0.72 | 0.53 |
| Hex | DD | 4E | 32 | 0 | 41 | 4D | D | A | 48 | 35 |
| Octal | 335 | 116 | 62 | 0 | 101 | 115 | 15 | 12 | 110 | 65 |
| Binary | 11011101 | 1001110 | 110010 | 0 | 1000001 | 1001101 | 1101 | 1010 | 1001000 | 110101 |
Color Harmonies of #DD4E32
Complementary color
Monochromatic Colors of #DD4E32
Black with #DD4E32
Text Example
Text Example
White with #DD4E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E32; }
p { color: rgb(221,78,50); }
H1.HeaderClassName
{
color: #DD4E32;
}
.AnyTagClassName
{
color: #DD4E32;
}
</style>
background-color css
<style>
a { background-color: #DD4E32; }
a { background-color: rgb(221,78,50); }
div.DivClassName
{
background-color: #DD4E32;
}
.BgClassName
{
background-color: #DD4E32;
}
</style>
border-color css
<style>
span { border-color: #DD4E32; }
span { border-color: rgb(221,78,50); }
td.TdClassName
{
border-color: #DD4E32;
}
.TagClassName
{
border-color: #DD4E32;
}
</style>