Shades of Cinnabar #DC3B28
Tints of Cinnabar #DC3B28
RGB
CMYK
RGB Variations
Color information
#DC3B28 (or 0xDC3B28) is known color: Cinnabar. HEX triplet: DC, 3B and 28. RGB value is (220,59,40). Sum of RGB (Red+Green+Blue) = 220+59+40=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B28 is #23C4D7. Grayscale: #696969. Windows color (decimal): -2344152 or 2636764. OLE color: 2636764.
HSL color Cylindrical-coordinate representation of color #DC3B28: hue angle of 6.33º 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 #DC3B28 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 40 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.14 |
| HSL | 6.33º | 0.72% | 0.51% | - |
| HSV(B) | 6.33º | 0.82% | 0.86% | - |
| XYZ | 31.46 | 18.5 | 3.92 | - |
| YUV | 104.97 | 91.34 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 40 | 0 | 0.73 | 0.82 | 0.14 | 6.33 | 0.72 | 0.51 |
| Hex | DC | 3B | 28 | 0 | 49 | 52 | E | 6 | 48 | 33 |
| Octal | 334 | 73 | 50 | 0 | 111 | 122 | 16 | 6 | 110 | 63 |
| Binary | 11011100 | 111011 | 101000 | 0 | 1001001 | 1010010 | 1110 | 110 | 1001000 | 110011 |
Color Harmonies of #DC3B28
Complementary color
Monochromatic Colors of #DC3B28
Black with #DC3B28
Text Example
Text Example
White with #DC3B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B28; }
p { color: rgb(220,59,40); }
H1.HeaderClassName
{
color: #DC3B28;
}
.AnyTagClassName
{
color: #DC3B28;
}
</style>
background-color css
<style>
a { background-color: #DC3B28; }
a { background-color: rgb(220,59,40); }
div.DivClassName
{
background-color: #DC3B28;
}
.BgClassName
{
background-color: #DC3B28;
}
</style>
border-color css
<style>
span { border-color: #DC3B28; }
span { border-color: rgb(220,59,40); }
td.TdClassName
{
border-color: #DC3B28;
}
.TagClassName
{
border-color: #DC3B28;
}
</style>