Shades of Cinnabar #DC4D26
Tints of Cinnabar #DC4D26
RGB
CMYK
RGB Variations
Color information
#DC4D26 (or 0xDC4D26) is known color: Cinnabar. HEX triplet: DC, 4D and 26. RGB value is (220,77,38). Sum of RGB (Red+Green+Blue) = 220+77+38=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D26 is #23B2D9. Grayscale: #737373. Windows color (decimal): -2339546 or 2510300. OLE color: 2510300.
HSL color Cylindrical-coordinate representation of color #DC4D26: hue angle of 12.86º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC4D26 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 38 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.14 |
| HSL | 12.86º | 0.72% | 0.51% | - |
| HSV(B) | 12.86º | 0.83% | 0.86% | - |
| XYZ | 32.52 | 20.66 | 4.11 | - |
| YUV | 115.31 | 84.38 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 38 | 0 | 0.65 | 0.83 | 0.14 | 12.86 | 0.72 | 0.51 |
| Hex | DC | 4D | 26 | 0 | 41 | 53 | E | D | 48 | 33 |
| Octal | 334 | 115 | 46 | 0 | 101 | 123 | 16 | 15 | 110 | 63 |
| Binary | 11011100 | 1001101 | 100110 | 0 | 1000001 | 1010011 | 1110 | 1101 | 1001000 | 110011 |
Color Harmonies of #DC4D26
Complementary color
Monochromatic Colors of #DC4D26
Black with #DC4D26
Text Example
Text Example
White with #DC4D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D26; }
p { color: rgb(220,77,38); }
H1.HeaderClassName
{
color: #DC4D26;
}
.AnyTagClassName
{
color: #DC4D26;
}
</style>
background-color css
<style>
a { background-color: #DC4D26; }
a { background-color: rgb(220,77,38); }
div.DivClassName
{
background-color: #DC4D26;
}
.BgClassName
{
background-color: #DC4D26;
}
</style>
border-color css
<style>
span { border-color: #DC4D26; }
span { border-color: rgb(220,77,38); }
td.TdClassName
{
border-color: #DC4D26;
}
.TagClassName
{
border-color: #DC4D26;
}
</style>