Shades of Cinnabar #DC4D2A
Tints of Cinnabar #DC4D2A
RGB
CMYK
RGB Variations
Color information
#DC4D2A (or 0xDC4D2A) is known color: Cinnabar. HEX triplet: DC, 4D and 2A. RGB value is (220,77,42). Sum of RGB (Red+Green+Blue) = 220+77+42=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D2A is #23B2D5. Grayscale: #747474. Windows color (decimal): -2339542 or 2772444. OLE color: 2772444.
HSL color Cylindrical-coordinate representation of color #DC4D2A: hue angle of 11.8º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC4D2A is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 42 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.14 |
| HSL | 11.8º | 0.72% | 0.51% | - |
| HSV(B) | 11.8º | 0.81% | 0.86% | - |
| XYZ | 32.59 | 20.69 | 4.47 | - |
| YUV | 115.77 | 86.38 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 42 | 0 | 0.65 | 0.81 | 0.14 | 11.8 | 0.72 | 0.51 |
| Hex | DC | 4D | 2A | 0 | 41 | 51 | E | C | 48 | 33 |
| Octal | 334 | 115 | 52 | 0 | 101 | 121 | 16 | 14 | 110 | 63 |
| Binary | 11011100 | 1001101 | 101010 | 0 | 1000001 | 1010001 | 1110 | 1100 | 1001000 | 110011 |
Color Harmonies of #DC4D2A
Complementary color
Monochromatic Colors of #DC4D2A
Black with #DC4D2A
Text Example
Text Example
White with #DC4D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D2A; }
p { color: rgb(220,77,42); }
H1.HeaderClassName
{
color: #DC4D2A;
}
.AnyTagClassName
{
color: #DC4D2A;
}
</style>
background-color css
<style>
a { background-color: #DC4D2A; }
a { background-color: rgb(220,77,42); }
div.DivClassName
{
background-color: #DC4D2A;
}
.BgClassName
{
background-color: #DC4D2A;
}
</style>
border-color css
<style>
span { border-color: #DC4D2A; }
span { border-color: rgb(220,77,42); }
td.TdClassName
{
border-color: #DC4D2A;
}
.TagClassName
{
border-color: #DC4D2A;
}
</style>