Shades of Cinnabar #DC4522
Tints of Cinnabar #DC4522
RGB
CMYK
RGB Variations
Color information
#DC4522 (or 0xDC4522) is known color: Cinnabar. HEX triplet: DC, 45 and 22. RGB value is (220,69,34). Sum of RGB (Red+Green+Blue) = 220+69+34=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4522 is #23BADD. Grayscale: #6E6E6E. Windows color (decimal): -2341598 or 2246108. OLE color: 2246108.
HSL color Cylindrical-coordinate representation of color #DC4522: hue angle of 11.29º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC4522 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 34 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.14 |
| HSL | 11.29º | 0.73% | 0.5% | - |
| HSV(B) | 11.29º | 0.85% | 0.86% | - |
| XYZ | 31.93 | 19.59 | 3.61 | - |
| YUV | 110.16 | 85.03 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 34 | 0 | 0.69 | 0.85 | 0.14 | 11.29 | 0.73 | 0.5 |
| Hex | DC | 45 | 22 | 0 | 45 | 55 | E | B | 49 | 32 |
| Octal | 334 | 105 | 42 | 0 | 105 | 125 | 16 | 13 | 111 | 62 |
| Binary | 11011100 | 1000101 | 100010 | 0 | 1000101 | 1010101 | 1110 | 1011 | 1001001 | 110010 |
Color Harmonies of #DC4522
Complementary color
Monochromatic Colors of #DC4522
Black with #DC4522
Text Example
Text Example
White with #DC4522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4522; }
p { color: rgb(220,69,34); }
H1.HeaderClassName
{
color: #DC4522;
}
.AnyTagClassName
{
color: #DC4522;
}
</style>
background-color css
<style>
a { background-color: #DC4522; }
a { background-color: rgb(220,69,34); }
div.DivClassName
{
background-color: #DC4522;
}
.BgClassName
{
background-color: #DC4522;
}
</style>
border-color css
<style>
span { border-color: #DC4522; }
span { border-color: rgb(220,69,34); }
td.TdClassName
{
border-color: #DC4522;
}
.TagClassName
{
border-color: #DC4522;
}
</style>