Shades of Cinnabar #DD512F
Tints of Cinnabar #DD512F
RGB
CMYK
RGB Variations
Color information
#DD512F (or 0xDD512F) is known color: Cinnabar. HEX triplet: DD, 51 and 2F. RGB value is (221,81,47). Sum of RGB (Red+Green+Blue) = 221+81+47=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD512F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD512F is #22AED0. Grayscale: #777777. Windows color (decimal): -2272977 or 3101149. OLE color: 3101149.
HSL color Cylindrical-coordinate representation of color #DD512F: hue angle of 11.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD512F is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 47 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.13 |
| HSL | 11.72º | 0.72% | 0.53% | - |
| HSV(B) | 11.72º | 0.79% | 0.87% | - |
| XYZ | 33.27 | 21.46 | 5.08 | - |
| YUV | 118.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 47 | 0 | 0.63 | 0.79 | 0.13 | 11.72 | 0.72 | 0.53 |
| Hex | DD | 51 | 2F | 0 | 3F | 4F | D | C | 48 | 35 |
| Octal | 335 | 121 | 57 | 0 | 77 | 117 | 15 | 14 | 110 | 65 |
| Binary | 11011101 | 1010001 | 101111 | 0 | 111111 | 1001111 | 1101 | 1100 | 1001000 | 110101 |
Color Harmonies of #DD512F
Complementary color
Monochromatic Colors of #DD512F
Black with #DD512F
Text Example
Text Example
White with #DD512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD512F; }
p { color: rgb(221,81,47); }
H1.HeaderClassName
{
color: #DD512F;
}
.AnyTagClassName
{
color: #DD512F;
}
</style>
background-color css
<style>
a { background-color: #DD512F; }
a { background-color: rgb(221,81,47); }
div.DivClassName
{
background-color: #DD512F;
}
.BgClassName
{
background-color: #DD512F;
}
</style>
border-color css
<style>
span { border-color: #DD512F; }
span { border-color: rgb(221,81,47); }
td.TdClassName
{
border-color: #DD512F;
}
.TagClassName
{
border-color: #DD512F;
}
</style>