Shades of Cinnabar #DC4645
Tints of Cinnabar #DC4645
RGB
CMYK
RGB Variations
Color information
#DC4645 (or 0xDC4645) is known color: Cinnabar. HEX triplet: DC, 46 and 45. RGB value is (220,70,69). Sum of RGB (Red+Green+Blue) = 220+70+69=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4645 is #23B9BA. Grayscale: #727272. Windows color (decimal): -2341307 or 4540124. OLE color: 4540124.
HSL color Cylindrical-coordinate representation of color #DC4645: hue angle of 0.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4645 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 69 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.14 |
| HSL | 0.4º | 0.68% | 0.57% | - |
| HSV(B) | 0.4º | 0.69% | 0.86% | - |
| XYZ | 32.78 | 20.03 | 7.77 | - |
| YUV | 114.74 | 102.2 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 69 | 0 | 0.68 | 0.69 | 0.14 | 0.4 | 0.68 | 0.57 |
| Hex | DC | 46 | 45 | 0 | 44 | 45 | E | 0 | 44 | 39 |
| Octal | 334 | 106 | 105 | 0 | 104 | 105 | 16 | 0 | 104 | 71 |
| Binary | 11011100 | 1000110 | 1000101 | 0 | 1000100 | 1000101 | 1110 | 0 | 1000100 | 111001 |
Color Harmonies of #DC4645
Complementary color
Monochromatic Colors of #DC4645
Black with #DC4645
Text Example
Text Example
White with #DC4645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4645; }
p { color: rgb(220,70,69); }
H1.HeaderClassName
{
color: #DC4645;
}
.AnyTagClassName
{
color: #DC4645;
}
</style>
background-color css
<style>
a { background-color: #DC4645; }
a { background-color: rgb(220,70,69); }
div.DivClassName
{
background-color: #DC4645;
}
.BgClassName
{
background-color: #DC4645;
}
</style>
border-color css
<style>
span { border-color: #DC4645; }
span { border-color: rgb(220,70,69); }
td.TdClassName
{
border-color: #DC4645;
}
.TagClassName
{
border-color: #DC4645;
}
</style>