Shades of Cinnabar #DC4336
Tints of Cinnabar #DC4336
RGB
CMYK
RGB Variations
Color information
#DC4336 (or 0xDC4336) is known color: Cinnabar. HEX triplet: DC, 43 and 36. RGB value is (220,67,54). Sum of RGB (Red+Green+Blue) = 220+67+54=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4336 is #23BCC9. Grayscale: #6F6F6F. Windows color (decimal): -2342090 or 3556316. OLE color: 3556316.
HSL color Cylindrical-coordinate representation of color #DC4336: hue angle of 4.7º 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 #DC4336 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 54 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.14 |
| HSL | 4.7º | 0.7% | 0.54% | - |
| HSV(B) | 4.7º | 0.75% | 0.86% | - |
| XYZ | 32.19 | 19.5 | 5.56 | - |
| YUV | 111.27 | 95.69 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 54 | 0 | 0.70 | 0.75 | 0.14 | 4.7 | 0.7 | 0.54 |
| Hex | DC | 43 | 36 | 0 | 46 | 4B | E | 5 | 46 | 36 |
| Octal | 334 | 103 | 66 | 0 | 106 | 113 | 16 | 5 | 106 | 66 |
| Binary | 11011100 | 1000011 | 110110 | 0 | 1000110 | 1001011 | 1110 | 101 | 1000110 | 110110 |
Color Harmonies of #DC4336
Complementary color
Monochromatic Colors of #DC4336
Black with #DC4336
Text Example
Text Example
White with #DC4336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4336; }
p { color: rgb(220,67,54); }
H1.HeaderClassName
{
color: #DC4336;
}
.AnyTagClassName
{
color: #DC4336;
}
</style>
background-color css
<style>
a { background-color: #DC4336; }
a { background-color: rgb(220,67,54); }
div.DivClassName
{
background-color: #DC4336;
}
.BgClassName
{
background-color: #DC4336;
}
</style>
border-color css
<style>
span { border-color: #DC4336; }
span { border-color: rgb(220,67,54); }
td.TdClassName
{
border-color: #DC4336;
}
.TagClassName
{
border-color: #DC4336;
}
</style>