Shades of Cinnabar #DC3A22
Tints of Cinnabar #DC3A22
RGB
CMYK
RGB Variations
Color information
#DC3A22 (or 0xDC3A22) is known color: Cinnabar. HEX triplet: DC, 3A and 22. RGB value is (220,58,34). Sum of RGB (Red+Green+Blue) = 220+58+34=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3A22 is #23C5DD. Grayscale: #676767. Windows color (decimal): -2344414 or 2243292. OLE color: 2243292.
HSL color Cylindrical-coordinate representation of color #DC3A22: hue angle of 7.74º 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 #DC3A22 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 34 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.14 |
| HSL | 7.74º | 0.73% | 0.5% | - |
| HSV(B) | 7.74º | 0.85% | 0.86% | - |
| XYZ | 31.32 | 18.36 | 3.41 | - |
| YUV | 103.7 | 88.67 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 34 | 0 | 0.74 | 0.85 | 0.14 | 7.74 | 0.73 | 0.5 |
| Hex | DC | 3A | 22 | 0 | 4A | 55 | E | 8 | 49 | 32 |
| Octal | 334 | 72 | 42 | 0 | 112 | 125 | 16 | 10 | 111 | 62 |
| Binary | 11011100 | 111010 | 100010 | 0 | 1001010 | 1010101 | 1110 | 1000 | 1001001 | 110010 |
Color Harmonies of #DC3A22
Complementary color
Monochromatic Colors of #DC3A22
Black with #DC3A22
Text Example
Text Example
White with #DC3A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A22; }
p { color: rgb(220,58,34); }
H1.HeaderClassName
{
color: #DC3A22;
}
.AnyTagClassName
{
color: #DC3A22;
}
</style>
background-color css
<style>
a { background-color: #DC3A22; }
a { background-color: rgb(220,58,34); }
div.DivClassName
{
background-color: #DC3A22;
}
.BgClassName
{
background-color: #DC3A22;
}
</style>
border-color css
<style>
span { border-color: #DC3A22; }
span { border-color: rgb(220,58,34); }
td.TdClassName
{
border-color: #DC3A22;
}
.TagClassName
{
border-color: #DC3A22;
}
</style>