Shades of Cinnabar #DC3834
Tints of Cinnabar #DC3834
RGB
CMYK
RGB Variations
Color information
#DC3834 (or 0xDC3834) is known color: Cinnabar. HEX triplet: DC, 38 and 34. RGB value is (220,56,52). Sum of RGB (Red+Green+Blue) = 220+56+52=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3834 is #23C7CB. Grayscale: #686868. Windows color (decimal): -2344908 or 3422428. OLE color: 3422428.
HSL color Cylindrical-coordinate representation of color #DC3834: hue angle of 1.43º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3834 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 52 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.14 |
| HSL | 1.43º | 0.71% | 0.53% | - |
| HSV(B) | 1.43º | 0.76% | 0.86% | - |
| XYZ | 31.55 | 18.29 | 5.12 | - |
| YUV | 104.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 52 | 0 | 0.75 | 0.76 | 0.14 | 1.43 | 0.71 | 0.53 |
| Hex | DC | 38 | 34 | 0 | 4B | 4C | E | 1 | 47 | 35 |
| Octal | 334 | 70 | 64 | 0 | 113 | 114 | 16 | 1 | 107 | 65 |
| Binary | 11011100 | 111000 | 110100 | 0 | 1001011 | 1001100 | 1110 | 1 | 1000111 | 110101 |
Color Harmonies of #DC3834
Complementary color
Monochromatic Colors of #DC3834
Black with #DC3834
Text Example
Text Example
White with #DC3834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3834; }
p { color: rgb(220,56,52); }
H1.HeaderClassName
{
color: #DC3834;
}
.AnyTagClassName
{
color: #DC3834;
}
</style>
background-color css
<style>
a { background-color: #DC3834; }
a { background-color: rgb(220,56,52); }
div.DivClassName
{
background-color: #DC3834;
}
.BgClassName
{
background-color: #DC3834;
}
</style>
border-color css
<style>
span { border-color: #DC3834; }
span { border-color: rgb(220,56,52); }
td.TdClassName
{
border-color: #DC3834;
}
.TagClassName
{
border-color: #DC3834;
}
</style>