Shades of Cinnabar #DC4321
Tints of Cinnabar #DC4321
RGB
CMYK
RGB Variations
Color information
#DC4321 (or 0xDC4321) is known color: Cinnabar. HEX triplet: DC, 43 and 21. RGB value is (220,67,33). Sum of RGB (Red+Green+Blue) = 220+67+33=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4321 is #23BCDE. Grayscale: #6D6D6D. Windows color (decimal): -2342111 or 2180060. OLE color: 2180060.
HSL color Cylindrical-coordinate representation of color #DC4321: hue angle of 10.91º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC4321 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 33 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.14 |
| HSL | 10.91º | 0.74% | 0.5% | - |
| HSV(B) | 10.91º | 0.85% | 0.86% | - |
| XYZ | 31.8 | 19.34 | 3.5 | - |
| YUV | 108.87 | 85.19 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 33 | 0 | 0.70 | 0.85 | 0.14 | 10.91 | 0.74 | 0.5 |
| Hex | DC | 43 | 21 | 0 | 46 | 55 | E | B | 4A | 32 |
| Octal | 334 | 103 | 41 | 0 | 106 | 125 | 16 | 13 | 112 | 62 |
| Binary | 11011100 | 1000011 | 100001 | 0 | 1000110 | 1010101 | 1110 | 1011 | 1001010 | 110010 |
Color Harmonies of #DC4321
Complementary color
Monochromatic Colors of #DC4321
Black with #DC4321
Text Example
Text Example
White with #DC4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4321; }
p { color: rgb(220,67,33); }
H1.HeaderClassName
{
color: #DC4321;
}
.AnyTagClassName
{
color: #DC4321;
}
</style>
background-color css
<style>
a { background-color: #DC4321; }
a { background-color: rgb(220,67,33); }
div.DivClassName
{
background-color: #DC4321;
}
.BgClassName
{
background-color: #DC4321;
}
</style>
border-color css
<style>
span { border-color: #DC4321; }
span { border-color: rgb(220,67,33); }
td.TdClassName
{
border-color: #DC4321;
}
.TagClassName
{
border-color: #DC4321;
}
</style>