Shades of Cinnabar #DC4838
Tints of Cinnabar #DC4838
RGB
CMYK
RGB Variations
Color information
#DC4838 (or 0xDC4838) is known color: Cinnabar. HEX triplet: DC, 48 and 38. RGB value is (220,72,56). Sum of RGB (Red+Green+Blue) = 220+72+56=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4838 is #23B7C7. Grayscale: #727272. Windows color (decimal): -2340808 or 3688668. OLE color: 3688668.
HSL color Cylindrical-coordinate representation of color #DC4838: hue angle of 5.85º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC4838 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 56 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.14 |
| HSL | 5.85º | 0.7% | 0.54% | - |
| HSV(B) | 5.85º | 0.75% | 0.86% | - |
| XYZ | 32.55 | 20.14 | 5.91 | - |
| YUV | 114.43 | 95.03 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 56 | 0 | 0.67 | 0.75 | 0.14 | 5.85 | 0.7 | 0.54 |
| Hex | DC | 48 | 38 | 0 | 43 | 4B | E | 6 | 46 | 36 |
| Octal | 334 | 110 | 70 | 0 | 103 | 113 | 16 | 6 | 106 | 66 |
| Binary | 11011100 | 1001000 | 111000 | 0 | 1000011 | 1001011 | 1110 | 110 | 1000110 | 110110 |
Color Harmonies of #DC4838
Complementary color
Monochromatic Colors of #DC4838
Black with #DC4838
Text Example
Text Example
White with #DC4838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4838; }
p { color: rgb(220,72,56); }
H1.HeaderClassName
{
color: #DC4838;
}
.AnyTagClassName
{
color: #DC4838;
}
</style>
background-color css
<style>
a { background-color: #DC4838; }
a { background-color: rgb(220,72,56); }
div.DivClassName
{
background-color: #DC4838;
}
.BgClassName
{
background-color: #DC4838;
}
</style>
border-color css
<style>
span { border-color: #DC4838; }
span { border-color: rgb(220,72,56); }
td.TdClassName
{
border-color: #DC4838;
}
.TagClassName
{
border-color: #DC4838;
}
</style>