Shades of Cinnabar #DD4320
Tints of Cinnabar #DD4320
RGB
CMYK
RGB Variations
Color information
#DD4320 (or 0xDD4320) is known color: Cinnabar. HEX triplet: DD, 43 and 20. RGB value is (221,67,32). Sum of RGB (Red+Green+Blue) = 221+67+32=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4320 is #22BCDF. Grayscale: #6D6D6D. Windows color (decimal): -2276576 or 2114525. OLE color: 2114525.
HSL color Cylindrical-coordinate representation of color #DD4320: hue angle of 11.11º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD4320 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 32 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.13 |
| HSL | 11.11º | 0.75% | 0.5% | - |
| HSV(B) | 11.11º | 0.86% | 0.87% | - |
| XYZ | 32.09 | 19.49 | 3.44 | - |
| YUV | 109.06 | 84.52 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 32 | 0 | 0.70 | 0.86 | 0.13 | 11.11 | 0.75 | 0.5 |
| Hex | DD | 43 | 20 | 0 | 46 | 56 | D | B | 4B | 32 |
| Octal | 335 | 103 | 40 | 0 | 106 | 126 | 15 | 13 | 113 | 62 |
| Binary | 11011101 | 1000011 | 100000 | 0 | 1000110 | 1010110 | 1101 | 1011 | 1001011 | 110010 |
Color Harmonies of #DD4320
Complementary color
Monochromatic Colors of #DD4320
Black with #DD4320
Text Example
Text Example
White with #DD4320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4320; }
p { color: rgb(221,67,32); }
H1.HeaderClassName
{
color: #DD4320;
}
.AnyTagClassName
{
color: #DD4320;
}
</style>
background-color css
<style>
a { background-color: #DD4320; }
a { background-color: rgb(221,67,32); }
div.DivClassName
{
background-color: #DD4320;
}
.BgClassName
{
background-color: #DD4320;
}
</style>
border-color css
<style>
span { border-color: #DD4320; }
span { border-color: rgb(221,67,32); }
td.TdClassName
{
border-color: #DD4320;
}
.TagClassName
{
border-color: #DD4320;
}
</style>