Shades of Cinnabar #DD4433
Tints of Cinnabar #DD4433
RGB
CMYK
RGB Variations
Color information
#DD4433 (or 0xDD4433) is known color: Cinnabar. HEX triplet: DD, 44 and 33. RGB value is (221,68,51). Sum of RGB (Red+Green+Blue) = 221+68+51=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4433 is #22BBCC. Grayscale: #707070. Windows color (decimal): -2276301 or 3359965. OLE color: 3359965.
HSL color Cylindrical-coordinate representation of color #DD4433: hue angle of 6º 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 #DD4433 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 51 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.13 |
| HSL | 6º | 0.71% | 0.53% | - |
| HSV(B) | 6º | 0.77% | 0.87% | - |
| XYZ | 32.48 | 19.75 | 5.23 | - |
| YUV | 111.81 | 93.69 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 51 | 0 | 0.69 | 0.77 | 0.13 | 6 | 0.71 | 0.53 |
| Hex | DD | 44 | 33 | 0 | 45 | 4D | D | 6 | 47 | 35 |
| Octal | 335 | 104 | 63 | 0 | 105 | 115 | 15 | 6 | 107 | 65 |
| Binary | 11011101 | 1000100 | 110011 | 0 | 1000101 | 1001101 | 1101 | 110 | 1000111 | 110101 |
Color Harmonies of #DD4433
Complementary color
Monochromatic Colors of #DD4433
Black with #DD4433
Text Example
Text Example
White with #DD4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4433; }
p { color: rgb(221,68,51); }
H1.HeaderClassName
{
color: #DD4433;
}
.AnyTagClassName
{
color: #DD4433;
}
</style>
background-color css
<style>
a { background-color: #DD4433; }
a { background-color: rgb(221,68,51); }
div.DivClassName
{
background-color: #DD4433;
}
.BgClassName
{
background-color: #DD4433;
}
</style>
border-color css
<style>
span { border-color: #DD4433; }
span { border-color: rgb(221,68,51); }
td.TdClassName
{
border-color: #DD4433;
}
.TagClassName
{
border-color: #DD4433;
}
</style>