Shades of Cinnabar #DC352B
Tints of Cinnabar #DC352B
RGB
CMYK
RGB Variations
Color information
#DC352B (or 0xDC352B) is known color: Cinnabar. HEX triplet: DC, 35 and 2B. RGB value is (220,53,43). Sum of RGB (Red+Green+Blue) = 220+53+43=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC352B is #23CAD4. Grayscale: #666666. Windows color (decimal): -2345685 or 2831836. OLE color: 2831836.
HSL color Cylindrical-coordinate representation of color #DC352B: hue angle of 3.39º degrees, saturation: 0.72, 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 #DC352B is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 43 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.14 |
| HSL | 3.39º | 0.72% | 0.52% | - |
| HSV(B) | 3.39º | 0.8% | 0.86% | - |
| XYZ | 31.22 | 17.94 | 4.1 | - |
| YUV | 101.79 | 94.83 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 43 | 0 | 0.76 | 0.80 | 0.14 | 3.39 | 0.72 | 0.52 |
| Hex | DC | 35 | 2B | 0 | 4C | 50 | E | 3 | 48 | 34 |
| Octal | 334 | 65 | 53 | 0 | 114 | 120 | 16 | 3 | 110 | 64 |
| Binary | 11011100 | 110101 | 101011 | 0 | 1001100 | 1010000 | 1110 | 11 | 1001000 | 110100 |
Color Harmonies of #DC352B
Complementary color
Monochromatic Colors of #DC352B
Black with #DC352B
Text Example
Text Example
White with #DC352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC352B; }
p { color: rgb(220,53,43); }
H1.HeaderClassName
{
color: #DC352B;
}
.AnyTagClassName
{
color: #DC352B;
}
</style>
background-color css
<style>
a { background-color: #DC352B; }
a { background-color: rgb(220,53,43); }
div.DivClassName
{
background-color: #DC352B;
}
.BgClassName
{
background-color: #DC352B;
}
</style>
border-color css
<style>
span { border-color: #DC352B; }
span { border-color: rgb(220,53,43); }
td.TdClassName
{
border-color: #DC352B;
}
.TagClassName
{
border-color: #DC352B;
}
</style>