Shades of Cinnabar #DC4D3A
Tints of Cinnabar #DC4D3A
RGB
CMYK
RGB Variations
Color information
#DC4D3A (or 0xDC4D3A) is known color: Cinnabar. HEX triplet: DC, 4D and 3A. RGB value is (220,77,58). Sum of RGB (Red+Green+Blue) = 220+77+58=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D3A is #23B2C5. Grayscale: #757575. Windows color (decimal): -2339526 or 3821020. OLE color: 3821020.
HSL color Cylindrical-coordinate representation of color #DC4D3A: hue angle of 7.04º 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 #DC4D3A is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 58 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.14 |
| HSL | 7.04º | 0.7% | 0.55% | - |
| HSV(B) | 7.04º | 0.74% | 0.86% | - |
| XYZ | 32.93 | 20.83 | 6.29 | - |
| YUV | 117.59 | 94.38 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 58 | 0 | 0.65 | 0.74 | 0.14 | 7.04 | 0.7 | 0.55 |
| Hex | DC | 4D | 3A | 0 | 41 | 4A | E | 7 | 46 | 37 |
| Octal | 334 | 115 | 72 | 0 | 101 | 112 | 16 | 7 | 106 | 67 |
| Binary | 11011100 | 1001101 | 111010 | 0 | 1000001 | 1001010 | 1110 | 111 | 1000110 | 110111 |
Color Harmonies of #DC4D3A
Complementary color
Monochromatic Colors of #DC4D3A
Black with #DC4D3A
Text Example
Text Example
White with #DC4D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D3A; }
p { color: rgb(220,77,58); }
H1.HeaderClassName
{
color: #DC4D3A;
}
.AnyTagClassName
{
color: #DC4D3A;
}
</style>
background-color css
<style>
a { background-color: #DC4D3A; }
a { background-color: rgb(220,77,58); }
div.DivClassName
{
background-color: #DC4D3A;
}
.BgClassName
{
background-color: #DC4D3A;
}
</style>
border-color css
<style>
span { border-color: #DC4D3A; }
span { border-color: rgb(220,77,58); }
td.TdClassName
{
border-color: #DC4D3A;
}
.TagClassName
{
border-color: #DC4D3A;
}
</style>