Shades of Cinnabar #DC4922
Tints of Cinnabar #DC4922
RGB
CMYK
RGB Variations
Color information
#DC4922 (or 0xDC4922) is known color: Cinnabar. HEX triplet: DC, 49 and 22. RGB value is (220,73,34). Sum of RGB (Red+Green+Blue) = 220+73+34=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4922 is #23B6DD. Grayscale: #707070. Windows color (decimal): -2340574 or 2247132. OLE color: 2247132.
HSL color Cylindrical-coordinate representation of color #DC4922: hue angle of 12.58º 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 #DC4922 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 34 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.14 |
| HSL | 12.58º | 0.73% | 0.5% | - |
| HSV(B) | 12.58º | 0.85% | 0.86% | - |
| XYZ | 32.19 | 20.1 | 3.7 | - |
| YUV | 112.51 | 83.7 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 34 | 0 | 0.67 | 0.85 | 0.14 | 12.58 | 0.73 | 0.5 |
| Hex | DC | 49 | 22 | 0 | 43 | 55 | E | D | 49 | 32 |
| Octal | 334 | 111 | 42 | 0 | 103 | 125 | 16 | 15 | 111 | 62 |
| Binary | 11011100 | 1001001 | 100010 | 0 | 1000011 | 1010101 | 1110 | 1101 | 1001001 | 110010 |
Color Harmonies of #DC4922
Complementary color
Monochromatic Colors of #DC4922
Black with #DC4922
Text Example
Text Example
White with #DC4922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4922; }
p { color: rgb(220,73,34); }
H1.HeaderClassName
{
color: #DC4922;
}
.AnyTagClassName
{
color: #DC4922;
}
</style>
background-color css
<style>
a { background-color: #DC4922; }
a { background-color: rgb(220,73,34); }
div.DivClassName
{
background-color: #DC4922;
}
.BgClassName
{
background-color: #DC4922;
}
</style>
border-color css
<style>
span { border-color: #DC4922; }
span { border-color: rgb(220,73,34); }
td.TdClassName
{
border-color: #DC4922;
}
.TagClassName
{
border-color: #DC4922;
}
</style>