Shades of Cinnabar #DC443A
Tints of Cinnabar #DC443A
RGB
CMYK
RGB Variations
Color information
#DC443A (or 0xDC443A) is known color: Cinnabar. HEX triplet: DC, 44 and 3A. RGB value is (220,68,58). Sum of RGB (Red+Green+Blue) = 220+68+58=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC443A is #23BBC5. Grayscale: #707070. Windows color (decimal): -2341830 or 3818716. OLE color: 3818716.
HSL color Cylindrical-coordinate representation of color #DC443A: hue angle of 3.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC443A is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 58 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.14 |
| HSL | 3.7º | 0.7% | 0.55% | - |
| HSV(B) | 3.7º | 0.74% | 0.86% | - |
| XYZ | 32.35 | 19.66 | 6.09 | - |
| YUV | 112.31 | 97.36 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 58 | 0 | 0.69 | 0.74 | 0.14 | 3.7 | 0.7 | 0.55 |
| Hex | DC | 44 | 3A | 0 | 45 | 4A | E | 4 | 46 | 37 |
| Octal | 334 | 104 | 72 | 0 | 105 | 112 | 16 | 4 | 106 | 67 |
| Binary | 11011100 | 1000100 | 111010 | 0 | 1000101 | 1001010 | 1110 | 100 | 1000110 | 110111 |
Color Harmonies of #DC443A
Complementary color
Monochromatic Colors of #DC443A
Black with #DC443A
Text Example
Text Example
White with #DC443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC443A; }
p { color: rgb(220,68,58); }
H1.HeaderClassName
{
color: #DC443A;
}
.AnyTagClassName
{
color: #DC443A;
}
</style>
background-color css
<style>
a { background-color: #DC443A; }
a { background-color: rgb(220,68,58); }
div.DivClassName
{
background-color: #DC443A;
}
.BgClassName
{
background-color: #DC443A;
}
</style>
border-color css
<style>
span { border-color: #DC443A; }
span { border-color: rgb(220,68,58); }
td.TdClassName
{
border-color: #DC443A;
}
.TagClassName
{
border-color: #DC443A;
}
</style>