Shades of Cinnabar #DC3632
Tints of Cinnabar #DC3632
RGB
CMYK
RGB Variations
Color information
#DC3632 (or 0xDC3632) is known color: Cinnabar. HEX triplet: DC, 36 and 32. RGB value is (220,54,50). Sum of RGB (Red+Green+Blue) = 220+54+50=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3632 is #23C9CD. Grayscale: #676767. Windows color (decimal): -2345422 or 3290844. OLE color: 3290844.
HSL color Cylindrical-coordinate representation of color #DC3632: hue angle of 1.41º 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 #DC3632 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 50 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.14 |
| HSL | 1.41º | 0.71% | 0.53% | - |
| HSV(B) | 1.41º | 0.77% | 0.86% | - |
| XYZ | 31.41 | 18.08 | 4.85 | - |
| YUV | 103.18 | 98 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 50 | 0 | 0.75 | 0.77 | 0.14 | 1.41 | 0.71 | 0.53 |
| Hex | DC | 36 | 32 | 0 | 4B | 4D | E | 1 | 47 | 35 |
| Octal | 334 | 66 | 62 | 0 | 113 | 115 | 16 | 1 | 107 | 65 |
| Binary | 11011100 | 110110 | 110010 | 0 | 1001011 | 1001101 | 1110 | 1 | 1000111 | 110101 |
Color Harmonies of #DC3632
Complementary color
Monochromatic Colors of #DC3632
Black with #DC3632
Text Example
Text Example
White with #DC3632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3632; }
p { color: rgb(220,54,50); }
H1.HeaderClassName
{
color: #DC3632;
}
.AnyTagClassName
{
color: #DC3632;
}
</style>
background-color css
<style>
a { background-color: #DC3632; }
a { background-color: rgb(220,54,50); }
div.DivClassName
{
background-color: #DC3632;
}
.BgClassName
{
background-color: #DC3632;
}
</style>
border-color css
<style>
span { border-color: #DC3632; }
span { border-color: rgb(220,54,50); }
td.TdClassName
{
border-color: #DC3632;
}
.TagClassName
{
border-color: #DC3632;
}
</style>