Shades of Cinnabar #DC3F2B
Tints of Cinnabar #DC3F2B
RGB
CMYK
RGB Variations
Color information
#DC3F2B (or 0xDC3F2B) is known color: Cinnabar. HEX triplet: DC, 3F and 2B. RGB value is (220,63,43). Sum of RGB (Red+Green+Blue) = 220+63+43=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F2B is #23C0D4. Grayscale: #6B6B6B. Windows color (decimal): -2343125 or 2834396. OLE color: 2834396.
HSL color Cylindrical-coordinate representation of color #DC3F2B: hue angle of 6.78º 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 #DC3F2B is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 43 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.14 |
| HSL | 6.78º | 0.72% | 0.52% | - |
| HSV(B) | 6.78º | 0.8% | 0.86% | - |
| XYZ | 31.73 | 18.95 | 4.27 | - |
| YUV | 107.66 | 91.51 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 43 | 0 | 0.71 | 0.80 | 0.14 | 6.78 | 0.72 | 0.52 |
| Hex | DC | 3F | 2B | 0 | 47 | 50 | E | 7 | 48 | 34 |
| Octal | 334 | 77 | 53 | 0 | 107 | 120 | 16 | 7 | 110 | 64 |
| Binary | 11011100 | 111111 | 101011 | 0 | 1000111 | 1010000 | 1110 | 111 | 1001000 | 110100 |
Color Harmonies of #DC3F2B
Complementary color
Monochromatic Colors of #DC3F2B
Black with #DC3F2B
Text Example
Text Example
White with #DC3F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F2B; }
p { color: rgb(220,63,43); }
H1.HeaderClassName
{
color: #DC3F2B;
}
.AnyTagClassName
{
color: #DC3F2B;
}
</style>
background-color css
<style>
a { background-color: #DC3F2B; }
a { background-color: rgb(220,63,43); }
div.DivClassName
{
background-color: #DC3F2B;
}
.BgClassName
{
background-color: #DC3F2B;
}
</style>
border-color css
<style>
span { border-color: #DC3F2B; }
span { border-color: rgb(220,63,43); }
td.TdClassName
{
border-color: #DC3F2B;
}
.TagClassName
{
border-color: #DC3F2B;
}
</style>