Shades of Cinnabar #DC4D2D
Tints of Cinnabar #DC4D2D
RGB
CMYK
RGB Variations
Color information
#DC4D2D (or 0xDC4D2D) is known color: Cinnabar. HEX triplet: DC, 4D and 2D. RGB value is (220,77,45). Sum of RGB (Red+Green+Blue) = 220+77+45=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D2D is #23B2D2. Grayscale: #747474. Windows color (decimal): -2339539 or 2969052. OLE color: 2969052.
HSL color Cylindrical-coordinate representation of color #DC4D2D: hue angle of 10.97º degrees, saturation: 0.71, 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 #DC4D2D is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 45 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.14 |
| HSL | 10.97º | 0.71% | 0.52% | - |
| HSV(B) | 10.97º | 0.8% | 0.86% | - |
| XYZ | 32.64 | 20.71 | 4.76 | - |
| YUV | 116.11 | 87.88 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 45 | 0 | 0.65 | 0.80 | 0.14 | 10.97 | 0.71 | 0.52 |
| Hex | DC | 4D | 2D | 0 | 41 | 50 | E | B | 47 | 34 |
| Octal | 334 | 115 | 55 | 0 | 101 | 120 | 16 | 13 | 107 | 64 |
| Binary | 11011100 | 1001101 | 101101 | 0 | 1000001 | 1010000 | 1110 | 1011 | 1000111 | 110100 |
Color Harmonies of #DC4D2D
Complementary color
Monochromatic Colors of #DC4D2D
Black with #DC4D2D
Text Example
Text Example
White with #DC4D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D2D; }
p { color: rgb(220,77,45); }
H1.HeaderClassName
{
color: #DC4D2D;
}
.AnyTagClassName
{
color: #DC4D2D;
}
</style>
background-color css
<style>
a { background-color: #DC4D2D; }
a { background-color: rgb(220,77,45); }
div.DivClassName
{
background-color: #DC4D2D;
}
.BgClassName
{
background-color: #DC4D2D;
}
</style>
border-color css
<style>
span { border-color: #DC4D2D; }
span { border-color: rgb(220,77,45); }
td.TdClassName
{
border-color: #DC4D2D;
}
.TagClassName
{
border-color: #DC4D2D;
}
</style>