Shades of Cinnabar #DC3A39
Tints of Cinnabar #DC3A39
RGB
CMYK
RGB Variations
Color information
#DC3A39 (or 0xDC3A39) is known color: Cinnabar. HEX triplet: DC, 3A and 39. RGB value is (220,58,57). Sum of RGB (Red+Green+Blue) = 220+58+57=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3A39 is #23C5C6. Grayscale: #6A6A6A. Windows color (decimal): -2344391 or 3750620. OLE color: 3750620.
HSL color Cylindrical-coordinate representation of color #DC3A39: hue angle of 0.37º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3A39 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 57 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.14 |
| HSL | 0.37º | 0.7% | 0.54% | - |
| HSV(B) | 0.37º | 0.74% | 0.86% | - |
| XYZ | 31.77 | 18.54 | 5.77 | - |
| YUV | 106.32 | 100.17 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 57 | 0 | 0.74 | 0.74 | 0.14 | 0.37 | 0.7 | 0.54 |
| Hex | DC | 3A | 39 | 0 | 4A | 4A | E | 0 | 46 | 36 |
| Octal | 334 | 72 | 71 | 0 | 112 | 112 | 16 | 0 | 106 | 66 |
| Binary | 11011100 | 111010 | 111001 | 0 | 1001010 | 1001010 | 1110 | 0 | 1000110 | 110110 |
Color Harmonies of #DC3A39
Complementary color
Monochromatic Colors of #DC3A39
Black with #DC3A39
Text Example
Text Example
White with #DC3A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A39; }
p { color: rgb(220,58,57); }
H1.HeaderClassName
{
color: #DC3A39;
}
.AnyTagClassName
{
color: #DC3A39;
}
</style>
background-color css
<style>
a { background-color: #DC3A39; }
a { background-color: rgb(220,58,57); }
div.DivClassName
{
background-color: #DC3A39;
}
.BgClassName
{
background-color: #DC3A39;
}
</style>
border-color css
<style>
span { border-color: #DC3A39; }
span { border-color: rgb(220,58,57); }
td.TdClassName
{
border-color: #DC3A39;
}
.TagClassName
{
border-color: #DC3A39;
}
</style>