Shades of Cinnabar #DD4B32
Tints of Cinnabar #DD4B32
RGB
CMYK
RGB Variations
Color information
#DD4B32 (or 0xDD4B32) is known color: Cinnabar. HEX triplet: DD, 4B and 32. RGB value is (221,75,50). Sum of RGB (Red+Green+Blue) = 221+75+50=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4B32 is #22B4CD. Grayscale: #747474. Windows color (decimal): -2274510 or 3296221. OLE color: 3296221.
HSL color Cylindrical-coordinate representation of color #DD4B32: hue angle of 8.77º 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 #DD4B32 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 50 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.13 |
| HSL | 8.77º | 0.72% | 0.53% | - |
| HSV(B) | 8.77º | 0.77% | 0.87% | - |
| XYZ | 32.91 | 20.63 | 5.27 | - |
| YUV | 115.8 | 90.87 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 50 | 0 | 0.66 | 0.77 | 0.13 | 8.77 | 0.72 | 0.53 |
| Hex | DD | 4B | 32 | 0 | 42 | 4D | D | 9 | 48 | 35 |
| Octal | 335 | 113 | 62 | 0 | 102 | 115 | 15 | 11 | 110 | 65 |
| Binary | 11011101 | 1001011 | 110010 | 0 | 1000010 | 1001101 | 1101 | 1001 | 1001000 | 110101 |
Color Harmonies of #DD4B32
Complementary color
Monochromatic Colors of #DD4B32
Black with #DD4B32
Text Example
Text Example
White with #DD4B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4B32; }
p { color: rgb(221,75,50); }
H1.HeaderClassName
{
color: #DD4B32;
}
.AnyTagClassName
{
color: #DD4B32;
}
</style>
background-color css
<style>
a { background-color: #DD4B32; }
a { background-color: rgb(221,75,50); }
div.DivClassName
{
background-color: #DD4B32;
}
.BgClassName
{
background-color: #DD4B32;
}
</style>
border-color css
<style>
span { border-color: #DD4B32; }
span { border-color: rgb(221,75,50); }
td.TdClassName
{
border-color: #DD4B32;
}
.TagClassName
{
border-color: #DD4B32;
}
</style>