Shades of Cinnabar #DC4C2D
Tints of Cinnabar #DC4C2D
RGB
CMYK
RGB Variations
Color information
#DC4C2D (or 0xDC4C2D) is known color: Cinnabar. HEX triplet: DC, 4C and 2D. RGB value is (220,76,45). Sum of RGB (Red+Green+Blue) = 220+76+45=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4C2D is #23B3D2. Grayscale: #737373. Windows color (decimal): -2339795 or 2968796. OLE color: 2968796.
HSL color Cylindrical-coordinate representation of color #DC4C2D: hue angle of 10.63º 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 #DC4C2D is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 45 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.14 |
| HSL | 10.63º | 0.71% | 0.52% | - |
| HSV(B) | 10.63º | 0.8% | 0.86% | - |
| XYZ | 32.57 | 20.57 | 4.74 | - |
| YUV | 115.52 | 88.21 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 45 | 0 | 0.65 | 0.80 | 0.14 | 10.63 | 0.71 | 0.52 |
| Hex | DC | 4C | 2D | 0 | 41 | 50 | E | B | 47 | 34 |
| Octal | 334 | 114 | 55 | 0 | 101 | 120 | 16 | 13 | 107 | 64 |
| Binary | 11011100 | 1001100 | 101101 | 0 | 1000001 | 1010000 | 1110 | 1011 | 1000111 | 110100 |
Color Harmonies of #DC4C2D
Complementary color
Monochromatic Colors of #DC4C2D
Black with #DC4C2D
Text Example
Text Example
White with #DC4C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4C2D; }
p { color: rgb(220,76,45); }
H1.HeaderClassName
{
color: #DC4C2D;
}
.AnyTagClassName
{
color: #DC4C2D;
}
</style>
background-color css
<style>
a { background-color: #DC4C2D; }
a { background-color: rgb(220,76,45); }
div.DivClassName
{
background-color: #DC4C2D;
}
.BgClassName
{
background-color: #DC4C2D;
}
</style>
border-color css
<style>
span { border-color: #DC4C2D; }
span { border-color: rgb(220,76,45); }
td.TdClassName
{
border-color: #DC4C2D;
}
.TagClassName
{
border-color: #DC4C2D;
}
</style>