Shades of Cinnabar #DC4D22
Tints of Cinnabar #DC4D22
RGB
CMYK
RGB Variations
Color information
#DC4D22 (or 0xDC4D22) is known color: Cinnabar. HEX triplet: DC, 4D and 22. RGB value is (220,77,34). Sum of RGB (Red+Green+Blue) = 220+77+34=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D22 is #23B2DD. Grayscale: #737373. Windows color (decimal): -2339550 or 2248156. OLE color: 2248156.
HSL color Cylindrical-coordinate representation of color #DC4D22: hue angle of 13.87º 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 #DC4D22 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 34 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.14 |
| HSL | 13.87º | 0.73% | 0.5% | - |
| HSV(B) | 13.87º | 0.85% | 0.86% | - |
| XYZ | 32.46 | 20.64 | 3.79 | - |
| YUV | 114.86 | 82.38 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 34 | 0 | 0.65 | 0.85 | 0.14 | 13.87 | 0.73 | 0.5 |
| Hex | DC | 4D | 22 | 0 | 41 | 55 | E | E | 49 | 32 |
| Octal | 334 | 115 | 42 | 0 | 101 | 125 | 16 | 16 | 111 | 62 |
| Binary | 11011100 | 1001101 | 100010 | 0 | 1000001 | 1010101 | 1110 | 1110 | 1001001 | 110010 |
Color Harmonies of #DC4D22
Complementary color
Monochromatic Colors of #DC4D22
Black with #DC4D22
Text Example
Text Example
White with #DC4D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D22; }
p { color: rgb(220,77,34); }
H1.HeaderClassName
{
color: #DC4D22;
}
.AnyTagClassName
{
color: #DC4D22;
}
</style>
background-color css
<style>
a { background-color: #DC4D22; }
a { background-color: rgb(220,77,34); }
div.DivClassName
{
background-color: #DC4D22;
}
.BgClassName
{
background-color: #DC4D22;
}
</style>
border-color css
<style>
span { border-color: #DC4D22; }
span { border-color: rgb(220,77,34); }
td.TdClassName
{
border-color: #DC4D22;
}
.TagClassName
{
border-color: #DC4D22;
}
</style>