Shades of Cinnabar #DD513B
Tints of Cinnabar #DD513B
RGB
CMYK
RGB Variations
Color information
#DD513B (or 0xDD513B) is known color: Cinnabar. HEX triplet: DD, 51 and 3B. RGB value is (221,81,59). Sum of RGB (Red+Green+Blue) = 221+81+59=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD513B is #22AEC4. Grayscale: #787878. Windows color (decimal): -2272965 or 3887581. OLE color: 3887581.
HSL color Cylindrical-coordinate representation of color #DD513B: hue angle of 8.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD513B is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 59 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.13 |
| HSL | 8.15º | 0.7% | 0.55% | - |
| HSV(B) | 8.15º | 0.73% | 0.87% | - |
| XYZ | 33.55 | 21.57 | 6.53 | - |
| YUV | 120.35 | 93.38 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 59 | 0 | 0.63 | 0.73 | 0.13 | 8.15 | 0.7 | 0.55 |
| Hex | DD | 51 | 3B | 0 | 3F | 49 | D | 8 | 46 | 37 |
| Octal | 335 | 121 | 73 | 0 | 77 | 111 | 15 | 10 | 106 | 67 |
| Binary | 11011101 | 1010001 | 111011 | 0 | 111111 | 1001001 | 1101 | 1000 | 1000110 | 110111 |
Color Harmonies of #DD513B
Complementary color
Monochromatic Colors of #DD513B
Black with #DD513B
Text Example
Text Example
White with #DD513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD513B; }
p { color: rgb(221,81,59); }
H1.HeaderClassName
{
color: #DD513B;
}
.AnyTagClassName
{
color: #DD513B;
}
</style>
background-color css
<style>
a { background-color: #DD513B; }
a { background-color: rgb(221,81,59); }
div.DivClassName
{
background-color: #DD513B;
}
.BgClassName
{
background-color: #DD513B;
}
</style>
border-color css
<style>
span { border-color: #DD513B; }
span { border-color: rgb(221,81,59); }
td.TdClassName
{
border-color: #DD513B;
}
.TagClassName
{
border-color: #DD513B;
}
</style>