Shades of Cinnabar #DC3532
Tints of Cinnabar #DC3532
RGB
CMYK
RGB Variations
Color information
#DC3532 (or 0xDC3532) is known color: Cinnabar. HEX triplet: DC, 35 and 32. RGB value is (220,53,50). Sum of RGB (Red+Green+Blue) = 220+53+50=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3532 is #23CACD. Grayscale: #666666. Windows color (decimal): -2345678 or 3290588. OLE color: 3290588.
HSL color Cylindrical-coordinate representation of color #DC3532: hue angle of 1.06º 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 #DC3532 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 50 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.14 |
| HSL | 1.06º | 0.71% | 0.53% | - |
| HSV(B) | 1.06º | 0.77% | 0.86% | - |
| XYZ | 31.36 | 17.99 | 4.84 | - |
| YUV | 102.59 | 98.33 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 50 | 0 | 0.76 | 0.77 | 0.14 | 1.06 | 0.71 | 0.53 |
| Hex | DC | 35 | 32 | 0 | 4C | 4D | E | 1 | 47 | 35 |
| Octal | 334 | 65 | 62 | 0 | 114 | 115 | 16 | 1 | 107 | 65 |
| Binary | 11011100 | 110101 | 110010 | 0 | 1001100 | 1001101 | 1110 | 1 | 1000111 | 110101 |
Color Harmonies of #DC3532
Complementary color
Monochromatic Colors of #DC3532
Black with #DC3532
Text Example
Text Example
White with #DC3532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3532; }
p { color: rgb(220,53,50); }
H1.HeaderClassName
{
color: #DC3532;
}
.AnyTagClassName
{
color: #DC3532;
}
</style>
background-color css
<style>
a { background-color: #DC3532; }
a { background-color: rgb(220,53,50); }
div.DivClassName
{
background-color: #DC3532;
}
.BgClassName
{
background-color: #DC3532;
}
</style>
border-color css
<style>
span { border-color: #DC3532; }
span { border-color: rgb(220,53,50); }
td.TdClassName
{
border-color: #DC3532;
}
.TagClassName
{
border-color: #DC3532;
}
</style>