Shades of Cinnabar #DD4632
Tints of Cinnabar #DD4632
RGB
CMYK
RGB Variations
Color information
#DD4632 (or 0xDD4632) is known color: Cinnabar. HEX triplet: DD, 46 and 32. RGB value is (221,70,50). Sum of RGB (Red+Green+Blue) = 221+70+50=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4632 is #22B9CD. Grayscale: #717171. Windows color (decimal): -2275790 or 3294941. OLE color: 3294941.
HSL color Cylindrical-coordinate representation of color #DD4632: hue angle of 7.02º 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 #DD4632 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 50 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.13 |
| HSL | 7.02º | 0.72% | 0.53% | - |
| HSV(B) | 7.02º | 0.77% | 0.87% | - |
| XYZ | 32.58 | 19.98 | 5.16 | - |
| YUV | 112.87 | 92.53 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 50 | 0 | 0.68 | 0.77 | 0.13 | 7.02 | 0.72 | 0.53 |
| Hex | DD | 46 | 32 | 0 | 44 | 4D | D | 7 | 48 | 35 |
| Octal | 335 | 106 | 62 | 0 | 104 | 115 | 15 | 7 | 110 | 65 |
| Binary | 11011101 | 1000110 | 110010 | 0 | 1000100 | 1001101 | 1101 | 111 | 1001000 | 110101 |
Color Harmonies of #DD4632
Complementary color
Monochromatic Colors of #DD4632
Black with #DD4632
Text Example
Text Example
White with #DD4632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4632; }
p { color: rgb(221,70,50); }
H1.HeaderClassName
{
color: #DD4632;
}
.AnyTagClassName
{
color: #DD4632;
}
</style>
background-color css
<style>
a { background-color: #DD4632; }
a { background-color: rgb(221,70,50); }
div.DivClassName
{
background-color: #DD4632;
}
.BgClassName
{
background-color: #DD4632;
}
</style>
border-color css
<style>
span { border-color: #DD4632; }
span { border-color: rgb(221,70,50); }
td.TdClassName
{
border-color: #DD4632;
}
.TagClassName
{
border-color: #DD4632;
}
</style>