Shades of Cinnabar #DC3B2D
Tints of Cinnabar #DC3B2D
RGB
CMYK
RGB Variations
Color information
#DC3B2D (or 0xDC3B2D) is known color: Cinnabar. HEX triplet: DC, 3B and 2D. RGB value is (220,59,45). Sum of RGB (Red+Green+Blue) = 220+59+45=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B2D is #23C4D2. Grayscale: #696969. Windows color (decimal): -2344147 or 2964444. OLE color: 2964444.
HSL color Cylindrical-coordinate representation of color #DC3B2D: hue angle of 4.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC3B2D is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 45 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.14 |
| HSL | 4.8º | 0.71% | 0.52% | - |
| HSV(B) | 4.8º | 0.8% | 0.86% | - |
| XYZ | 31.55 | 18.53 | 4.4 | - |
| YUV | 105.54 | 93.84 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 45 | 0 | 0.73 | 0.80 | 0.14 | 4.8 | 0.71 | 0.52 |
| Hex | DC | 3B | 2D | 0 | 49 | 50 | E | 5 | 47 | 34 |
| Octal | 334 | 73 | 55 | 0 | 111 | 120 | 16 | 5 | 107 | 64 |
| Binary | 11011100 | 111011 | 101101 | 0 | 1001001 | 1010000 | 1110 | 101 | 1000111 | 110100 |
Color Harmonies of #DC3B2D
Complementary color
Monochromatic Colors of #DC3B2D
Black with #DC3B2D
Text Example
Text Example
White with #DC3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B2D; }
p { color: rgb(220,59,45); }
H1.HeaderClassName
{
color: #DC3B2D;
}
.AnyTagClassName
{
color: #DC3B2D;
}
</style>
background-color css
<style>
a { background-color: #DC3B2D; }
a { background-color: rgb(220,59,45); }
div.DivClassName
{
background-color: #DC3B2D;
}
.BgClassName
{
background-color: #DC3B2D;
}
</style>
border-color css
<style>
span { border-color: #DC3B2D; }
span { border-color: rgb(220,59,45); }
td.TdClassName
{
border-color: #DC3B2D;
}
.TagClassName
{
border-color: #DC3B2D;
}
</style>