Shades of Cinnabar #DC4B37
Tints of Cinnabar #DC4B37
RGB
CMYK
RGB Variations
Color information
#DC4B37 (or 0xDC4B37) is known color: Cinnabar. HEX triplet: DC, 4B and 37. RGB value is (220,75,55). Sum of RGB (Red+Green+Blue) = 220+75+55=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4B37 is #23B4C8. Grayscale: #747474. Windows color (decimal): -2340041 or 3623900. OLE color: 3623900.
HSL color Cylindrical-coordinate representation of color #DC4B37: hue angle of 7.27º 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 #DC4B37 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 55 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.14 |
| HSL | 7.27º | 0.7% | 0.54% | - |
| HSV(B) | 7.27º | 0.75% | 0.86% | - |
| XYZ | 32.72 | 20.52 | 5.85 | - |
| YUV | 116.08 | 93.54 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 55 | 0 | 0.66 | 0.75 | 0.14 | 7.27 | 0.7 | 0.54 |
| Hex | DC | 4B | 37 | 0 | 42 | 4B | E | 7 | 46 | 36 |
| Octal | 334 | 113 | 67 | 0 | 102 | 113 | 16 | 7 | 106 | 66 |
| Binary | 11011100 | 1001011 | 110111 | 0 | 1000010 | 1001011 | 1110 | 111 | 1000110 | 110110 |
Color Harmonies of #DC4B37
Complementary color
Monochromatic Colors of #DC4B37
Black with #DC4B37
Text Example
Text Example
White with #DC4B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B37; }
p { color: rgb(220,75,55); }
H1.HeaderClassName
{
color: #DC4B37;
}
.AnyTagClassName
{
color: #DC4B37;
}
</style>
background-color css
<style>
a { background-color: #DC4B37; }
a { background-color: rgb(220,75,55); }
div.DivClassName
{
background-color: #DC4B37;
}
.BgClassName
{
background-color: #DC4B37;
}
</style>
border-color css
<style>
span { border-color: #DC4B37; }
span { border-color: rgb(220,75,55); }
td.TdClassName
{
border-color: #DC4B37;
}
.TagClassName
{
border-color: #DC4B37;
}
</style>