Shades of Cinnabar #DD4429
Tints of Cinnabar #DD4429
RGB
CMYK
RGB Variations
Color information
#DD4429 (or 0xDD4429) is known color: Cinnabar. HEX triplet: DD, 44 and 29. RGB value is (221,68,41). Sum of RGB (Red+Green+Blue) = 221+68+41=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4429 is #22BBD6. Grayscale: #6E6E6E. Windows color (decimal): -2276311 or 2704605. OLE color: 2704605.
HSL color Cylindrical-coordinate representation of color #DD4429: hue angle of 9º 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 #DD4429 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 41 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.13 |
| HSL | 9º | 0.73% | 0.51% | - |
| HSV(B) | 9º | 0.81% | 0.87% | - |
| XYZ | 32.29 | 19.67 | 4.19 | - |
| YUV | 110.67 | 88.69 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 41 | 0 | 0.69 | 0.81 | 0.13 | 9 | 0.73 | 0.51 |
| Hex | DD | 44 | 29 | 0 | 45 | 51 | D | 9 | 49 | 33 |
| Octal | 335 | 104 | 51 | 0 | 105 | 121 | 15 | 11 | 111 | 63 |
| Binary | 11011101 | 1000100 | 101001 | 0 | 1000101 | 1010001 | 1101 | 1001 | 1001001 | 110011 |
Color Harmonies of #DD4429
Complementary color
Monochromatic Colors of #DD4429
Black with #DD4429
Text Example
Text Example
White with #DD4429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4429; }
p { color: rgb(221,68,41); }
H1.HeaderClassName
{
color: #DD4429;
}
.AnyTagClassName
{
color: #DD4429;
}
</style>
background-color css
<style>
a { background-color: #DD4429; }
a { background-color: rgb(221,68,41); }
div.DivClassName
{
background-color: #DD4429;
}
.BgClassName
{
background-color: #DD4429;
}
</style>
border-color css
<style>
span { border-color: #DD4429; }
span { border-color: rgb(221,68,41); }
td.TdClassName
{
border-color: #DD4429;
}
.TagClassName
{
border-color: #DD4429;
}
</style>