Shades of Cinnabar #DC4931
Tints of Cinnabar #DC4931
RGB
CMYK
RGB Variations
Color information
#DC4931 (or 0xDC4931) is known color: Cinnabar. HEX triplet: DC, 49 and 31. RGB value is (220,73,49). Sum of RGB (Red+Green+Blue) = 220+73+49=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4931 is #23B6CE. Grayscale: #727272. Windows color (decimal): -2340559 or 3230172. OLE color: 3230172.
HSL color Cylindrical-coordinate representation of color #DC4931: hue angle of 8.42º 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 #DC4931 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 49 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.14 |
| HSL | 8.42º | 0.71% | 0.53% | - |
| HSV(B) | 8.42º | 0.78% | 0.86% | - |
| XYZ | 32.45 | 20.2 | 5.09 | - |
| YUV | 114.22 | 91.2 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 49 | 0 | 0.67 | 0.78 | 0.14 | 8.42 | 0.71 | 0.53 |
| Hex | DC | 49 | 31 | 0 | 43 | 4E | E | 8 | 47 | 35 |
| Octal | 334 | 111 | 61 | 0 | 103 | 116 | 16 | 10 | 107 | 65 |
| Binary | 11011100 | 1001001 | 110001 | 0 | 1000011 | 1001110 | 1110 | 1000 | 1000111 | 110101 |
Color Harmonies of #DC4931
Complementary color
Monochromatic Colors of #DC4931
Black with #DC4931
Text Example
Text Example
White with #DC4931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4931; }
p { color: rgb(220,73,49); }
H1.HeaderClassName
{
color: #DC4931;
}
.AnyTagClassName
{
color: #DC4931;
}
</style>
background-color css
<style>
a { background-color: #DC4931; }
a { background-color: rgb(220,73,49); }
div.DivClassName
{
background-color: #DC4931;
}
.BgClassName
{
background-color: #DC4931;
}
</style>
border-color css
<style>
span { border-color: #DC4931; }
span { border-color: rgb(220,73,49); }
td.TdClassName
{
border-color: #DC4931;
}
.TagClassName
{
border-color: #DC4931;
}
</style>