Shades of Cinnabar #DC3922
Tints of Cinnabar #DC3922
RGB
CMYK
RGB Variations
Color information
#DC3922 (or 0xDC3922) is known color: Cinnabar. HEX triplet: DC, 39 and 22. RGB value is (220,57,34). Sum of RGB (Red+Green+Blue) = 220+57+34=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3922 is #23C6DD. Grayscale: #676767. Windows color (decimal): -2344670 or 2243036. OLE color: 2243036.
HSL color Cylindrical-coordinate representation of color #DC3922: hue angle of 7.42º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC3922 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 34 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.14 |
| HSL | 7.42º | 0.73% | 0.5% | - |
| HSV(B) | 7.42º | 0.85% | 0.86% | - |
| XYZ | 31.27 | 18.26 | 3.39 | - |
| YUV | 103.12 | 89 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 34 | 0 | 0.74 | 0.85 | 0.14 | 7.42 | 0.73 | 0.5 |
| Hex | DC | 39 | 22 | 0 | 4A | 55 | E | 7 | 49 | 32 |
| Octal | 334 | 71 | 42 | 0 | 112 | 125 | 16 | 7 | 111 | 62 |
| Binary | 11011100 | 111001 | 100010 | 0 | 1001010 | 1010101 | 1110 | 111 | 1001001 | 110010 |
Color Harmonies of #DC3922
Complementary color
Monochromatic Colors of #DC3922
Black with #DC3922
Text Example
Text Example
White with #DC3922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3922; }
p { color: rgb(220,57,34); }
H1.HeaderClassName
{
color: #DC3922;
}
.AnyTagClassName
{
color: #DC3922;
}
</style>
background-color css
<style>
a { background-color: #DC3922; }
a { background-color: rgb(220,57,34); }
div.DivClassName
{
background-color: #DC3922;
}
.BgClassName
{
background-color: #DC3922;
}
</style>
border-color css
<style>
span { border-color: #DC3922; }
span { border-color: rgb(220,57,34); }
td.TdClassName
{
border-color: #DC3922;
}
.TagClassName
{
border-color: #DC3922;
}
</style>