Shades of Cinnabar #DC4E33
Tints of Cinnabar #DC4E33
RGB
CMYK
RGB Variations
Color information
#DC4E33 (or 0xDC4E33) is known color: Cinnabar. HEX triplet: DC, 4E and 33. RGB value is (220,78,51). Sum of RGB (Red+Green+Blue) = 220+78+51=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E33 is #23B1CC. Grayscale: #757575. Windows color (decimal): -2339277 or 3362524. OLE color: 3362524.
HSL color Cylindrical-coordinate representation of color #DC4E33: hue angle of 9.59º 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 #DC4E33 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 51 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.14 |
| HSL | 9.59º | 0.71% | 0.53% | - |
| HSV(B) | 9.59º | 0.77% | 0.86% | - |
| XYZ | 32.84 | 20.9 | 5.44 | - |
| YUV | 117.38 | 90.54 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 51 | 0 | 0.65 | 0.77 | 0.14 | 9.59 | 0.71 | 0.53 |
| Hex | DC | 4E | 33 | 0 | 41 | 4D | E | A | 47 | 35 |
| Octal | 334 | 116 | 63 | 0 | 101 | 115 | 16 | 12 | 107 | 65 |
| Binary | 11011100 | 1001110 | 110011 | 0 | 1000001 | 1001101 | 1110 | 1010 | 1000111 | 110101 |
Color Harmonies of #DC4E33
Complementary color
Monochromatic Colors of #DC4E33
Black with #DC4E33
Text Example
Text Example
White with #DC4E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E33; }
p { color: rgb(220,78,51); }
H1.HeaderClassName
{
color: #DC4E33;
}
.AnyTagClassName
{
color: #DC4E33;
}
</style>
background-color css
<style>
a { background-color: #DC4E33; }
a { background-color: rgb(220,78,51); }
div.DivClassName
{
background-color: #DC4E33;
}
.BgClassName
{
background-color: #DC4E33;
}
</style>
border-color css
<style>
span { border-color: #DC4E33; }
span { border-color: rgb(220,78,51); }
td.TdClassName
{
border-color: #DC4E33;
}
.TagClassName
{
border-color: #DC4E33;
}
</style>