Shades of Cinnabar #DD5137
Tints of Cinnabar #DD5137
RGB
CMYK
RGB Variations
Color information
#DD5137 (or 0xDD5137) is known color: Cinnabar. HEX triplet: DD, 51 and 37. RGB value is (221,81,55). Sum of RGB (Red+Green+Blue) = 221+81+55=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5137 is #22AEC8. Grayscale: #787878. Windows color (decimal): -2272969 or 3625437. OLE color: 3625437.
HSL color Cylindrical-coordinate representation of color #DD5137: hue angle of 9.4º 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 #DD5137 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 55 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.13 |
| HSL | 9.4º | 0.71% | 0.54% | - |
| HSV(B) | 9.4º | 0.75% | 0.87% | - |
| XYZ | 33.45 | 21.53 | 6.01 | - |
| YUV | 119.9 | 91.38 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 55 | 0 | 0.63 | 0.75 | 0.13 | 9.4 | 0.71 | 0.54 |
| Hex | DD | 51 | 37 | 0 | 3F | 4B | D | 9 | 47 | 36 |
| Octal | 335 | 121 | 67 | 0 | 77 | 113 | 15 | 11 | 107 | 66 |
| Binary | 11011101 | 1010001 | 110111 | 0 | 111111 | 1001011 | 1101 | 1001 | 1000111 | 110110 |
Color Harmonies of #DD5137
Complementary color
Monochromatic Colors of #DD5137
Black with #DD5137
Text Example
Text Example
White with #DD5137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5137; }
p { color: rgb(221,81,55); }
H1.HeaderClassName
{
color: #DD5137;
}
.AnyTagClassName
{
color: #DD5137;
}
</style>
background-color css
<style>
a { background-color: #DD5137; }
a { background-color: rgb(221,81,55); }
div.DivClassName
{
background-color: #DD5137;
}
.BgClassName
{
background-color: #DD5137;
}
</style>
border-color css
<style>
span { border-color: #DD5137; }
span { border-color: rgb(221,81,55); }
td.TdClassName
{
border-color: #DD5137;
}
.TagClassName
{
border-color: #DD5137;
}
</style>