Shades of Cinnabar #DC513D
Tints of Cinnabar #DC513D
RGB
CMYK
RGB Variations
Color information
#DC513D (or 0xDC513D) is known color: Cinnabar. HEX triplet: DC, 51 and 3D. RGB value is (220,81,61). Sum of RGB (Red+Green+Blue) = 220+81+61=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC513D is #23AEC2. Grayscale: #787878. Windows color (decimal): -2338499 or 4018652. OLE color: 4018652.
HSL color Cylindrical-coordinate representation of color #DC513D: hue angle of 7.55º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC513D is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 61 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.14 |
| HSL | 7.55º | 0.69% | 0.55% | - |
| HSV(B) | 7.55º | 0.72% | 0.86% | - |
| XYZ | 33.3 | 21.44 | 6.8 | - |
| YUV | 120.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 61 | 0 | 0.63 | 0.72 | 0.14 | 7.55 | 0.69 | 0.55 |
| Hex | DC | 51 | 3D | 0 | 3F | 48 | E | 8 | 45 | 37 |
| Octal | 334 | 121 | 75 | 0 | 77 | 110 | 16 | 10 | 105 | 67 |
| Binary | 11011100 | 1010001 | 111101 | 0 | 111111 | 1001000 | 1110 | 1000 | 1000101 | 110111 |
Color Harmonies of #DC513D
Complementary color
Monochromatic Colors of #DC513D
Black with #DC513D
Text Example
Text Example
White with #DC513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC513D; }
p { color: rgb(220,81,61); }
H1.HeaderClassName
{
color: #DC513D;
}
.AnyTagClassName
{
color: #DC513D;
}
</style>
background-color css
<style>
a { background-color: #DC513D; }
a { background-color: rgb(220,81,61); }
div.DivClassName
{
background-color: #DC513D;
}
.BgClassName
{
background-color: #DC513D;
}
</style>
border-color css
<style>
span { border-color: #DC513D; }
span { border-color: rgb(220,81,61); }
td.TdClassName
{
border-color: #DC513D;
}
.TagClassName
{
border-color: #DC513D;
}
</style>