Shades of Cinnabar #DC473A
Tints of Cinnabar #DC473A
RGB
CMYK
RGB Variations
Color information
#DC473A (or 0xDC473A) is known color: Cinnabar. HEX triplet: DC, 47 and 3A. RGB value is (220,71,58). Sum of RGB (Red+Green+Blue) = 220+71+58=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC473A is #23B8C5. Grayscale: #727272. Windows color (decimal): -2341062 or 3819484. OLE color: 3819484.
HSL color Cylindrical-coordinate representation of color #DC473A: hue angle of 4.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC473A is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 58 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.14 |
| HSL | 4.81º | 0.7% | 0.55% | - |
| HSV(B) | 4.81º | 0.74% | 0.86% | - |
| XYZ | 32.53 | 20.03 | 6.15 | - |
| YUV | 114.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 58 | 0 | 0.68 | 0.74 | 0.14 | 4.81 | 0.7 | 0.55 |
| Hex | DC | 47 | 3A | 0 | 44 | 4A | E | 5 | 46 | 37 |
| Octal | 334 | 107 | 72 | 0 | 104 | 112 | 16 | 5 | 106 | 67 |
| Binary | 11011100 | 1000111 | 111010 | 0 | 1000100 | 1001010 | 1110 | 101 | 1000110 | 110111 |
Color Harmonies of #DC473A
Complementary color
Monochromatic Colors of #DC473A
Black with #DC473A
Text Example
Text Example
White with #DC473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC473A; }
p { color: rgb(220,71,58); }
H1.HeaderClassName
{
color: #DC473A;
}
.AnyTagClassName
{
color: #DC473A;
}
</style>
background-color css
<style>
a { background-color: #DC473A; }
a { background-color: rgb(220,71,58); }
div.DivClassName
{
background-color: #DC473A;
}
.BgClassName
{
background-color: #DC473A;
}
</style>
border-color css
<style>
span { border-color: #DC473A; }
span { border-color: rgb(220,71,58); }
td.TdClassName
{
border-color: #DC473A;
}
.TagClassName
{
border-color: #DC473A;
}
</style>