Shades of Cinnabar #DC4134
Tints of Cinnabar #DC4134
RGB
CMYK
RGB Variations
Color information
#DC4134 (or 0xDC4134) is known color: Cinnabar. HEX triplet: DC, 41 and 34. RGB value is (220,65,52). Sum of RGB (Red+Green+Blue) = 220+65+52=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4134 is #23BECB. Grayscale: #6E6E6E. Windows color (decimal): -2342604 or 3424732. OLE color: 3424732.
HSL color Cylindrical-coordinate representation of color #DC4134: hue angle of 4.64º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC4134 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 52 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.14 |
| HSL | 4.64º | 0.71% | 0.53% | - |
| HSV(B) | 4.64º | 0.76% | 0.86% | - |
| XYZ | 32.03 | 19.24 | 5.28 | - |
| YUV | 109.86 | 95.35 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 52 | 0 | 0.70 | 0.76 | 0.14 | 4.64 | 0.71 | 0.53 |
| Hex | DC | 41 | 34 | 0 | 46 | 4C | E | 5 | 47 | 35 |
| Octal | 334 | 101 | 64 | 0 | 106 | 114 | 16 | 5 | 107 | 65 |
| Binary | 11011100 | 1000001 | 110100 | 0 | 1000110 | 1001100 | 1110 | 101 | 1000111 | 110101 |
Color Harmonies of #DC4134
Complementary color
Monochromatic Colors of #DC4134
Black with #DC4134
Text Example
Text Example
White with #DC4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4134; }
p { color: rgb(220,65,52); }
H1.HeaderClassName
{
color: #DC4134;
}
.AnyTagClassName
{
color: #DC4134;
}
</style>
background-color css
<style>
a { background-color: #DC4134; }
a { background-color: rgb(220,65,52); }
div.DivClassName
{
background-color: #DC4134;
}
.BgClassName
{
background-color: #DC4134;
}
</style>
border-color css
<style>
span { border-color: #DC4134; }
span { border-color: rgb(220,65,52); }
td.TdClassName
{
border-color: #DC4134;
}
.TagClassName
{
border-color: #DC4134;
}
</style>