Shades of Cinnabar #DC4C34
Tints of Cinnabar #DC4C34
RGB
CMYK
RGB Variations
Color information
#DC4C34 (or 0xDC4C34) is known color: Cinnabar. HEX triplet: DC, 4C and 34. RGB value is (220,76,52). Sum of RGB (Red+Green+Blue) = 220+76+52=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4C34 is #23B3CB. Grayscale: #747474. Windows color (decimal): -2339788 or 3427548. OLE color: 3427548.
HSL color Cylindrical-coordinate representation of color #DC4C34: hue angle of 8.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC4C34 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 52 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.14 |
| HSL | 8.57º | 0.71% | 0.53% | - |
| HSV(B) | 8.57º | 0.76% | 0.86% | - |
| XYZ | 32.72 | 20.63 | 5.51 | - |
| YUV | 116.32 | 91.71 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 52 | 0 | 0.65 | 0.76 | 0.14 | 8.57 | 0.71 | 0.53 |
| Hex | DC | 4C | 34 | 0 | 41 | 4C | E | 9 | 47 | 35 |
| Octal | 334 | 114 | 64 | 0 | 101 | 114 | 16 | 11 | 107 | 65 |
| Binary | 11011100 | 1001100 | 110100 | 0 | 1000001 | 1001100 | 1110 | 1001 | 1000111 | 110101 |
Color Harmonies of #DC4C34
Complementary color
Monochromatic Colors of #DC4C34
Black with #DC4C34
Text Example
Text Example
White with #DC4C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4C34; }
p { color: rgb(220,76,52); }
H1.HeaderClassName
{
color: #DC4C34;
}
.AnyTagClassName
{
color: #DC4C34;
}
</style>
background-color css
<style>
a { background-color: #DC4C34; }
a { background-color: rgb(220,76,52); }
div.DivClassName
{
background-color: #DC4C34;
}
.BgClassName
{
background-color: #DC4C34;
}
</style>
border-color css
<style>
span { border-color: #DC4C34; }
span { border-color: rgb(220,76,52); }
td.TdClassName
{
border-color: #DC4C34;
}
.TagClassName
{
border-color: #DC4C34;
}
</style>