Shades of Cinnabar #DC4B29
Tints of Cinnabar #DC4B29
RGB
CMYK
RGB Variations
Color information
#DC4B29 (or 0xDC4B29) is known color: Cinnabar. HEX triplet: DC, 4B and 29. RGB value is (220,75,41). Sum of RGB (Red+Green+Blue) = 220+75+41=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4B29 is #23B4D6. Grayscale: #727272. Windows color (decimal): -2340055 or 2706396. OLE color: 2706396.
HSL color Cylindrical-coordinate representation of color #DC4B29: hue angle of 11.4º 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 #DC4B29 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 41 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.14 |
| HSL | 11.4º | 0.72% | 0.51% | - |
| HSV(B) | 11.4º | 0.81% | 0.86% | - |
| XYZ | 32.43 | 20.41 | 4.33 | - |
| YUV | 114.48 | 86.54 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 41 | 0 | 0.66 | 0.81 | 0.14 | 11.4 | 0.72 | 0.51 |
| Hex | DC | 4B | 29 | 0 | 42 | 51 | E | B | 48 | 33 |
| Octal | 334 | 113 | 51 | 0 | 102 | 121 | 16 | 13 | 110 | 63 |
| Binary | 11011100 | 1001011 | 101001 | 0 | 1000010 | 1010001 | 1110 | 1011 | 1001000 | 110011 |
Color Harmonies of #DC4B29
Complementary color
Monochromatic Colors of #DC4B29
Black with #DC4B29
Text Example
Text Example
White with #DC4B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B29; }
p { color: rgb(220,75,41); }
H1.HeaderClassName
{
color: #DC4B29;
}
.AnyTagClassName
{
color: #DC4B29;
}
</style>
background-color css
<style>
a { background-color: #DC4B29; }
a { background-color: rgb(220,75,41); }
div.DivClassName
{
background-color: #DC4B29;
}
.BgClassName
{
background-color: #DC4B29;
}
</style>
border-color css
<style>
span { border-color: #DC4B29; }
span { border-color: rgb(220,75,41); }
td.TdClassName
{
border-color: #DC4B29;
}
.TagClassName
{
border-color: #DC4B29;
}
</style>