Shades of Cinnabar #DD513C
Tints of Cinnabar #DD513C
RGB
CMYK
RGB Variations
Color information
#DD513C (or 0xDD513C) is known color: Cinnabar. HEX triplet: DD, 51 and 3C. RGB value is (221,81,60). Sum of RGB (Red+Green+Blue) = 221+81+60=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD513C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD513C is #22AEC3. Grayscale: #787878. Windows color (decimal): -2272964 or 3953117. OLE color: 3953117.
HSL color Cylindrical-coordinate representation of color #DD513C: hue angle of 7.83º 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 #DD513C is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 60 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.13 |
| HSL | 7.83º | 0.7% | 0.55% | - |
| HSV(B) | 7.83º | 0.73% | 0.87% | - |
| XYZ | 33.58 | 21.58 | 6.67 | - |
| YUV | 120.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 60 | 0 | 0.63 | 0.73 | 0.13 | 7.83 | 0.7 | 0.55 |
| Hex | DD | 51 | 3C | 0 | 3F | 49 | D | 8 | 46 | 37 |
| Octal | 335 | 121 | 74 | 0 | 77 | 111 | 15 | 10 | 106 | 67 |
| Binary | 11011101 | 1010001 | 111100 | 0 | 111111 | 1001001 | 1101 | 1000 | 1000110 | 110111 |
Color Harmonies of #DD513C
Complementary color
Monochromatic Colors of #DD513C
Black with #DD513C
Text Example
Text Example
White with #DD513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD513C; }
p { color: rgb(221,81,60); }
H1.HeaderClassName
{
color: #DD513C;
}
.AnyTagClassName
{
color: #DD513C;
}
</style>
background-color css
<style>
a { background-color: #DD513C; }
a { background-color: rgb(221,81,60); }
div.DivClassName
{
background-color: #DD513C;
}
.BgClassName
{
background-color: #DD513C;
}
</style>
border-color css
<style>
span { border-color: #DD513C; }
span { border-color: rgb(221,81,60); }
td.TdClassName
{
border-color: #DD513C;
}
.TagClassName
{
border-color: #DD513C;
}
</style>