Shades of Cinnabar #DC4C31
Tints of Cinnabar #DC4C31
RGB
CMYK
RGB Variations
Color information
#DC4C31 (or 0xDC4C31) is known color: Cinnabar. HEX triplet: DC, 4C and 31. RGB value is (220,76,49). Sum of RGB (Red+Green+Blue) = 220+76+49=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4C31 is #23B3CE. Grayscale: #747474. Windows color (decimal): -2339791 or 3230940. OLE color: 3230940.
HSL color Cylindrical-coordinate representation of color #DC4C31: hue angle of 9.47º 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 #DC4C31 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 49 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.14 |
| HSL | 9.47º | 0.71% | 0.53% | - |
| HSV(B) | 9.47º | 0.78% | 0.86% | - |
| XYZ | 32.65 | 20.61 | 5.16 | - |
| YUV | 115.98 | 90.21 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 49 | 0 | 0.65 | 0.78 | 0.14 | 9.47 | 0.71 | 0.53 |
| Hex | DC | 4C | 31 | 0 | 41 | 4E | E | 9 | 47 | 35 |
| Octal | 334 | 114 | 61 | 0 | 101 | 116 | 16 | 11 | 107 | 65 |
| Binary | 11011100 | 1001100 | 110001 | 0 | 1000001 | 1001110 | 1110 | 1001 | 1000111 | 110101 |
Color Harmonies of #DC4C31
Complementary color
Monochromatic Colors of #DC4C31
Black with #DC4C31
Text Example
Text Example
White with #DC4C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4C31; }
p { color: rgb(220,76,49); }
H1.HeaderClassName
{
color: #DC4C31;
}
.AnyTagClassName
{
color: #DC4C31;
}
</style>
background-color css
<style>
a { background-color: #DC4C31; }
a { background-color: rgb(220,76,49); }
div.DivClassName
{
background-color: #DC4C31;
}
.BgClassName
{
background-color: #DC4C31;
}
</style>
border-color css
<style>
span { border-color: #DC4C31; }
span { border-color: rgb(220,76,49); }
td.TdClassName
{
border-color: #DC4C31;
}
.TagClassName
{
border-color: #DC4C31;
}
</style>