Shades of Cinnabar #DC4739
Tints of Cinnabar #DC4739
RGB
CMYK
RGB Variations
Color information
#DC4739 (or 0xDC4739) is known color: Cinnabar. HEX triplet: DC, 47 and 39. RGB value is (220,71,57). Sum of RGB (Red+Green+Blue) = 220+71+57=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4739 is #23B8C6. Grayscale: #727272. Windows color (decimal): -2341063 or 3753948. OLE color: 3753948.
HSL color Cylindrical-coordinate representation of color #DC4739: hue angle of 5.15º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC4739 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 57 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.14 |
| HSL | 5.15º | 0.7% | 0.54% | - |
| HSV(B) | 5.15º | 0.74% | 0.86% | - |
| XYZ | 32.51 | 20.02 | 6.02 | - |
| YUV | 113.96 | 95.86 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 57 | 0 | 0.68 | 0.74 | 0.14 | 5.15 | 0.7 | 0.54 |
| Hex | DC | 47 | 39 | 0 | 44 | 4A | E | 5 | 46 | 36 |
| Octal | 334 | 107 | 71 | 0 | 104 | 112 | 16 | 5 | 106 | 66 |
| Binary | 11011100 | 1000111 | 111001 | 0 | 1000100 | 1001010 | 1110 | 101 | 1000110 | 110110 |
Color Harmonies of #DC4739
Complementary color
Monochromatic Colors of #DC4739
Black with #DC4739
Text Example
Text Example
White with #DC4739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4739; }
p { color: rgb(220,71,57); }
H1.HeaderClassName
{
color: #DC4739;
}
.AnyTagClassName
{
color: #DC4739;
}
</style>
background-color css
<style>
a { background-color: #DC4739; }
a { background-color: rgb(220,71,57); }
div.DivClassName
{
background-color: #DC4739;
}
.BgClassName
{
background-color: #DC4739;
}
</style>
border-color css
<style>
span { border-color: #DC4739; }
span { border-color: rgb(220,71,57); }
td.TdClassName
{
border-color: #DC4739;
}
.TagClassName
{
border-color: #DC4739;
}
</style>