Shades of Cinnabar #DC4132
Tints of Cinnabar #DC4132
RGB
CMYK
RGB Variations
Color information
#DC4132 (or 0xDC4132) is known color: Cinnabar. HEX triplet: DC, 41 and 32. RGB value is (220,65,50). Sum of RGB (Red+Green+Blue) = 220+65+50=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4132 is #23BECD. Grayscale: #6D6D6D. Windows color (decimal): -2342606 or 3293660. OLE color: 3293660.
HSL color Cylindrical-coordinate representation of color #DC4132: hue angle of 5.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC4132 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 50 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.14 |
| HSL | 5.29º | 0.71% | 0.53% | - |
| HSV(B) | 5.29º | 0.77% | 0.86% | - |
| XYZ | 31.98 | 19.23 | 5.04 | - |
| YUV | 109.64 | 94.35 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 50 | 0 | 0.70 | 0.77 | 0.14 | 5.29 | 0.71 | 0.53 |
| Hex | DC | 41 | 32 | 0 | 46 | 4D | E | 5 | 47 | 35 |
| Octal | 334 | 101 | 62 | 0 | 106 | 115 | 16 | 5 | 107 | 65 |
| Binary | 11011100 | 1000001 | 110010 | 0 | 1000110 | 1001101 | 1110 | 101 | 1000111 | 110101 |
Color Harmonies of #DC4132
Complementary color
Monochromatic Colors of #DC4132
Black with #DC4132
Text Example
Text Example
White with #DC4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4132; }
p { color: rgb(220,65,50); }
H1.HeaderClassName
{
color: #DC4132;
}
.AnyTagClassName
{
color: #DC4132;
}
</style>
background-color css
<style>
a { background-color: #DC4132; }
a { background-color: rgb(220,65,50); }
div.DivClassName
{
background-color: #DC4132;
}
.BgClassName
{
background-color: #DC4132;
}
</style>
border-color css
<style>
span { border-color: #DC4132; }
span { border-color: rgb(220,65,50); }
td.TdClassName
{
border-color: #DC4132;
}
.TagClassName
{
border-color: #DC4132;
}
</style>