Shades of Cinnabar #DC4633
Tints of Cinnabar #DC4633
RGB
CMYK
RGB Variations
Color information
#DC4633 (or 0xDC4633) is known color: Cinnabar. HEX triplet: DC, 46 and 33. RGB value is (220,70,51). Sum of RGB (Red+Green+Blue) = 220+70+51=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4633 is #23B9CC. Grayscale: #707070. Windows color (decimal): -2341325 or 3360476. OLE color: 3360476.
HSL color Cylindrical-coordinate representation of color #DC4633: hue angle of 6.75º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC4633 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 51 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.14 |
| HSL | 6.75º | 0.71% | 0.53% | - |
| HSV(B) | 6.75º | 0.77% | 0.86% | - |
| XYZ | 32.3 | 19.83 | 5.26 | - |
| YUV | 112.68 | 93.2 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 51 | 0 | 0.68 | 0.77 | 0.14 | 6.75 | 0.71 | 0.53 |
| Hex | DC | 46 | 33 | 0 | 44 | 4D | E | 7 | 47 | 35 |
| Octal | 334 | 106 | 63 | 0 | 104 | 115 | 16 | 7 | 107 | 65 |
| Binary | 11011100 | 1000110 | 110011 | 0 | 1000100 | 1001101 | 1110 | 111 | 1000111 | 110101 |
Color Harmonies of #DC4633
Complementary color
Monochromatic Colors of #DC4633
Black with #DC4633
Text Example
Text Example
White with #DC4633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4633; }
p { color: rgb(220,70,51); }
H1.HeaderClassName
{
color: #DC4633;
}
.AnyTagClassName
{
color: #DC4633;
}
</style>
background-color css
<style>
a { background-color: #DC4633; }
a { background-color: rgb(220,70,51); }
div.DivClassName
{
background-color: #DC4633;
}
.BgClassName
{
background-color: #DC4633;
}
</style>
border-color css
<style>
span { border-color: #DC4633; }
span { border-color: rgb(220,70,51); }
td.TdClassName
{
border-color: #DC4633;
}
.TagClassName
{
border-color: #DC4633;
}
</style>