Shades of Cinnabar #DC3829
Tints of Cinnabar #DC3829
RGB
CMYK
RGB Variations
Color information
#DC3829 (or 0xDC3829) is known color: Cinnabar. HEX triplet: DC, 38 and 29. RGB value is (220,56,41). Sum of RGB (Red+Green+Blue) = 220+56+41=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3829 is #23C7D6. Grayscale: #676767. Windows color (decimal): -2344919 or 2701532. OLE color: 2701532.
HSL color Cylindrical-coordinate representation of color #DC3829: hue angle of 5.03º 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 #DC3829 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 41 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.14 |
| HSL | 5.03º | 0.72% | 0.51% | - |
| HSV(B) | 5.03º | 0.81% | 0.86% | - |
| XYZ | 31.33 | 18.2 | 3.96 | - |
| YUV | 103.33 | 92.83 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 41 | 0 | 0.75 | 0.81 | 0.14 | 5.03 | 0.72 | 0.51 |
| Hex | DC | 38 | 29 | 0 | 4B | 51 | E | 5 | 48 | 33 |
| Octal | 334 | 70 | 51 | 0 | 113 | 121 | 16 | 5 | 110 | 63 |
| Binary | 11011100 | 111000 | 101001 | 0 | 1001011 | 1010001 | 1110 | 101 | 1001000 | 110011 |
Color Harmonies of #DC3829
Complementary color
Monochromatic Colors of #DC3829
Black with #DC3829
Text Example
Text Example
White with #DC3829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3829; }
p { color: rgb(220,56,41); }
H1.HeaderClassName
{
color: #DC3829;
}
.AnyTagClassName
{
color: #DC3829;
}
</style>
background-color css
<style>
a { background-color: #DC3829; }
a { background-color: rgb(220,56,41); }
div.DivClassName
{
background-color: #DC3829;
}
.BgClassName
{
background-color: #DC3829;
}
</style>
border-color css
<style>
span { border-color: #DC3829; }
span { border-color: rgb(220,56,41); }
td.TdClassName
{
border-color: #DC3829;
}
.TagClassName
{
border-color: #DC3829;
}
</style>