Shades of Cinnabar #DC392C
Tints of Cinnabar #DC392C
RGB
CMYK
RGB Variations
Color information
#DC392C (or 0xDC392C) is known color: Cinnabar. HEX triplet: DC, 39 and 2C. RGB value is (220,57,44). Sum of RGB (Red+Green+Blue) = 220+57+44=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC392C is #23C6D3. Grayscale: #686868. Windows color (decimal): -2344660 or 2898396. OLE color: 2898396.
HSL color Cylindrical-coordinate representation of color #DC392C: hue angle of 4.43º 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 #DC392C is Cyan = 0, Magento = 0.74, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 44 | - |
| CMYK | 0 | 0.74 | 0.8 | 0.14 |
| HSL | 4.43º | 0.72% | 0.52% | - |
| HSV(B) | 4.43º | 0.8% | 0.86% | - |
| XYZ | 31.43 | 18.32 | 4.26 | - |
| YUV | 104.26 | 94 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 44 | 0 | 0.74 | 0.8 | 0.14 | 4.43 | 0.72 | 0.52 |
| Hex | DC | 39 | 2C | 0 | 4A | 50 | E | 4 | 48 | 34 |
| Octal | 334 | 71 | 54 | 0 | 112 | 120 | 16 | 4 | 110 | 64 |
| Binary | 11011100 | 111001 | 101100 | 0 | 1001010 | 1010000 | 1110 | 100 | 1001000 | 110100 |
Color Harmonies of #DC392C
Complementary color
Monochromatic Colors of #DC392C
Black with #DC392C
Text Example
Text Example
White with #DC392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC392C; }
p { color: rgb(220,57,44); }
H1.HeaderClassName
{
color: #DC392C;
}
.AnyTagClassName
{
color: #DC392C;
}
</style>
background-color css
<style>
a { background-color: #DC392C; }
a { background-color: rgb(220,57,44); }
div.DivClassName
{
background-color: #DC392C;
}
.BgClassName
{
background-color: #DC392C;
}
</style>
border-color css
<style>
span { border-color: #DC392C; }
span { border-color: rgb(220,57,44); }
td.TdClassName
{
border-color: #DC392C;
}
.TagClassName
{
border-color: #DC392C;
}
</style>