Shades of Cinnabar #DC3828
Tints of Cinnabar #DC3828
RGB
CMYK
RGB Variations
Color information
#DC3828 (or 0xDC3828) is known color: Cinnabar. HEX triplet: DC, 38 and 28. RGB value is (220,56,40). Sum of RGB (Red+Green+Blue) = 220+56+40=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3828 is #23C7D7. Grayscale: #676767. Windows color (decimal): -2344920 or 2635996. OLE color: 2635996.
HSL color Cylindrical-coordinate representation of color #DC3828: hue angle of 5.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC3828 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 40 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.14 |
| HSL | 5.33º | 0.72% | 0.51% | - |
| HSV(B) | 5.33º | 0.82% | 0.86% | - |
| XYZ | 31.31 | 18.2 | 3.87 | - |
| YUV | 103.21 | 92.33 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 40 | 0 | 0.75 | 0.82 | 0.14 | 5.33 | 0.72 | 0.51 |
| Hex | DC | 38 | 28 | 0 | 4B | 52 | E | 5 | 48 | 33 |
| Octal | 334 | 70 | 50 | 0 | 113 | 122 | 16 | 5 | 110 | 63 |
| Binary | 11011100 | 111000 | 101000 | 0 | 1001011 | 1010010 | 1110 | 101 | 1001000 | 110011 |
Color Harmonies of #DC3828
Complementary color
Monochromatic Colors of #DC3828
Black with #DC3828
Text Example
Text Example
White with #DC3828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3828; }
p { color: rgb(220,56,40); }
H1.HeaderClassName
{
color: #DC3828;
}
.AnyTagClassName
{
color: #DC3828;
}
</style>
background-color css
<style>
a { background-color: #DC3828; }
a { background-color: rgb(220,56,40); }
div.DivClassName
{
background-color: #DC3828;
}
.BgClassName
{
background-color: #DC3828;
}
</style>
border-color css
<style>
span { border-color: #DC3828; }
span { border-color: rgb(220,56,40); }
td.TdClassName
{
border-color: #DC3828;
}
.TagClassName
{
border-color: #DC3828;
}
</style>