Shades of Cinnabar #DC4732
Tints of Cinnabar #DC4732
RGB
CMYK
RGB Variations
Color information
#DC4732 (or 0xDC4732) is known color: Cinnabar. HEX triplet: DC, 47 and 32. RGB value is (220,71,50). Sum of RGB (Red+Green+Blue) = 220+71+50=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4732 is #23B8CD. Grayscale: #717171. Windows color (decimal): -2341070 or 3295196. OLE color: 3295196.
HSL color Cylindrical-coordinate representation of color #DC4732: hue angle of 7.41º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC4732 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 50 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.14 |
| HSL | 7.41º | 0.71% | 0.53% | - |
| HSV(B) | 7.41º | 0.77% | 0.86% | - |
| XYZ | 32.34 | 19.95 | 5.16 | - |
| YUV | 113.16 | 92.36 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 50 | 0 | 0.68 | 0.77 | 0.14 | 7.41 | 0.71 | 0.53 |
| Hex | DC | 47 | 32 | 0 | 44 | 4D | E | 7 | 47 | 35 |
| Octal | 334 | 107 | 62 | 0 | 104 | 115 | 16 | 7 | 107 | 65 |
| Binary | 11011100 | 1000111 | 110010 | 0 | 1000100 | 1001101 | 1110 | 111 | 1000111 | 110101 |
Color Harmonies of #DC4732
Complementary color
Monochromatic Colors of #DC4732
Black with #DC4732
Text Example
Text Example
White with #DC4732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4732; }
p { color: rgb(220,71,50); }
H1.HeaderClassName
{
color: #DC4732;
}
.AnyTagClassName
{
color: #DC4732;
}
</style>
background-color css
<style>
a { background-color: #DC4732; }
a { background-color: rgb(220,71,50); }
div.DivClassName
{
background-color: #DC4732;
}
.BgClassName
{
background-color: #DC4732;
}
</style>
border-color css
<style>
span { border-color: #DC4732; }
span { border-color: rgb(220,71,50); }
td.TdClassName
{
border-color: #DC4732;
}
.TagClassName
{
border-color: #DC4732;
}
</style>