Shades of Cinnabar #DC4631
Tints of Cinnabar #DC4631
RGB
CMYK
RGB Variations
Color information
#DC4631 (or 0xDC4631) is known color: Cinnabar. HEX triplet: DC, 46 and 31. RGB value is (220,70,49). Sum of RGB (Red+Green+Blue) = 220+70+49=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4631 is #23B9CE. Grayscale: #707070. Windows color (decimal): -2341327 or 3229404. OLE color: 3229404.
HSL color Cylindrical-coordinate representation of color #DC4631: hue angle of 7.37º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC4631 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 49 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.14 |
| HSL | 7.37º | 0.71% | 0.53% | - |
| HSV(B) | 7.37º | 0.78% | 0.86% | - |
| XYZ | 32.26 | 19.82 | 5.03 | - |
| YUV | 112.46 | 92.2 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 49 | 0 | 0.68 | 0.78 | 0.14 | 7.37 | 0.71 | 0.53 |
| Hex | DC | 46 | 31 | 0 | 44 | 4E | E | 7 | 47 | 35 |
| Octal | 334 | 106 | 61 | 0 | 104 | 116 | 16 | 7 | 107 | 65 |
| Binary | 11011100 | 1000110 | 110001 | 0 | 1000100 | 1001110 | 1110 | 111 | 1000111 | 110101 |
Color Harmonies of #DC4631
Complementary color
Monochromatic Colors of #DC4631
Black with #DC4631
Text Example
Text Example
White with #DC4631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4631; }
p { color: rgb(220,70,49); }
H1.HeaderClassName
{
color: #DC4631;
}
.AnyTagClassName
{
color: #DC4631;
}
</style>
background-color css
<style>
a { background-color: #DC4631; }
a { background-color: rgb(220,70,49); }
div.DivClassName
{
background-color: #DC4631;
}
.BgClassName
{
background-color: #DC4631;
}
</style>
border-color css
<style>
span { border-color: #DC4631; }
span { border-color: rgb(220,70,49); }
td.TdClassName
{
border-color: #DC4631;
}
.TagClassName
{
border-color: #DC4631;
}
</style>