Shades of Cinnabar #DC461D
Tints of Cinnabar #DC461D
RGB
CMYK
RGB Variations
Color information
#DC461D (or 0xDC461D) is known color: Cinnabar. HEX triplet: DC, 46 and 1D. RGB value is (220,70,29). Sum of RGB (Red+Green+Blue) = 220+70+29=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC461D is #23B9E2. Grayscale: #6E6E6E. Windows color (decimal): -2341347 or 1918684. OLE color: 1918684.
HSL color Cylindrical-coordinate representation of color #DC461D: hue angle of 12.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC461D is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 29 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.14 |
| HSL | 12.88º | 0.77% | 0.49% | - |
| HSV(B) | 12.88º | 0.87% | 0.86% | - |
| XYZ | 31.93 | 19.68 | 3.28 | - |
| YUV | 110.18 | 82.2 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 29 | 0 | 0.68 | 0.87 | 0.14 | 12.88 | 0.77 | 0.49 |
| Hex | DC | 46 | 1D | 0 | 44 | 57 | E | D | 4D | 31 |
| Octal | 334 | 106 | 35 | 0 | 104 | 127 | 16 | 15 | 115 | 61 |
| Binary | 11011100 | 1000110 | 11101 | 0 | 1000100 | 1010111 | 1110 | 1101 | 1001101 | 110001 |
Color Harmonies of #DC461D
Complementary color
Monochromatic Colors of #DC461D
Black with #DC461D
Text Example
Text Example
White with #DC461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC461D; }
p { color: rgb(220,70,29); }
H1.HeaderClassName
{
color: #DC461D;
}
.AnyTagClassName
{
color: #DC461D;
}
</style>
background-color css
<style>
a { background-color: #DC461D; }
a { background-color: rgb(220,70,29); }
div.DivClassName
{
background-color: #DC461D;
}
.BgClassName
{
background-color: #DC461D;
}
</style>
border-color css
<style>
span { border-color: #DC461D; }
span { border-color: rgb(220,70,29); }
td.TdClassName
{
border-color: #DC461D;
}
.TagClassName
{
border-color: #DC461D;
}
</style>