Shades of Cinnabar #DC4D1B
Tints of Cinnabar #DC4D1B
RGB
CMYK
RGB Variations
Color information
#DC4D1B (or 0xDC4D1B) is known color: Cinnabar. HEX triplet: DC, 4D and 1B. RGB value is (220,77,27). Sum of RGB (Red+Green+Blue) = 220+77+27=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D1B is #23B2E4. Grayscale: #727272. Windows color (decimal): -2339557 or 1789404. OLE color: 1789404.
HSL color Cylindrical-coordinate representation of color #DC4D1B: hue angle of 15.54º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC4D1B is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 27 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.14 |
| HSL | 15.54º | 0.78% | 0.48% | - |
| HSV(B) | 15.54º | 0.88% | 0.86% | - |
| XYZ | 32.37 | 20.6 | 3.31 | - |
| YUV | 114.06 | 78.88 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 27 | 0 | 0.65 | 0.88 | 0.14 | 15.54 | 0.78 | 0.48 |
| Hex | DC | 4D | 1B | 0 | 41 | 58 | E | 10 | 4E | 30 |
| Octal | 334 | 115 | 33 | 0 | 101 | 130 | 16 | 20 | 116 | 60 |
| Binary | 11011100 | 1001101 | 11011 | 0 | 1000001 | 1011000 | 1110 | 10000 | 1001110 | 110000 |
Color Harmonies of #DC4D1B
Complementary color
Monochromatic Colors of #DC4D1B
Black with #DC4D1B
Text Example
Text Example
White with #DC4D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D1B; }
p { color: rgb(220,77,27); }
H1.HeaderClassName
{
color: #DC4D1B;
}
.AnyTagClassName
{
color: #DC4D1B;
}
</style>
background-color css
<style>
a { background-color: #DC4D1B; }
a { background-color: rgb(220,77,27); }
div.DivClassName
{
background-color: #DC4D1B;
}
.BgClassName
{
background-color: #DC4D1B;
}
</style>
border-color css
<style>
span { border-color: #DC4D1B; }
span { border-color: rgb(220,77,27); }
td.TdClassName
{
border-color: #DC4D1B;
}
.TagClassName
{
border-color: #DC4D1B;
}
</style>