Shades of Cinnabar #DC3B37
Tints of Cinnabar #DC3B37
RGB
CMYK
RGB Variations
Color information
#DC3B37 (or 0xDC3B37) is known color: Cinnabar. HEX triplet: DC, 3B and 37. RGB value is (220,59,55). Sum of RGB (Red+Green+Blue) = 220+59+55=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B37 is #23C4C8. Grayscale: #6A6A6A. Windows color (decimal): -2344137 or 3619804. OLE color: 3619804.
HSL color Cylindrical-coordinate representation of color #DC3B37: hue angle of 1.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3B37 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 55 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.14 |
| HSL | 1.45º | 0.7% | 0.54% | - |
| HSV(B) | 1.45º | 0.75% | 0.86% | - |
| XYZ | 31.77 | 18.62 | 5.53 | - |
| YUV | 106.68 | 98.84 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 55 | 0 | 0.73 | 0.75 | 0.14 | 1.45 | 0.7 | 0.54 |
| Hex | DC | 3B | 37 | 0 | 49 | 4B | E | 1 | 46 | 36 |
| Octal | 334 | 73 | 67 | 0 | 111 | 113 | 16 | 1 | 106 | 66 |
| Binary | 11011100 | 111011 | 110111 | 0 | 1001001 | 1001011 | 1110 | 1 | 1000110 | 110110 |
Color Harmonies of #DC3B37
Complementary color
Monochromatic Colors of #DC3B37
Black with #DC3B37
Text Example
Text Example
White with #DC3B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B37; }
p { color: rgb(220,59,55); }
H1.HeaderClassName
{
color: #DC3B37;
}
.AnyTagClassName
{
color: #DC3B37;
}
</style>
background-color css
<style>
a { background-color: #DC3B37; }
a { background-color: rgb(220,59,55); }
div.DivClassName
{
background-color: #DC3B37;
}
.BgClassName
{
background-color: #DC3B37;
}
</style>
border-color css
<style>
span { border-color: #DC3B37; }
span { border-color: rgb(220,59,55); }
td.TdClassName
{
border-color: #DC3B37;
}
.TagClassName
{
border-color: #DC3B37;
}
</style>