Shades of Cinnabar #DC513A
Tints of Cinnabar #DC513A
RGB
CMYK
RGB Variations
Color information
#DC513A (or 0xDC513A) is known color: Cinnabar. HEX triplet: DC, 51 and 3A. RGB value is (220,81,58). Sum of RGB (Red+Green+Blue) = 220+81+58=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC513A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC513A is #23AEC5. Grayscale: #787878. Windows color (decimal): -2338502 or 3822044. OLE color: 3822044.
HSL color Cylindrical-coordinate representation of color #DC513A: hue angle of 8.52º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC513A is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 58 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.14 |
| HSL | 8.52º | 0.7% | 0.55% | - |
| HSV(B) | 8.52º | 0.74% | 0.86% | - |
| XYZ | 33.22 | 21.41 | 6.38 | - |
| YUV | 119.94 | 93.05 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 58 | 0 | 0.63 | 0.74 | 0.14 | 8.52 | 0.7 | 0.55 |
| Hex | DC | 51 | 3A | 0 | 3F | 4A | E | 9 | 46 | 37 |
| Octal | 334 | 121 | 72 | 0 | 77 | 112 | 16 | 11 | 106 | 67 |
| Binary | 11011100 | 1010001 | 111010 | 0 | 111111 | 1001010 | 1110 | 1001 | 1000110 | 110111 |
Color Harmonies of #DC513A
Complementary color
Monochromatic Colors of #DC513A
Black with #DC513A
Text Example
Text Example
White with #DC513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC513A; }
p { color: rgb(220,81,58); }
H1.HeaderClassName
{
color: #DC513A;
}
.AnyTagClassName
{
color: #DC513A;
}
</style>
background-color css
<style>
a { background-color: #DC513A; }
a { background-color: rgb(220,81,58); }
div.DivClassName
{
background-color: #DC513A;
}
.BgClassName
{
background-color: #DC513A;
}
</style>
border-color css
<style>
span { border-color: #DC513A; }
span { border-color: rgb(220,81,58); }
td.TdClassName
{
border-color: #DC513A;
}
.TagClassName
{
border-color: #DC513A;
}
</style>