Shades of Cinnabar #DC4441
Tints of Cinnabar #DC4441
RGB
CMYK
RGB Variations
Color information
#DC4441 (or 0xDC4441) is known color: Cinnabar. HEX triplet: DC, 44 and 41. RGB value is (220,68,65). Sum of RGB (Red+Green+Blue) = 220+68+65=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4441 is #23BBBE. Grayscale: #717171. Windows color (decimal): -2341823 or 4277468. OLE color: 4277468.
HSL color Cylindrical-coordinate representation of color #DC4441: hue angle of 1.16º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4441 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 65 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.14 |
| HSL | 1.16º | 0.69% | 0.56% | - |
| HSV(B) | 1.16º | 0.7% | 0.86% | - |
| XYZ | 32.54 | 19.73 | 7.09 | - |
| YUV | 113.11 | 100.86 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 65 | 0 | 0.69 | 0.70 | 0.14 | 1.16 | 0.69 | 0.56 |
| Hex | DC | 44 | 41 | 0 | 45 | 46 | E | 1 | 45 | 38 |
| Octal | 334 | 104 | 101 | 0 | 105 | 106 | 16 | 1 | 105 | 70 |
| Binary | 11011100 | 1000100 | 1000001 | 0 | 1000101 | 1000110 | 1110 | 1 | 1000101 | 111000 |
Color Harmonies of #DC4441
Complementary color
Monochromatic Colors of #DC4441
Black with #DC4441
Text Example
Text Example
White with #DC4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4441; }
p { color: rgb(220,68,65); }
H1.HeaderClassName
{
color: #DC4441;
}
.AnyTagClassName
{
color: #DC4441;
}
</style>
background-color css
<style>
a { background-color: #DC4441; }
a { background-color: rgb(220,68,65); }
div.DivClassName
{
background-color: #DC4441;
}
.BgClassName
{
background-color: #DC4441;
}
</style>
border-color css
<style>
span { border-color: #DC4441; }
span { border-color: rgb(220,68,65); }
td.TdClassName
{
border-color: #DC4441;
}
.TagClassName
{
border-color: #DC4441;
}
</style>