Shades of Cinnabar #DC4B26
Tints of Cinnabar #DC4B26
RGB
CMYK
RGB Variations
Color information
#DC4B26 (or 0xDC4B26) is known color: Cinnabar. HEX triplet: DC, 4B and 26. RGB value is (220,75,38). Sum of RGB (Red+Green+Blue) = 220+75+38=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4B26 is #23B4D9. Grayscale: #727272. Windows color (decimal): -2340058 or 2509788. OLE color: 2509788.
HSL color Cylindrical-coordinate representation of color #DC4B26: hue angle of 12.2º 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 #DC4B26 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 38 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.14 |
| HSL | 12.2º | 0.72% | 0.51% | - |
| HSV(B) | 12.2º | 0.83% | 0.86% | - |
| XYZ | 32.38 | 20.39 | 4.06 | - |
| YUV | 114.14 | 85.04 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 38 | 0 | 0.66 | 0.83 | 0.14 | 12.2 | 0.72 | 0.51 |
| Hex | DC | 4B | 26 | 0 | 42 | 53 | E | C | 48 | 33 |
| Octal | 334 | 113 | 46 | 0 | 102 | 123 | 16 | 14 | 110 | 63 |
| Binary | 11011100 | 1001011 | 100110 | 0 | 1000010 | 1010011 | 1110 | 1100 | 1001000 | 110011 |
Color Harmonies of #DC4B26
Complementary color
Monochromatic Colors of #DC4B26
Black with #DC4B26
Text Example
Text Example
White with #DC4B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B26; }
p { color: rgb(220,75,38); }
H1.HeaderClassName
{
color: #DC4B26;
}
.AnyTagClassName
{
color: #DC4B26;
}
</style>
background-color css
<style>
a { background-color: #DC4B26; }
a { background-color: rgb(220,75,38); }
div.DivClassName
{
background-color: #DC4B26;
}
.BgClassName
{
background-color: #DC4B26;
}
</style>
border-color css
<style>
span { border-color: #DC4B26; }
span { border-color: rgb(220,75,38); }
td.TdClassName
{
border-color: #DC4B26;
}
.TagClassName
{
border-color: #DC4B26;
}
</style>