Shades of Cinnabar #DC4A31
Tints of Cinnabar #DC4A31
RGB
CMYK
RGB Variations
Color information
#DC4A31 (or 0xDC4A31) is known color: Cinnabar. HEX triplet: DC, 4A and 31. RGB value is (220,74,49). Sum of RGB (Red+Green+Blue) = 220+74+49=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A31 is #23B5CE. Grayscale: #737373. Windows color (decimal): -2340303 or 3230428. OLE color: 3230428.
HSL color Cylindrical-coordinate representation of color #DC4A31: hue angle of 8.77º 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 #DC4A31 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 49 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.14 |
| HSL | 8.77º | 0.71% | 0.53% | - |
| HSV(B) | 8.77º | 0.78% | 0.86% | - |
| XYZ | 32.52 | 20.33 | 5.12 | - |
| YUV | 114.8 | 90.87 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 49 | 0 | 0.66 | 0.78 | 0.14 | 8.77 | 0.71 | 0.53 |
| Hex | DC | 4A | 31 | 0 | 42 | 4E | E | 9 | 47 | 35 |
| Octal | 334 | 112 | 61 | 0 | 102 | 116 | 16 | 11 | 107 | 65 |
| Binary | 11011100 | 1001010 | 110001 | 0 | 1000010 | 1001110 | 1110 | 1001 | 1000111 | 110101 |
Color Harmonies of #DC4A31
Complementary color
Monochromatic Colors of #DC4A31
Black with #DC4A31
Text Example
Text Example
White with #DC4A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A31; }
p { color: rgb(220,74,49); }
H1.HeaderClassName
{
color: #DC4A31;
}
.AnyTagClassName
{
color: #DC4A31;
}
</style>
background-color css
<style>
a { background-color: #DC4A31; }
a { background-color: rgb(220,74,49); }
div.DivClassName
{
background-color: #DC4A31;
}
.BgClassName
{
background-color: #DC4A31;
}
</style>
border-color css
<style>
span { border-color: #DC4A31; }
span { border-color: rgb(220,74,49); }
td.TdClassName
{
border-color: #DC4A31;
}
.TagClassName
{
border-color: #DC4A31;
}
</style>