Shades of Cinnabar #DC4830
Tints of Cinnabar #DC4830
RGB
CMYK
RGB Variations
Color information
#DC4830 (or 0xDC4830) is known color: Cinnabar. HEX triplet: DC, 48 and 30. RGB value is (220,72,48). Sum of RGB (Red+Green+Blue) = 220+72+48=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4830 is #23B7CF. Grayscale: #717171. Windows color (decimal): -2340816 or 3164380. OLE color: 3164380.
HSL color Cylindrical-coordinate representation of color #DC4830: hue angle of 8.37º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC4830 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 48 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.14 |
| HSL | 8.37º | 0.71% | 0.53% | - |
| HSV(B) | 8.37º | 0.78% | 0.86% | - |
| XYZ | 32.37 | 20.06 | 4.96 | - |
| YUV | 113.52 | 91.03 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 48 | 0 | 0.67 | 0.78 | 0.14 | 8.37 | 0.71 | 0.53 |
| Hex | DC | 48 | 30 | 0 | 43 | 4E | E | 8 | 47 | 35 |
| Octal | 334 | 110 | 60 | 0 | 103 | 116 | 16 | 10 | 107 | 65 |
| Binary | 11011100 | 1001000 | 110000 | 0 | 1000011 | 1001110 | 1110 | 1000 | 1000111 | 110101 |
Color Harmonies of #DC4830
Complementary color
Monochromatic Colors of #DC4830
Black with #DC4830
Text Example
Text Example
White with #DC4830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4830; }
p { color: rgb(220,72,48); }
H1.HeaderClassName
{
color: #DC4830;
}
.AnyTagClassName
{
color: #DC4830;
}
</style>
background-color css
<style>
a { background-color: #DC4830; }
a { background-color: rgb(220,72,48); }
div.DivClassName
{
background-color: #DC4830;
}
.BgClassName
{
background-color: #DC4830;
}
</style>
border-color css
<style>
span { border-color: #DC4830; }
span { border-color: rgb(220,72,48); }
td.TdClassName
{
border-color: #DC4830;
}
.TagClassName
{
border-color: #DC4830;
}
</style>