Shades of Cinnabar #DC3C28
Tints of Cinnabar #DC3C28
RGB
CMYK
RGB Variations
Color information
#DC3C28 (or 0xDC3C28) is known color: Cinnabar. HEX triplet: DC, 3C and 28. RGB value is (220,60,40). Sum of RGB (Red+Green+Blue) = 220+60+40=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C28 is #23C3D7. Grayscale: #696969. Windows color (decimal): -2343896 or 2637020. OLE color: 2637020.
HSL color Cylindrical-coordinate representation of color #DC3C28: hue angle of 6.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 #DC3C28 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 40 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.14 |
| HSL | 6.67º | 0.72% | 0.51% | - |
| HSV(B) | 6.67º | 0.82% | 0.86% | - |
| XYZ | 31.51 | 18.6 | 3.94 | - |
| YUV | 105.56 | 91.01 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 40 | 0 | 0.73 | 0.82 | 0.14 | 6.67 | 0.72 | 0.51 |
| Hex | DC | 3C | 28 | 0 | 49 | 52 | E | 7 | 48 | 33 |
| Octal | 334 | 74 | 50 | 0 | 111 | 122 | 16 | 7 | 110 | 63 |
| Binary | 11011100 | 111100 | 101000 | 0 | 1001001 | 1010010 | 1110 | 111 | 1001000 | 110011 |
Color Harmonies of #DC3C28
Complementary color
Monochromatic Colors of #DC3C28
Black with #DC3C28
Text Example
Text Example
White with #DC3C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3C28; }
p { color: rgb(220,60,40); }
H1.HeaderClassName
{
color: #DC3C28;
}
.AnyTagClassName
{
color: #DC3C28;
}
</style>
background-color css
<style>
a { background-color: #DC3C28; }
a { background-color: rgb(220,60,40); }
div.DivClassName
{
background-color: #DC3C28;
}
.BgClassName
{
background-color: #DC3C28;
}
</style>
border-color css
<style>
span { border-color: #DC3C28; }
span { border-color: rgb(220,60,40); }
td.TdClassName
{
border-color: #DC3C28;
}
.TagClassName
{
border-color: #DC3C28;
}
</style>