Shades of Cinnabar #DC4A26
Tints of Cinnabar #DC4A26
RGB
CMYK
RGB Variations
Color information
#DC4A26 (or 0xDC4A26) is known color: Cinnabar. HEX triplet: DC, 4A and 26. RGB value is (220,74,38). Sum of RGB (Red+Green+Blue) = 220+74+38=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A26 is #23B5D9. Grayscale: #717171. Windows color (decimal): -2340314 or 2509532. OLE color: 2509532.
HSL color Cylindrical-coordinate representation of color #DC4A26: hue angle of 11.87º 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 #DC4A26 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 38 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.14 |
| HSL | 11.87º | 0.72% | 0.51% | - |
| HSV(B) | 11.87º | 0.83% | 0.86% | - |
| XYZ | 32.31 | 20.25 | 4.04 | - |
| YUV | 113.55 | 85.37 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 38 | 0 | 0.66 | 0.83 | 0.14 | 11.87 | 0.72 | 0.51 |
| Hex | DC | 4A | 26 | 0 | 42 | 53 | E | C | 48 | 33 |
| Octal | 334 | 112 | 46 | 0 | 102 | 123 | 16 | 14 | 110 | 63 |
| Binary | 11011100 | 1001010 | 100110 | 0 | 1000010 | 1010011 | 1110 | 1100 | 1001000 | 110011 |
Color Harmonies of #DC4A26
Complementary color
Monochromatic Colors of #DC4A26
Black with #DC4A26
Text Example
Text Example
White with #DC4A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A26; }
p { color: rgb(220,74,38); }
H1.HeaderClassName
{
color: #DC4A26;
}
.AnyTagClassName
{
color: #DC4A26;
}
</style>
background-color css
<style>
a { background-color: #DC4A26; }
a { background-color: rgb(220,74,38); }
div.DivClassName
{
background-color: #DC4A26;
}
.BgClassName
{
background-color: #DC4A26;
}
</style>
border-color css
<style>
span { border-color: #DC4A26; }
span { border-color: rgb(220,74,38); }
td.TdClassName
{
border-color: #DC4A26;
}
.TagClassName
{
border-color: #DC4A26;
}
</style>