Shades of Cinnabar #DC3D2B
Tints of Cinnabar #DC3D2B
RGB
CMYK
RGB Variations
Color information
#DC3D2B (or 0xDC3D2B) is known color: Cinnabar. HEX triplet: DC, 3D and 2B. RGB value is (220,61,43). Sum of RGB (Red+Green+Blue) = 220+61+43=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D2B is #23C2D4. Grayscale: #6A6A6A. Windows color (decimal): -2343637 or 2833884. OLE color: 2833884.
HSL color Cylindrical-coordinate representation of color #DC3D2B: hue angle of 6.1º 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 #DC3D2B is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 43 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.14 |
| HSL | 6.1º | 0.72% | 0.52% | - |
| HSV(B) | 6.1º | 0.8% | 0.86% | - |
| XYZ | 31.62 | 18.73 | 4.23 | - |
| YUV | 106.49 | 92.18 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 43 | 0 | 0.72 | 0.80 | 0.14 | 6.1 | 0.72 | 0.52 |
| Hex | DC | 3D | 2B | 0 | 48 | 50 | E | 6 | 48 | 34 |
| Octal | 334 | 75 | 53 | 0 | 110 | 120 | 16 | 6 | 110 | 64 |
| Binary | 11011100 | 111101 | 101011 | 0 | 1001000 | 1010000 | 1110 | 110 | 1001000 | 110100 |
Color Harmonies of #DC3D2B
Complementary color
Monochromatic Colors of #DC3D2B
Black with #DC3D2B
Text Example
Text Example
White with #DC3D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D2B; }
p { color: rgb(220,61,43); }
H1.HeaderClassName
{
color: #DC3D2B;
}
.AnyTagClassName
{
color: #DC3D2B;
}
</style>
background-color css
<style>
a { background-color: #DC3D2B; }
a { background-color: rgb(220,61,43); }
div.DivClassName
{
background-color: #DC3D2B;
}
.BgClassName
{
background-color: #DC3D2B;
}
</style>
border-color css
<style>
span { border-color: #DC3D2B; }
span { border-color: rgb(220,61,43); }
td.TdClassName
{
border-color: #DC3D2B;
}
.TagClassName
{
border-color: #DC3D2B;
}
</style>