Shades of Cinnabar #DC382C
Tints of Cinnabar #DC382C
RGB
CMYK
RGB Variations
Color information
#DC382C (or 0xDC382C) is known color: Cinnabar. HEX triplet: DC, 38 and 2C. RGB value is (220,56,44). Sum of RGB (Red+Green+Blue) = 220+56+44=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC382C is #23C7D3. Grayscale: #676767. Windows color (decimal): -2344916 or 2898140. OLE color: 2898140.
HSL color Cylindrical-coordinate representation of color #DC382C: hue angle of 4.09º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC382C is Cyan = 0, Magento = 0.75, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 44 | - |
| CMYK | 0 | 0.75 | 0.8 | 0.14 |
| HSL | 4.09º | 0.72% | 0.52% | - |
| HSV(B) | 4.09º | 0.8% | 0.86% | - |
| XYZ | 31.38 | 18.23 | 4.25 | - |
| YUV | 103.67 | 94.33 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 44 | 0 | 0.75 | 0.8 | 0.14 | 4.09 | 0.72 | 0.52 |
| Hex | DC | 38 | 2C | 0 | 4B | 50 | E | 4 | 48 | 34 |
| Octal | 334 | 70 | 54 | 0 | 113 | 120 | 16 | 4 | 110 | 64 |
| Binary | 11011100 | 111000 | 101100 | 0 | 1001011 | 1010000 | 1110 | 100 | 1001000 | 110100 |
Color Harmonies of #DC382C
Complementary color
Monochromatic Colors of #DC382C
Black with #DC382C
Text Example
Text Example
White with #DC382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC382C; }
p { color: rgb(220,56,44); }
H1.HeaderClassName
{
color: #DC382C;
}
.AnyTagClassName
{
color: #DC382C;
}
</style>
background-color css
<style>
a { background-color: #DC382C; }
a { background-color: rgb(220,56,44); }
div.DivClassName
{
background-color: #DC382C;
}
.BgClassName
{
background-color: #DC382C;
}
</style>
border-color css
<style>
span { border-color: #DC382C; }
span { border-color: rgb(220,56,44); }
td.TdClassName
{
border-color: #DC382C;
}
.TagClassName
{
border-color: #DC382C;
}
</style>