Shades of Cinnabar #DC3A32
Tints of Cinnabar #DC3A32
RGB
CMYK
RGB Variations
Color information
#DC3A32 (or 0xDC3A32) is known color: Cinnabar. HEX triplet: DC, 3A and 32. RGB value is (220,58,50). Sum of RGB (Red+Green+Blue) = 220+58+50=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3A32 is #23C5CD. Grayscale: #696969. Windows color (decimal): -2344398 or 3291868. OLE color: 3291868.
HSL color Cylindrical-coordinate representation of color #DC3A32: hue angle of 2.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3A32 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 50 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.14 |
| HSL | 2.82º | 0.71% | 0.53% | - |
| HSV(B) | 2.82º | 0.77% | 0.86% | - |
| XYZ | 31.6 | 18.47 | 4.92 | - |
| YUV | 105.53 | 96.67 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 50 | 0 | 0.74 | 0.77 | 0.14 | 2.82 | 0.71 | 0.53 |
| Hex | DC | 3A | 32 | 0 | 4A | 4D | E | 3 | 47 | 35 |
| Octal | 334 | 72 | 62 | 0 | 112 | 115 | 16 | 3 | 107 | 65 |
| Binary | 11011100 | 111010 | 110010 | 0 | 1001010 | 1001101 | 1110 | 11 | 1000111 | 110101 |
Color Harmonies of #DC3A32
Complementary color
Monochromatic Colors of #DC3A32
Black with #DC3A32
Text Example
Text Example
White with #DC3A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A32; }
p { color: rgb(220,58,50); }
H1.HeaderClassName
{
color: #DC3A32;
}
.AnyTagClassName
{
color: #DC3A32;
}
</style>
background-color css
<style>
a { background-color: #DC3A32; }
a { background-color: rgb(220,58,50); }
div.DivClassName
{
background-color: #DC3A32;
}
.BgClassName
{
background-color: #DC3A32;
}
</style>
border-color css
<style>
span { border-color: #DC3A32; }
span { border-color: rgb(220,58,50); }
td.TdClassName
{
border-color: #DC3A32;
}
.TagClassName
{
border-color: #DC3A32;
}
</style>