Shades of Cinnabar #DC4429
Tints of Cinnabar #DC4429
RGB
CMYK
RGB Variations
Color information
#DC4429 (or 0xDC4429) is known color: Cinnabar. HEX triplet: DC, 44 and 29. RGB value is (220,68,41). Sum of RGB (Red+Green+Blue) = 220+68+41=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4429 is #23BBD6. Grayscale: #6E6E6E. Windows color (decimal): -2341847 or 2704604. OLE color: 2704604.
HSL color Cylindrical-coordinate representation of color #DC4429: hue angle of 9.05º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC4429 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 41 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.14 |
| HSL | 9.05º | 0.72% | 0.51% | - |
| HSV(B) | 9.05º | 0.81% | 0.86% | - |
| XYZ | 31.98 | 19.51 | 4.18 | - |
| YUV | 110.37 | 88.86 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 41 | 0 | 0.69 | 0.81 | 0.14 | 9.05 | 0.72 | 0.51 |
| Hex | DC | 44 | 29 | 0 | 45 | 51 | E | 9 | 48 | 33 |
| Octal | 334 | 104 | 51 | 0 | 105 | 121 | 16 | 11 | 110 | 63 |
| Binary | 11011100 | 1000100 | 101001 | 0 | 1000101 | 1010001 | 1110 | 1001 | 1001000 | 110011 |
Color Harmonies of #DC4429
Complementary color
Monochromatic Colors of #DC4429
Black with #DC4429
Text Example
Text Example
White with #DC4429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4429; }
p { color: rgb(220,68,41); }
H1.HeaderClassName
{
color: #DC4429;
}
.AnyTagClassName
{
color: #DC4429;
}
</style>
background-color css
<style>
a { background-color: #DC4429; }
a { background-color: rgb(220,68,41); }
div.DivClassName
{
background-color: #DC4429;
}
.BgClassName
{
background-color: #DC4429;
}
</style>
border-color css
<style>
span { border-color: #DC4429; }
span { border-color: rgb(220,68,41); }
td.TdClassName
{
border-color: #DC4429;
}
.TagClassName
{
border-color: #DC4429;
}
</style>