Shades of Cinnabar #DC3628
Tints of Cinnabar #DC3628
RGB
CMYK
RGB Variations
Color information
#DC3628 (or 0xDC3628) is known color: Cinnabar. HEX triplet: DC, 36 and 28. RGB value is (220,54,40). Sum of RGB (Red+Green+Blue) = 220+54+40=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3628 is #23C9D7. Grayscale: #666666. Windows color (decimal): -2345432 or 2635484. OLE color: 2635484.
HSL color Cylindrical-coordinate representation of color #DC3628: hue angle of 4.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC3628 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 40 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.14 |
| HSL | 4.67º | 0.72% | 0.51% | - |
| HSV(B) | 4.67º | 0.82% | 0.86% | - |
| XYZ | 31.22 | 18.01 | 3.84 | - |
| YUV | 102.04 | 93 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 40 | 0 | 0.75 | 0.82 | 0.14 | 4.67 | 0.72 | 0.51 |
| Hex | DC | 36 | 28 | 0 | 4B | 52 | E | 5 | 48 | 33 |
| Octal | 334 | 66 | 50 | 0 | 113 | 122 | 16 | 5 | 110 | 63 |
| Binary | 11011100 | 110110 | 101000 | 0 | 1001011 | 1010010 | 1110 | 101 | 1001000 | 110011 |
Color Harmonies of #DC3628
Complementary color
Monochromatic Colors of #DC3628
Black with #DC3628
Text Example
Text Example
White with #DC3628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3628; }
p { color: rgb(220,54,40); }
H1.HeaderClassName
{
color: #DC3628;
}
.AnyTagClassName
{
color: #DC3628;
}
</style>
background-color css
<style>
a { background-color: #DC3628; }
a { background-color: rgb(220,54,40); }
div.DivClassName
{
background-color: #DC3628;
}
.BgClassName
{
background-color: #DC3628;
}
</style>
border-color css
<style>
span { border-color: #DC3628; }
span { border-color: rgb(220,54,40); }
td.TdClassName
{
border-color: #DC3628;
}
.TagClassName
{
border-color: #DC3628;
}
</style>