Shades of Cinnabar #DC473D
Tints of Cinnabar #DC473D
RGB
CMYK
RGB Variations
Color information
#DC473D (or 0xDC473D) is known color: Cinnabar. HEX triplet: DC, 47 and 3D. RGB value is (220,71,61). Sum of RGB (Red+Green+Blue) = 220+71+61=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC473D is #23B8C2. Grayscale: #727272. Windows color (decimal): -2341059 or 4016092. OLE color: 4016092.
HSL color Cylindrical-coordinate representation of color #DC473D: hue angle of 3.77º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC473D is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 61 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.14 |
| HSL | 3.77º | 0.69% | 0.55% | - |
| HSV(B) | 3.77º | 0.72% | 0.86% | - |
| XYZ | 32.61 | 20.06 | 6.57 | - |
| YUV | 114.41 | 97.86 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 61 | 0 | 0.68 | 0.72 | 0.14 | 3.77 | 0.69 | 0.55 |
| Hex | DC | 47 | 3D | 0 | 44 | 48 | E | 4 | 45 | 37 |
| Octal | 334 | 107 | 75 | 0 | 104 | 110 | 16 | 4 | 105 | 67 |
| Binary | 11011100 | 1000111 | 111101 | 0 | 1000100 | 1001000 | 1110 | 100 | 1000101 | 110111 |
Color Harmonies of #DC473D
Complementary color
Monochromatic Colors of #DC473D
Black with #DC473D
Text Example
Text Example
White with #DC473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC473D; }
p { color: rgb(220,71,61); }
H1.HeaderClassName
{
color: #DC473D;
}
.AnyTagClassName
{
color: #DC473D;
}
</style>
background-color css
<style>
a { background-color: #DC473D; }
a { background-color: rgb(220,71,61); }
div.DivClassName
{
background-color: #DC473D;
}
.BgClassName
{
background-color: #DC473D;
}
</style>
border-color css
<style>
span { border-color: #DC473D; }
span { border-color: rgb(220,71,61); }
td.TdClassName
{
border-color: #DC473D;
}
.TagClassName
{
border-color: #DC473D;
}
</style>