Shades of Cinnabar #DD4833
Tints of Cinnabar #DD4833
RGB
CMYK
RGB Variations
Color information
#DD4833 (or 0xDD4833) is known color: Cinnabar. HEX triplet: DD, 48 and 33. RGB value is (221,72,51). Sum of RGB (Red+Green+Blue) = 221+72+51=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4833 is #22B7CC. Grayscale: #727272. Windows color (decimal): -2275277 or 3360989. OLE color: 3360989.
HSL color Cylindrical-coordinate representation of color #DD4833: hue angle of 7.41º 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 #DD4833 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 51 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.13 |
| HSL | 7.41º | 0.71% | 0.53% | - |
| HSV(B) | 7.41º | 0.77% | 0.87% | - |
| XYZ | 32.73 | 20.25 | 5.31 | - |
| YUV | 114.16 | 92.36 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 51 | 0 | 0.67 | 0.77 | 0.13 | 7.41 | 0.71 | 0.53 |
| Hex | DD | 48 | 33 | 0 | 43 | 4D | D | 7 | 47 | 35 |
| Octal | 335 | 110 | 63 | 0 | 103 | 115 | 15 | 7 | 107 | 65 |
| Binary | 11011101 | 1001000 | 110011 | 0 | 1000011 | 1001101 | 1101 | 111 | 1000111 | 110101 |
Color Harmonies of #DD4833
Complementary color
Monochromatic Colors of #DD4833
Black with #DD4833
Text Example
Text Example
White with #DD4833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4833; }
p { color: rgb(221,72,51); }
H1.HeaderClassName
{
color: #DD4833;
}
.AnyTagClassName
{
color: #DD4833;
}
</style>
background-color css
<style>
a { background-color: #DD4833; }
a { background-color: rgb(221,72,51); }
div.DivClassName
{
background-color: #DD4833;
}
.BgClassName
{
background-color: #DD4833;
}
</style>
border-color css
<style>
span { border-color: #DD4833; }
span { border-color: rgb(221,72,51); }
td.TdClassName
{
border-color: #DD4833;
}
.TagClassName
{
border-color: #DD4833;
}
</style>