Shades of Cinnabar #DD4829
Tints of Cinnabar #DD4829
RGB
CMYK
RGB Variations
Color information
#DD4829 (or 0xDD4829) is known color: Cinnabar. HEX triplet: DD, 48 and 29. RGB value is (221,72,41). Sum of RGB (Red+Green+Blue) = 221+72+41=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4829 is #22B7D6. Grayscale: #717171. Windows color (decimal): -2275287 or 2705629. OLE color: 2705629.
HSL color Cylindrical-coordinate representation of color #DD4829: hue angle of 10.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD4829 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 41 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.13 |
| HSL | 10.33º | 0.73% | 0.51% | - |
| HSV(B) | 10.33º | 0.81% | 0.87% | - |
| XYZ | 32.54 | 20.17 | 4.28 | - |
| YUV | 113.02 | 87.36 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 41 | 0 | 0.67 | 0.81 | 0.13 | 10.33 | 0.73 | 0.51 |
| Hex | DD | 48 | 29 | 0 | 43 | 51 | D | A | 49 | 33 |
| Octal | 335 | 110 | 51 | 0 | 103 | 121 | 15 | 12 | 111 | 63 |
| Binary | 11011101 | 1001000 | 101001 | 0 | 1000011 | 1010001 | 1101 | 1010 | 1001001 | 110011 |
Color Harmonies of #DD4829
Complementary color
Monochromatic Colors of #DD4829
Black with #DD4829
Text Example
Text Example
White with #DD4829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4829; }
p { color: rgb(221,72,41); }
H1.HeaderClassName
{
color: #DD4829;
}
.AnyTagClassName
{
color: #DD4829;
}
</style>
background-color css
<style>
a { background-color: #DD4829; }
a { background-color: rgb(221,72,41); }
div.DivClassName
{
background-color: #DD4829;
}
.BgClassName
{
background-color: #DD4829;
}
</style>
border-color css
<style>
span { border-color: #DD4829; }
span { border-color: rgb(221,72,41); }
td.TdClassName
{
border-color: #DD4829;
}
.TagClassName
{
border-color: #DD4829;
}
</style>