Shades of Cinnabar #DC4638
Tints of Cinnabar #DC4638
RGB
CMYK
RGB Variations
Color information
#DC4638 (or 0xDC4638) is known color: Cinnabar. HEX triplet: DC, 46 and 38. RGB value is (220,70,56). Sum of RGB (Red+Green+Blue) = 220+70+56=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4638 is #23B9C7. Grayscale: #717171. Windows color (decimal): -2341320 or 3688156. OLE color: 3688156.
HSL color Cylindrical-coordinate representation of color #DC4638: hue angle of 5.12º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC4638 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 56 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.14 |
| HSL | 5.12º | 0.7% | 0.54% | - |
| HSV(B) | 5.12º | 0.75% | 0.86% | - |
| XYZ | 32.42 | 19.88 | 5.87 | - |
| YUV | 113.25 | 95.7 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 56 | 0 | 0.68 | 0.75 | 0.14 | 5.12 | 0.7 | 0.54 |
| Hex | DC | 46 | 38 | 0 | 44 | 4B | E | 5 | 46 | 36 |
| Octal | 334 | 106 | 70 | 0 | 104 | 113 | 16 | 5 | 106 | 66 |
| Binary | 11011100 | 1000110 | 111000 | 0 | 1000100 | 1001011 | 1110 | 101 | 1000110 | 110110 |
Color Harmonies of #DC4638
Complementary color
Monochromatic Colors of #DC4638
Black with #DC4638
Text Example
Text Example
White with #DC4638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4638; }
p { color: rgb(220,70,56); }
H1.HeaderClassName
{
color: #DC4638;
}
.AnyTagClassName
{
color: #DC4638;
}
</style>
background-color css
<style>
a { background-color: #DC4638; }
a { background-color: rgb(220,70,56); }
div.DivClassName
{
background-color: #DC4638;
}
.BgClassName
{
background-color: #DC4638;
}
</style>
border-color css
<style>
span { border-color: #DC4638; }
span { border-color: rgb(220,70,56); }
td.TdClassName
{
border-color: #DC4638;
}
.TagClassName
{
border-color: #DC4638;
}
</style>