Shades of Cinnabar #DD4837
Tints of Cinnabar #DD4837
RGB
CMYK
RGB Variations
Color information
#DD4837 (or 0xDD4837) is known color: Cinnabar. HEX triplet: DD, 48 and 37. RGB value is (221,72,55). Sum of RGB (Red+Green+Blue) = 221+72+55=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4837 is #22B7C8. Grayscale: #727272. Windows color (decimal): -2275273 or 3623133. OLE color: 3623133.
HSL color Cylindrical-coordinate representation of color #DD4837: hue angle of 6.14º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD4837 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 55 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.13 |
| HSL | 6.14º | 0.71% | 0.54% | - |
| HSV(B) | 6.14º | 0.75% | 0.87% | - |
| XYZ | 32.83 | 20.28 | 5.8 | - |
| YUV | 114.61 | 94.36 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 55 | 0 | 0.67 | 0.75 | 0.13 | 6.14 | 0.71 | 0.54 |
| Hex | DD | 48 | 37 | 0 | 43 | 4B | D | 6 | 47 | 36 |
| Octal | 335 | 110 | 67 | 0 | 103 | 113 | 15 | 6 | 107 | 66 |
| Binary | 11011101 | 1001000 | 110111 | 0 | 1000011 | 1001011 | 1101 | 110 | 1000111 | 110110 |
Color Harmonies of #DD4837
Complementary color
Monochromatic Colors of #DD4837
Black with #DD4837
Text Example
Text Example
White with #DD4837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4837; }
p { color: rgb(221,72,55); }
H1.HeaderClassName
{
color: #DD4837;
}
.AnyTagClassName
{
color: #DD4837;
}
</style>
background-color css
<style>
a { background-color: #DD4837; }
a { background-color: rgb(221,72,55); }
div.DivClassName
{
background-color: #DD4837;
}
.BgClassName
{
background-color: #DD4837;
}
</style>
border-color css
<style>
span { border-color: #DD4837; }
span { border-color: rgb(221,72,55); }
td.TdClassName
{
border-color: #DD4837;
}
.TagClassName
{
border-color: #DD4837;
}
</style>