Shades of Cinnabar #DD4B29
Tints of Cinnabar #DD4B29
RGB
CMYK
RGB Variations
Color information
#DD4B29 (or 0xDD4B29) is known color: Cinnabar. HEX triplet: DD, 4B and 29. RGB value is (221,75,41). Sum of RGB (Red+Green+Blue) = 221+75+41=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4B29 is #22B4D6. Grayscale: #737373. Windows color (decimal): -2274519 or 2706397. OLE color: 2706397.
HSL color Cylindrical-coordinate representation of color #DD4B29: hue angle of 11.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 #DD4B29 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 41 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.13 |
| HSL | 11.33º | 0.73% | 0.51% | - |
| HSV(B) | 11.33º | 0.81% | 0.87% | - |
| XYZ | 32.74 | 20.56 | 4.34 | - |
| YUV | 114.78 | 86.37 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 41 | 0 | 0.66 | 0.81 | 0.13 | 11.33 | 0.73 | 0.51 |
| Hex | DD | 4B | 29 | 0 | 42 | 51 | D | B | 49 | 33 |
| Octal | 335 | 113 | 51 | 0 | 102 | 121 | 15 | 13 | 111 | 63 |
| Binary | 11011101 | 1001011 | 101001 | 0 | 1000010 | 1010001 | 1101 | 1011 | 1001001 | 110011 |
Color Harmonies of #DD4B29
Complementary color
Monochromatic Colors of #DD4B29
Black with #DD4B29
Text Example
Text Example
White with #DD4B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4B29; }
p { color: rgb(221,75,41); }
H1.HeaderClassName
{
color: #DD4B29;
}
.AnyTagClassName
{
color: #DD4B29;
}
</style>
background-color css
<style>
a { background-color: #DD4B29; }
a { background-color: rgb(221,75,41); }
div.DivClassName
{
background-color: #DD4B29;
}
.BgClassName
{
background-color: #DD4B29;
}
</style>
border-color css
<style>
span { border-color: #DD4B29; }
span { border-color: rgb(221,75,41); }
td.TdClassName
{
border-color: #DD4B29;
}
.TagClassName
{
border-color: #DD4B29;
}
</style>