Shades of Cinnabar #DC4F2E
Tints of Cinnabar #DC4F2E
RGB
CMYK
RGB Variations
Color information
#DC4F2E (or 0xDC4F2E) is known color: Cinnabar. HEX triplet: DC, 4F and 2E. RGB value is (220,79,46). Sum of RGB (Red+Green+Blue) = 220+79+46=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4F2E is #23B0D1. Grayscale: #757575. Windows color (decimal): -2339026 or 3035100. OLE color: 3035100.
HSL color Cylindrical-coordinate representation of color #DC4F2E: hue angle of 11.38º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC4F2E is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 46 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.14 |
| HSL | 11.38º | 0.71% | 0.52% | - |
| HSV(B) | 11.38º | 0.79% | 0.86% | - |
| XYZ | 32.8 | 21 | 4.91 | - |
| YUV | 117.4 | 87.71 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 46 | 0 | 0.64 | 0.79 | 0.14 | 11.38 | 0.71 | 0.52 |
| Hex | DC | 4F | 2E | 0 | 40 | 4F | E | B | 47 | 34 |
| Octal | 334 | 117 | 56 | 0 | 100 | 117 | 16 | 13 | 107 | 64 |
| Binary | 11011100 | 1001111 | 101110 | 0 | 1000000 | 1001111 | 1110 | 1011 | 1000111 | 110100 |
Color Harmonies of #DC4F2E
Complementary color
Monochromatic Colors of #DC4F2E
Black with #DC4F2E
Text Example
Text Example
White with #DC4F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F2E; }
p { color: rgb(220,79,46); }
H1.HeaderClassName
{
color: #DC4F2E;
}
.AnyTagClassName
{
color: #DC4F2E;
}
</style>
background-color css
<style>
a { background-color: #DC4F2E; }
a { background-color: rgb(220,79,46); }
div.DivClassName
{
background-color: #DC4F2E;
}
.BgClassName
{
background-color: #DC4F2E;
}
</style>
border-color css
<style>
span { border-color: #DC4F2E; }
span { border-color: rgb(220,79,46); }
td.TdClassName
{
border-color: #DC4F2E;
}
.TagClassName
{
border-color: #DC4F2E;
}
</style>