Shades of Cinnabar #DC3A31
Tints of Cinnabar #DC3A31
RGB
CMYK
RGB Variations
Color information
#DC3A31 (or 0xDC3A31) is known color: Cinnabar. HEX triplet: DC, 3A and 31. RGB value is (220,58,49). Sum of RGB (Red+Green+Blue) = 220+58+49=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3A31 is #23C5CE. Grayscale: #696969. Windows color (decimal): -2344399 or 3226332. OLE color: 3226332.
HSL color Cylindrical-coordinate representation of color #DC3A31: hue angle of 3.16º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3A31 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 49 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.14 |
| HSL | 3.16º | 0.71% | 0.53% | - |
| HSV(B) | 3.16º | 0.78% | 0.86% | - |
| XYZ | 31.58 | 18.46 | 4.8 | - |
| YUV | 105.41 | 96.17 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 49 | 0 | 0.74 | 0.78 | 0.14 | 3.16 | 0.71 | 0.53 |
| Hex | DC | 3A | 31 | 0 | 4A | 4E | E | 3 | 47 | 35 |
| Octal | 334 | 72 | 61 | 0 | 112 | 116 | 16 | 3 | 107 | 65 |
| Binary | 11011100 | 111010 | 110001 | 0 | 1001010 | 1001110 | 1110 | 11 | 1000111 | 110101 |
Color Harmonies of #DC3A31
Complementary color
Monochromatic Colors of #DC3A31
Black with #DC3A31
Text Example
Text Example
White with #DC3A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A31; }
p { color: rgb(220,58,49); }
H1.HeaderClassName
{
color: #DC3A31;
}
.AnyTagClassName
{
color: #DC3A31;
}
</style>
background-color css
<style>
a { background-color: #DC3A31; }
a { background-color: rgb(220,58,49); }
div.DivClassName
{
background-color: #DC3A31;
}
.BgClassName
{
background-color: #DC3A31;
}
</style>
border-color css
<style>
span { border-color: #DC3A31; }
span { border-color: rgb(220,58,49); }
td.TdClassName
{
border-color: #DC3A31;
}
.TagClassName
{
border-color: #DC3A31;
}
</style>