Shades of Cinnabar #DC3D32
Tints of Cinnabar #DC3D32
RGB
CMYK
RGB Variations
Color information
#DC3D32 (or 0xDC3D32) is known color: Cinnabar. HEX triplet: DC, 3D and 32. RGB value is (220,61,50). Sum of RGB (Red+Green+Blue) = 220+61+50=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D32 is #23C2CD. Grayscale: #6B6B6B. Windows color (decimal): -2343630 or 3292636. OLE color: 3292636.
HSL color Cylindrical-coordinate representation of color #DC3D32: hue angle of 3.88º 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 #DC3D32 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 50 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.14 |
| HSL | 3.88º | 0.71% | 0.53% | - |
| HSV(B) | 3.88º | 0.77% | 0.86% | - |
| XYZ | 31.76 | 18.78 | 4.97 | - |
| YUV | 107.29 | 95.68 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 50 | 0 | 0.72 | 0.77 | 0.14 | 3.88 | 0.71 | 0.53 |
| Hex | DC | 3D | 32 | 0 | 48 | 4D | E | 4 | 47 | 35 |
| Octal | 334 | 75 | 62 | 0 | 110 | 115 | 16 | 4 | 107 | 65 |
| Binary | 11011100 | 111101 | 110010 | 0 | 1001000 | 1001101 | 1110 | 100 | 1000111 | 110101 |
Color Harmonies of #DC3D32
Complementary color
Monochromatic Colors of #DC3D32
Black with #DC3D32
Text Example
Text Example
White with #DC3D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D32; }
p { color: rgb(220,61,50); }
H1.HeaderClassName
{
color: #DC3D32;
}
.AnyTagClassName
{
color: #DC3D32;
}
</style>
background-color css
<style>
a { background-color: #DC3D32; }
a { background-color: rgb(220,61,50); }
div.DivClassName
{
background-color: #DC3D32;
}
.BgClassName
{
background-color: #DC3D32;
}
</style>
border-color css
<style>
span { border-color: #DC3D32; }
span { border-color: rgb(220,61,50); }
td.TdClassName
{
border-color: #DC3D32;
}
.TagClassName
{
border-color: #DC3D32;
}
</style>