Shades of Cinnabar #DC491C
Tints of Cinnabar #DC491C
RGB
CMYK
RGB Variations
Color information
#DC491C (or 0xDC491C) is known color: Cinnabar. HEX triplet: DC, 49 and 1C. RGB value is (220,73,28). Sum of RGB (Red+Green+Blue) = 220+73+28=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC491C is #23B6E3. Grayscale: #707070. Windows color (decimal): -2340580 or 1853916. OLE color: 1853916.
HSL color Cylindrical-coordinate representation of color #DC491C: hue angle of 14.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC491C is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 28 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.14 |
| HSL | 14.06º | 0.77% | 0.49% | - |
| HSV(B) | 14.06º | 0.87% | 0.86% | - |
| XYZ | 32.11 | 20.06 | 3.28 | - |
| YUV | 111.82 | 80.7 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 28 | 0 | 0.67 | 0.87 | 0.14 | 14.06 | 0.77 | 0.49 |
| Hex | DC | 49 | 1C | 0 | 43 | 57 | E | E | 4D | 31 |
| Octal | 334 | 111 | 34 | 0 | 103 | 127 | 16 | 16 | 115 | 61 |
| Binary | 11011100 | 1001001 | 11100 | 0 | 1000011 | 1010111 | 1110 | 1110 | 1001101 | 110001 |
Color Harmonies of #DC491C
Complementary color
Monochromatic Colors of #DC491C
Black with #DC491C
Text Example
Text Example
White with #DC491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC491C; }
p { color: rgb(220,73,28); }
H1.HeaderClassName
{
color: #DC491C;
}
.AnyTagClassName
{
color: #DC491C;
}
</style>
background-color css
<style>
a { background-color: #DC491C; }
a { background-color: rgb(220,73,28); }
div.DivClassName
{
background-color: #DC491C;
}
.BgClassName
{
background-color: #DC491C;
}
</style>
border-color css
<style>
span { border-color: #DC491C; }
span { border-color: rgb(220,73,28); }
td.TdClassName
{
border-color: #DC491C;
}
.TagClassName
{
border-color: #DC491C;
}
</style>