Shades of Cinnabar #DD4933
Tints of Cinnabar #DD4933
RGB
CMYK
RGB Variations
Color information
#DD4933 (or 0xDD4933) is known color: Cinnabar. HEX triplet: DD, 49 and 33. RGB value is (221,73,51). Sum of RGB (Red+Green+Blue) = 221+73+51=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4933 is #22B6CC. Grayscale: #727272. Windows color (decimal): -2275021 or 3361245. OLE color: 3361245.
HSL color Cylindrical-coordinate representation of color #DD4933: hue angle of 7.76º degrees, saturation: 0.71, 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 #DD4933 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 51 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.13 |
| HSL | 7.76º | 0.71% | 0.53% | - |
| HSV(B) | 7.76º | 0.77% | 0.87% | - |
| XYZ | 32.8 | 20.38 | 5.34 | - |
| YUV | 114.74 | 92.03 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 51 | 0 | 0.67 | 0.77 | 0.13 | 7.76 | 0.71 | 0.53 |
| Hex | DD | 49 | 33 | 0 | 43 | 4D | D | 8 | 47 | 35 |
| Octal | 335 | 111 | 63 | 0 | 103 | 115 | 15 | 10 | 107 | 65 |
| Binary | 11011101 | 1001001 | 110011 | 0 | 1000011 | 1001101 | 1101 | 1000 | 1000111 | 110101 |
Color Harmonies of #DD4933
Complementary color
Monochromatic Colors of #DD4933
Black with #DD4933
Text Example
Text Example
White with #DD4933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4933; }
p { color: rgb(221,73,51); }
H1.HeaderClassName
{
color: #DD4933;
}
.AnyTagClassName
{
color: #DD4933;
}
</style>
background-color css
<style>
a { background-color: #DD4933; }
a { background-color: rgb(221,73,51); }
div.DivClassName
{
background-color: #DD4933;
}
.BgClassName
{
background-color: #DD4933;
}
</style>
border-color css
<style>
span { border-color: #DD4933; }
span { border-color: rgb(221,73,51); }
td.TdClassName
{
border-color: #DD4933;
}
.TagClassName
{
border-color: #DD4933;
}
</style>