Shades of Cinnabar #DD4629
Tints of Cinnabar #DD4629
RGB
CMYK
RGB Variations
Color information
#DD4629 (or 0xDD4629) is known color: Cinnabar. HEX triplet: DD, 46 and 29. RGB value is (221,70,41). Sum of RGB (Red+Green+Blue) = 221+70+41=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4629 is #22B9D6. Grayscale: #707070. Windows color (decimal): -2275799 or 2705117. OLE color: 2705117.
HSL color Cylindrical-coordinate representation of color #DD4629: hue angle of 9.67º 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 #DD4629 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 41 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.13 |
| HSL | 9.67º | 0.73% | 0.51% | - |
| HSV(B) | 9.67º | 0.81% | 0.87% | - |
| XYZ | 32.41 | 19.91 | 4.23 | - |
| YUV | 111.84 | 88.03 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 41 | 0 | 0.68 | 0.81 | 0.13 | 9.67 | 0.73 | 0.51 |
| Hex | DD | 46 | 29 | 0 | 44 | 51 | D | A | 49 | 33 |
| Octal | 335 | 106 | 51 | 0 | 104 | 121 | 15 | 12 | 111 | 63 |
| Binary | 11011101 | 1000110 | 101001 | 0 | 1000100 | 1010001 | 1101 | 1010 | 1001001 | 110011 |
Color Harmonies of #DD4629
Complementary color
Monochromatic Colors of #DD4629
Black with #DD4629
Text Example
Text Example
White with #DD4629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4629; }
p { color: rgb(221,70,41); }
H1.HeaderClassName
{
color: #DD4629;
}
.AnyTagClassName
{
color: #DD4629;
}
</style>
background-color css
<style>
a { background-color: #DD4629; }
a { background-color: rgb(221,70,41); }
div.DivClassName
{
background-color: #DD4629;
}
.BgClassName
{
background-color: #DD4629;
}
</style>
border-color css
<style>
span { border-color: #DD4629; }
span { border-color: rgb(221,70,41); }
td.TdClassName
{
border-color: #DD4629;
}
.TagClassName
{
border-color: #DD4629;
}
</style>