Shades of Cinnabar #DC463B
Tints of Cinnabar #DC463B
RGB
CMYK
RGB Variations
Color information
#DC463B (or 0xDC463B) is known color: Cinnabar. HEX triplet: DC, 46 and 3B. RGB value is (220,70,59). Sum of RGB (Red+Green+Blue) = 220+70+59=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC463B is #23B9C4. Grayscale: #717171. Windows color (decimal): -2341317 or 3884764. OLE color: 3884764.
HSL color Cylindrical-coordinate representation of color #DC463B: hue angle of 4.1º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC463B is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 59 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.14 |
| HSL | 4.1º | 0.7% | 0.55% | - |
| HSV(B) | 4.1º | 0.73% | 0.86% | - |
| XYZ | 32.49 | 19.91 | 6.27 | - |
| YUV | 113.6 | 97.2 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 59 | 0 | 0.68 | 0.73 | 0.14 | 4.1 | 0.7 | 0.55 |
| Hex | DC | 46 | 3B | 0 | 44 | 49 | E | 4 | 46 | 37 |
| Octal | 334 | 106 | 73 | 0 | 104 | 111 | 16 | 4 | 106 | 67 |
| Binary | 11011100 | 1000110 | 111011 | 0 | 1000100 | 1001001 | 1110 | 100 | 1000110 | 110111 |
Color Harmonies of #DC463B
Complementary color
Monochromatic Colors of #DC463B
Black with #DC463B
Text Example
Text Example
White with #DC463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC463B; }
p { color: rgb(220,70,59); }
H1.HeaderClassName
{
color: #DC463B;
}
.AnyTagClassName
{
color: #DC463B;
}
</style>
background-color css
<style>
a { background-color: #DC463B; }
a { background-color: rgb(220,70,59); }
div.DivClassName
{
background-color: #DC463B;
}
.BgClassName
{
background-color: #DC463B;
}
</style>
border-color css
<style>
span { border-color: #DC463B; }
span { border-color: rgb(220,70,59); }
td.TdClassName
{
border-color: #DC463B;
}
.TagClassName
{
border-color: #DC463B;
}
</style>