Shades of Cinnabar #DC4538
Tints of Cinnabar #DC4538
RGB
CMYK
RGB Variations
Color information
#DC4538 (or 0xDC4538) is known color: Cinnabar. HEX triplet: DC, 45 and 38. RGB value is (220,69,56). Sum of RGB (Red+Green+Blue) = 220+69+56=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4538 is #23BAC7. Grayscale: #707070. Windows color (decimal): -2341576 or 3687900. OLE color: 3687900.
HSL color Cylindrical-coordinate representation of color #DC4538: hue angle of 4.76º 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 #DC4538 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 56 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.14 |
| HSL | 4.76º | 0.7% | 0.54% | - |
| HSV(B) | 4.76º | 0.75% | 0.86% | - |
| XYZ | 32.36 | 19.76 | 5.85 | - |
| YUV | 112.67 | 96.03 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 56 | 0 | 0.69 | 0.75 | 0.14 | 4.76 | 0.7 | 0.54 |
| Hex | DC | 45 | 38 | 0 | 45 | 4B | E | 5 | 46 | 36 |
| Octal | 334 | 105 | 70 | 0 | 105 | 113 | 16 | 5 | 106 | 66 |
| Binary | 11011100 | 1000101 | 111000 | 0 | 1000101 | 1001011 | 1110 | 101 | 1000110 | 110110 |
Color Harmonies of #DC4538
Complementary color
Monochromatic Colors of #DC4538
Black with #DC4538
Text Example
Text Example
White with #DC4538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4538; }
p { color: rgb(220,69,56); }
H1.HeaderClassName
{
color: #DC4538;
}
.AnyTagClassName
{
color: #DC4538;
}
</style>
background-color css
<style>
a { background-color: #DC4538; }
a { background-color: rgb(220,69,56); }
div.DivClassName
{
background-color: #DC4538;
}
.BgClassName
{
background-color: #DC4538;
}
</style>
border-color css
<style>
span { border-color: #DC4538; }
span { border-color: rgb(220,69,56); }
td.TdClassName
{
border-color: #DC4538;
}
.TagClassName
{
border-color: #DC4538;
}
</style>