Shades of Cinnabar #DC4733
Tints of Cinnabar #DC4733
RGB
CMYK
RGB Variations
Color information
#DC4733 (or 0xDC4733) is known color: Cinnabar. HEX triplet: DC, 47 and 33. RGB value is (220,71,51). Sum of RGB (Red+Green+Blue) = 220+71+51=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4733 is #23B8CC. Grayscale: #717171. Windows color (decimal): -2341069 or 3360732. OLE color: 3360732.
HSL color Cylindrical-coordinate representation of color #DC4733: hue angle of 7.1º 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 #DC4733 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 51 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.14 |
| HSL | 7.1º | 0.71% | 0.53% | - |
| HSV(B) | 7.1º | 0.77% | 0.86% | - |
| XYZ | 32.37 | 19.96 | 5.28 | - |
| YUV | 113.27 | 92.86 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 51 | 0 | 0.68 | 0.77 | 0.14 | 7.1 | 0.71 | 0.53 |
| Hex | DC | 47 | 33 | 0 | 44 | 4D | E | 7 | 47 | 35 |
| Octal | 334 | 107 | 63 | 0 | 104 | 115 | 16 | 7 | 107 | 65 |
| Binary | 11011100 | 1000111 | 110011 | 0 | 1000100 | 1001101 | 1110 | 111 | 1000111 | 110101 |
Color Harmonies of #DC4733
Complementary color
Monochromatic Colors of #DC4733
Black with #DC4733
Text Example
Text Example
White with #DC4733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4733; }
p { color: rgb(220,71,51); }
H1.HeaderClassName
{
color: #DC4733;
}
.AnyTagClassName
{
color: #DC4733;
}
</style>
background-color css
<style>
a { background-color: #DC4733; }
a { background-color: rgb(220,71,51); }
div.DivClassName
{
background-color: #DC4733;
}
.BgClassName
{
background-color: #DC4733;
}
</style>
border-color css
<style>
span { border-color: #DC4733; }
span { border-color: rgb(220,71,51); }
td.TdClassName
{
border-color: #DC4733;
}
.TagClassName
{
border-color: #DC4733;
}
</style>