Shades of Cinnabar #DC4F34
Tints of Cinnabar #DC4F34
RGB
CMYK
RGB Variations
Color information
#DC4F34 (or 0xDC4F34) is known color: Cinnabar. HEX triplet: DC, 4F and 34. RGB value is (220,79,52). Sum of RGB (Red+Green+Blue) = 220+79+52=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4F34 is #23B0CB. Grayscale: #767676. Windows color (decimal): -2339020 or 3428316. OLE color: 3428316.
HSL color Cylindrical-coordinate representation of color #DC4F34: hue angle of 9.64º 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 #DC4F34 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 52 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.14 |
| HSL | 9.64º | 0.71% | 0.53% | - |
| HSV(B) | 9.64º | 0.76% | 0.86% | - |
| XYZ | 32.93 | 21.06 | 5.58 | - |
| YUV | 118.08 | 90.71 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 52 | 0 | 0.64 | 0.76 | 0.14 | 9.64 | 0.71 | 0.53 |
| Hex | DC | 4F | 34 | 0 | 40 | 4C | E | A | 47 | 35 |
| Octal | 334 | 117 | 64 | 0 | 100 | 114 | 16 | 12 | 107 | 65 |
| Binary | 11011100 | 1001111 | 110100 | 0 | 1000000 | 1001100 | 1110 | 1010 | 1000111 | 110101 |
Color Harmonies of #DC4F34
Complementary color
Monochromatic Colors of #DC4F34
Black with #DC4F34
Text Example
Text Example
White with #DC4F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F34; }
p { color: rgb(220,79,52); }
H1.HeaderClassName
{
color: #DC4F34;
}
.AnyTagClassName
{
color: #DC4F34;
}
</style>
background-color css
<style>
a { background-color: #DC4F34; }
a { background-color: rgb(220,79,52); }
div.DivClassName
{
background-color: #DC4F34;
}
.BgClassName
{
background-color: #DC4F34;
}
</style>
border-color css
<style>
span { border-color: #DC4F34; }
span { border-color: rgb(220,79,52); }
td.TdClassName
{
border-color: #DC4F34;
}
.TagClassName
{
border-color: #DC4F34;
}
</style>