Shades of Cinnabar #DC3E2B
Tints of Cinnabar #DC3E2B
RGB
CMYK
RGB Variations
Color information
#DC3E2B (or 0xDC3E2B) is known color: Cinnabar. HEX triplet: DC, 3E and 2B. RGB value is (220,62,43). Sum of RGB (Red+Green+Blue) = 220+62+43=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E2B is #23C1D4. Grayscale: #6B6B6B. Windows color (decimal): -2343381 or 2834140. OLE color: 2834140.
HSL color Cylindrical-coordinate representation of color #DC3E2B: hue angle of 6.44º 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 #DC3E2B is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 43 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.14 |
| HSL | 6.44º | 0.72% | 0.52% | - |
| HSV(B) | 6.44º | 0.8% | 0.86% | - |
| XYZ | 31.67 | 18.84 | 4.25 | - |
| YUV | 107.08 | 91.85 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 43 | 0 | 0.72 | 0.80 | 0.14 | 6.44 | 0.72 | 0.52 |
| Hex | DC | 3E | 2B | 0 | 48 | 50 | E | 6 | 48 | 34 |
| Octal | 334 | 76 | 53 | 0 | 110 | 120 | 16 | 6 | 110 | 64 |
| Binary | 11011100 | 111110 | 101011 | 0 | 1001000 | 1010000 | 1110 | 110 | 1001000 | 110100 |
Color Harmonies of #DC3E2B
Complementary color
Monochromatic Colors of #DC3E2B
Black with #DC3E2B
Text Example
Text Example
White with #DC3E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E2B; }
p { color: rgb(220,62,43); }
H1.HeaderClassName
{
color: #DC3E2B;
}
.AnyTagClassName
{
color: #DC3E2B;
}
</style>
background-color css
<style>
a { background-color: #DC3E2B; }
a { background-color: rgb(220,62,43); }
div.DivClassName
{
background-color: #DC3E2B;
}
.BgClassName
{
background-color: #DC3E2B;
}
</style>
border-color css
<style>
span { border-color: #DC3E2B; }
span { border-color: rgb(220,62,43); }
td.TdClassName
{
border-color: #DC3E2B;
}
.TagClassName
{
border-color: #DC3E2B;
}
</style>