Shades of Cinnabar #DC4F33
Tints of Cinnabar #DC4F33
RGB
CMYK
RGB Variations
Color information
#DC4F33 (or 0xDC4F33) is known color: Cinnabar. HEX triplet: DC, 4F and 33. RGB value is (220,79,51). Sum of RGB (Red+Green+Blue) = 220+79+51=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4F33 is #23B0CC. Grayscale: #767676. Windows color (decimal): -2339021 or 3362780. OLE color: 3362780.
HSL color Cylindrical-coordinate representation of color #DC4F33: hue angle of 9.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC4F33 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 51 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.14 |
| HSL | 9.94º | 0.71% | 0.53% | - |
| HSV(B) | 9.94º | 0.77% | 0.86% | - |
| XYZ | 32.91 | 21.05 | 5.46 | - |
| YUV | 117.97 | 90.21 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 51 | 0 | 0.64 | 0.77 | 0.14 | 9.94 | 0.71 | 0.53 |
| Hex | DC | 4F | 33 | 0 | 40 | 4D | E | A | 47 | 35 |
| Octal | 334 | 117 | 63 | 0 | 100 | 115 | 16 | 12 | 107 | 65 |
| Binary | 11011100 | 1001111 | 110011 | 0 | 1000000 | 1001101 | 1110 | 1010 | 1000111 | 110101 |
Color Harmonies of #DC4F33
Complementary color
Monochromatic Colors of #DC4F33
Black with #DC4F33
Text Example
Text Example
White with #DC4F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F33; }
p { color: rgb(220,79,51); }
H1.HeaderClassName
{
color: #DC4F33;
}
.AnyTagClassName
{
color: #DC4F33;
}
</style>
background-color css
<style>
a { background-color: #DC4F33; }
a { background-color: rgb(220,79,51); }
div.DivClassName
{
background-color: #DC4F33;
}
.BgClassName
{
background-color: #DC4F33;
}
</style>
border-color css
<style>
span { border-color: #DC4F33; }
span { border-color: rgb(220,79,51); }
td.TdClassName
{
border-color: #DC4F33;
}
.TagClassName
{
border-color: #DC4F33;
}
</style>