Shades of Cinnabar #DC4129
Tints of Cinnabar #DC4129
RGB
CMYK
RGB Variations
Color information
#DC4129 (or 0xDC4129) is known color: Cinnabar. HEX triplet: DC, 41 and 29. RGB value is (220,65,41). Sum of RGB (Red+Green+Blue) = 220+65+41=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4129 is #23BED6. Grayscale: #6C6C6C. Windows color (decimal): -2342615 or 2703836. OLE color: 2703836.
HSL color Cylindrical-coordinate representation of color #DC4129: hue angle of 8.04º 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 #DC4129 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 41 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.14 |
| HSL | 8.04º | 0.72% | 0.51% | - |
| HSV(B) | 8.04º | 0.81% | 0.86% | - |
| XYZ | 31.81 | 19.16 | 4.12 | - |
| YUV | 108.61 | 89.85 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 41 | 0 | 0.70 | 0.81 | 0.14 | 8.04 | 0.72 | 0.51 |
| Hex | DC | 41 | 29 | 0 | 46 | 51 | E | 8 | 48 | 33 |
| Octal | 334 | 101 | 51 | 0 | 106 | 121 | 16 | 10 | 110 | 63 |
| Binary | 11011100 | 1000001 | 101001 | 0 | 1000110 | 1010001 | 1110 | 1000 | 1001000 | 110011 |
Color Harmonies of #DC4129
Complementary color
Monochromatic Colors of #DC4129
Black with #DC4129
Text Example
Text Example
White with #DC4129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4129; }
p { color: rgb(220,65,41); }
H1.HeaderClassName
{
color: #DC4129;
}
.AnyTagClassName
{
color: #DC4129;
}
</style>
background-color css
<style>
a { background-color: #DC4129; }
a { background-color: rgb(220,65,41); }
div.DivClassName
{
background-color: #DC4129;
}
.BgClassName
{
background-color: #DC4129;
}
</style>
border-color css
<style>
span { border-color: #DC4129; }
span { border-color: rgb(220,65,41); }
td.TdClassName
{
border-color: #DC4129;
}
.TagClassName
{
border-color: #DC4129;
}
</style>