Shades of Cinnabar #DD4D37
Tints of Cinnabar #DD4D37
RGB
CMYK
RGB Variations
Color information
#DD4D37 (or 0xDD4D37) is known color: Cinnabar. HEX triplet: DD, 4D and 37. RGB value is (221,77,55). Sum of RGB (Red+Green+Blue) = 221+77+55=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D37 is #22B2C8. Grayscale: #757575. Windows color (decimal): -2273993 or 3624413. OLE color: 3624413.
HSL color Cylindrical-coordinate representation of color #DD4D37: hue angle of 7.95º 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 #DD4D37 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 55 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.13 |
| HSL | 7.95º | 0.71% | 0.54% | - |
| HSV(B) | 7.95º | 0.75% | 0.87% | - |
| XYZ | 33.16 | 20.96 | 5.91 | - |
| YUV | 117.55 | 92.71 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 55 | 0 | 0.65 | 0.75 | 0.13 | 7.95 | 0.71 | 0.54 |
| Hex | DD | 4D | 37 | 0 | 41 | 4B | D | 8 | 47 | 36 |
| Octal | 335 | 115 | 67 | 0 | 101 | 113 | 15 | 10 | 107 | 66 |
| Binary | 11011101 | 1001101 | 110111 | 0 | 1000001 | 1001011 | 1101 | 1000 | 1000111 | 110110 |
Color Harmonies of #DD4D37
Complementary color
Monochromatic Colors of #DD4D37
Black with #DD4D37
Text Example
Text Example
White with #DD4D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D37; }
p { color: rgb(221,77,55); }
H1.HeaderClassName
{
color: #DD4D37;
}
.AnyTagClassName
{
color: #DD4D37;
}
</style>
background-color css
<style>
a { background-color: #DD4D37; }
a { background-color: rgb(221,77,55); }
div.DivClassName
{
background-color: #DD4D37;
}
.BgClassName
{
background-color: #DD4D37;
}
</style>
border-color css
<style>
span { border-color: #DD4D37; }
span { border-color: rgb(221,77,55); }
td.TdClassName
{
border-color: #DD4D37;
}
.TagClassName
{
border-color: #DD4D37;
}
</style>