Shades of Cinnabar #DC4521
Tints of Cinnabar #DC4521
RGB
CMYK
RGB Variations
Color information
#DC4521 (or 0xDC4521) is known color: Cinnabar. HEX triplet: DC, 45 and 21. RGB value is (220,69,33). Sum of RGB (Red+Green+Blue) = 220+69+33=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4521 is #23BADE. Grayscale: #6E6E6E. Windows color (decimal): -2341599 or 2180572. OLE color: 2180572.
HSL color Cylindrical-coordinate representation of color #DC4521: hue angle of 11.55º 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 #DC4521 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 33 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.14 |
| HSL | 11.55º | 0.74% | 0.5% | - |
| HSV(B) | 11.55º | 0.85% | 0.86% | - |
| XYZ | 31.92 | 19.58 | 3.54 | - |
| YUV | 110.05 | 84.53 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 33 | 0 | 0.69 | 0.85 | 0.14 | 11.55 | 0.74 | 0.5 |
| Hex | DC | 45 | 21 | 0 | 45 | 55 | E | C | 4A | 32 |
| Octal | 334 | 105 | 41 | 0 | 105 | 125 | 16 | 14 | 112 | 62 |
| Binary | 11011100 | 1000101 | 100001 | 0 | 1000101 | 1010101 | 1110 | 1100 | 1001010 | 110010 |
Color Harmonies of #DC4521
Complementary color
Monochromatic Colors of #DC4521
Black with #DC4521
Text Example
Text Example
White with #DC4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4521; }
p { color: rgb(220,69,33); }
H1.HeaderClassName
{
color: #DC4521;
}
.AnyTagClassName
{
color: #DC4521;
}
</style>
background-color css
<style>
a { background-color: #DC4521; }
a { background-color: rgb(220,69,33); }
div.DivClassName
{
background-color: #DC4521;
}
.BgClassName
{
background-color: #DC4521;
}
</style>
border-color css
<style>
span { border-color: #DC4521; }
span { border-color: rgb(220,69,33); }
td.TdClassName
{
border-color: #DC4521;
}
.TagClassName
{
border-color: #DC4521;
}
</style>