Shades of Cinnabar #DC4D2B
Tints of Cinnabar #DC4D2B
RGB
CMYK
RGB Variations
Color information
#DC4D2B (or 0xDC4D2B) is known color: Cinnabar. HEX triplet: DC, 4D and 2B. RGB value is (220,77,43). Sum of RGB (Red+Green+Blue) = 220+77+43=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D2B is #23B2D4. Grayscale: #747474. Windows color (decimal): -2339541 or 2837980. OLE color: 2837980.
HSL color Cylindrical-coordinate representation of color #DC4D2B: hue angle of 11.53º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC4D2B is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 43 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.14 |
| HSL | 11.53º | 0.72% | 0.52% | - |
| HSV(B) | 11.53º | 0.8% | 0.86% | - |
| XYZ | 32.61 | 20.7 | 4.56 | - |
| YUV | 115.88 | 86.88 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 43 | 0 | 0.65 | 0.80 | 0.14 | 11.53 | 0.72 | 0.52 |
| Hex | DC | 4D | 2B | 0 | 41 | 50 | E | C | 48 | 34 |
| Octal | 334 | 115 | 53 | 0 | 101 | 120 | 16 | 14 | 110 | 64 |
| Binary | 11011100 | 1001101 | 101011 | 0 | 1000001 | 1010000 | 1110 | 1100 | 1001000 | 110100 |
Color Harmonies of #DC4D2B
Complementary color
Monochromatic Colors of #DC4D2B
Black with #DC4D2B
Text Example
Text Example
White with #DC4D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D2B; }
p { color: rgb(220,77,43); }
H1.HeaderClassName
{
color: #DC4D2B;
}
.AnyTagClassName
{
color: #DC4D2B;
}
</style>
background-color css
<style>
a { background-color: #DC4D2B; }
a { background-color: rgb(220,77,43); }
div.DivClassName
{
background-color: #DC4D2B;
}
.BgClassName
{
background-color: #DC4D2B;
}
</style>
border-color css
<style>
span { border-color: #DC4D2B; }
span { border-color: rgb(220,77,43); }
td.TdClassName
{
border-color: #DC4D2B;
}
.TagClassName
{
border-color: #DC4D2B;
}
</style>