Shades of Cinnabar #DD512E
Tints of Cinnabar #DD512E
RGB
CMYK
RGB Variations
Color information
#DD512E (or 0xDD512E) is known color: Cinnabar. HEX triplet: DD, 51 and 2E. RGB value is (221,81,46). Sum of RGB (Red+Green+Blue) = 221+81+46=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD512E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD512E is #22AED1. Grayscale: #777777. Windows color (decimal): -2272978 or 3035613. OLE color: 3035613.
HSL color Cylindrical-coordinate representation of color #DD512E: hue angle of 12º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD512E is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 46 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.13 |
| HSL | 12º | 0.72% | 0.52% | - |
| HSV(B) | 12º | 0.79% | 0.87% | - |
| XYZ | 33.25 | 21.45 | 4.97 | - |
| YUV | 118.87 | 86.88 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 46 | 0 | 0.63 | 0.79 | 0.13 | 12 | 0.72 | 0.52 |
| Hex | DD | 51 | 2E | 0 | 3F | 4F | D | C | 48 | 34 |
| Octal | 335 | 121 | 56 | 0 | 77 | 117 | 15 | 14 | 110 | 64 |
| Binary | 11011101 | 1010001 | 101110 | 0 | 111111 | 1001111 | 1101 | 1100 | 1001000 | 110100 |
Color Harmonies of #DD512E
Complementary color
Monochromatic Colors of #DD512E
Black with #DD512E
Text Example
Text Example
White with #DD512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD512E; }
p { color: rgb(221,81,46); }
H1.HeaderClassName
{
color: #DD512E;
}
.AnyTagClassName
{
color: #DD512E;
}
</style>
background-color css
<style>
a { background-color: #DD512E; }
a { background-color: rgb(221,81,46); }
div.DivClassName
{
background-color: #DD512E;
}
.BgClassName
{
background-color: #DD512E;
}
</style>
border-color css
<style>
span { border-color: #DD512E; }
span { border-color: rgb(221,81,46); }
td.TdClassName
{
border-color: #DD512E;
}
.TagClassName
{
border-color: #DD512E;
}
</style>