Shades of Cinnabar #DC4731
Tints of Cinnabar #DC4731
RGB
CMYK
RGB Variations
Color information
#DC4731 (or 0xDC4731) is known color: Cinnabar. HEX triplet: DC, 47 and 31. RGB value is (220,71,49). Sum of RGB (Red+Green+Blue) = 220+71+49=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4731 is #23B8CE. Grayscale: #717171. Windows color (decimal): -2341071 or 3229660. OLE color: 3229660.
HSL color Cylindrical-coordinate representation of color #DC4731: hue angle of 7.72º 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 #DC4731 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 49 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.14 |
| HSL | 7.72º | 0.71% | 0.53% | - |
| HSV(B) | 7.72º | 0.78% | 0.86% | - |
| XYZ | 32.32 | 19.94 | 5.05 | - |
| YUV | 113.04 | 91.86 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 49 | 0 | 0.68 | 0.78 | 0.14 | 7.72 | 0.71 | 0.53 |
| Hex | DC | 47 | 31 | 0 | 44 | 4E | E | 8 | 47 | 35 |
| Octal | 334 | 107 | 61 | 0 | 104 | 116 | 16 | 10 | 107 | 65 |
| Binary | 11011100 | 1000111 | 110001 | 0 | 1000100 | 1001110 | 1110 | 1000 | 1000111 | 110101 |
Color Harmonies of #DC4731
Complementary color
Monochromatic Colors of #DC4731
Black with #DC4731
Text Example
Text Example
White with #DC4731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4731; }
p { color: rgb(220,71,49); }
H1.HeaderClassName
{
color: #DC4731;
}
.AnyTagClassName
{
color: #DC4731;
}
</style>
background-color css
<style>
a { background-color: #DC4731; }
a { background-color: rgb(220,71,49); }
div.DivClassName
{
background-color: #DC4731;
}
.BgClassName
{
background-color: #DC4731;
}
</style>
border-color css
<style>
span { border-color: #DC4731; }
span { border-color: rgb(220,71,49); }
td.TdClassName
{
border-color: #DC4731;
}
.TagClassName
{
border-color: #DC4731;
}
</style>