Shades of Cinnabar #DD4733
Tints of Cinnabar #DD4733
RGB
CMYK
RGB Variations
Color information
#DD4733 (or 0xDD4733) is known color: Cinnabar. HEX triplet: DD, 47 and 33. RGB value is (221,71,51). Sum of RGB (Red+Green+Blue) = 221+71+51=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4733 is #22B8CC. Grayscale: #717171. Windows color (decimal): -2275533 or 3360733. OLE color: 3360733.
HSL color Cylindrical-coordinate representation of color #DD4733: hue angle of 7.06º 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 #DD4733 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 51 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.13 |
| HSL | 7.06º | 0.71% | 0.53% | - |
| HSV(B) | 7.06º | 0.77% | 0.87% | - |
| XYZ | 32.67 | 20.12 | 5.29 | - |
| YUV | 113.57 | 92.7 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 51 | 0 | 0.68 | 0.77 | 0.13 | 7.06 | 0.71 | 0.53 |
| Hex | DD | 47 | 33 | 0 | 44 | 4D | D | 7 | 47 | 35 |
| Octal | 335 | 107 | 63 | 0 | 104 | 115 | 15 | 7 | 107 | 65 |
| Binary | 11011101 | 1000111 | 110011 | 0 | 1000100 | 1001101 | 1101 | 111 | 1000111 | 110101 |
Color Harmonies of #DD4733
Complementary color
Monochromatic Colors of #DD4733
Black with #DD4733
Text Example
Text Example
White with #DD4733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4733; }
p { color: rgb(221,71,51); }
H1.HeaderClassName
{
color: #DD4733;
}
.AnyTagClassName
{
color: #DD4733;
}
</style>
background-color css
<style>
a { background-color: #DD4733; }
a { background-color: rgb(221,71,51); }
div.DivClassName
{
background-color: #DD4733;
}
.BgClassName
{
background-color: #DD4733;
}
</style>
border-color css
<style>
span { border-color: #DD4733; }
span { border-color: rgb(221,71,51); }
td.TdClassName
{
border-color: #DD4733;
}
.TagClassName
{
border-color: #DD4733;
}
</style>