Shades of Cinnabar #DC4A3B
Tints of Cinnabar #DC4A3B
RGB
CMYK
RGB Variations
Color information
#DC4A3B (or 0xDC4A3B) is known color: Cinnabar. HEX triplet: DC, 4A and 3B. RGB value is (220,74,59). Sum of RGB (Red+Green+Blue) = 220+74+59=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A3B is #23B5C4. Grayscale: #747474. Windows color (decimal): -2340293 or 3885788. OLE color: 3885788.
HSL color Cylindrical-coordinate representation of color #DC4A3B: hue angle of 5.59º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC4A3B is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 59 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.14 |
| HSL | 5.59º | 0.7% | 0.55% | - |
| HSV(B) | 5.59º | 0.73% | 0.86% | - |
| XYZ | 32.75 | 20.43 | 6.35 | - |
| YUV | 115.94 | 95.87 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 59 | 0 | 0.66 | 0.73 | 0.14 | 5.59 | 0.7 | 0.55 |
| Hex | DC | 4A | 3B | 0 | 42 | 49 | E | 6 | 46 | 37 |
| Octal | 334 | 112 | 73 | 0 | 102 | 111 | 16 | 6 | 106 | 67 |
| Binary | 11011100 | 1001010 | 111011 | 0 | 1000010 | 1001001 | 1110 | 110 | 1000110 | 110111 |
Color Harmonies of #DC4A3B
Complementary color
Monochromatic Colors of #DC4A3B
Black with #DC4A3B
Text Example
Text Example
White with #DC4A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A3B; }
p { color: rgb(220,74,59); }
H1.HeaderClassName
{
color: #DC4A3B;
}
.AnyTagClassName
{
color: #DC4A3B;
}
</style>
background-color css
<style>
a { background-color: #DC4A3B; }
a { background-color: rgb(220,74,59); }
div.DivClassName
{
background-color: #DC4A3B;
}
.BgClassName
{
background-color: #DC4A3B;
}
</style>
border-color css
<style>
span { border-color: #DC4A3B; }
span { border-color: rgb(220,74,59); }
td.TdClassName
{
border-color: #DC4A3B;
}
.TagClassName
{
border-color: #DC4A3B;
}
</style>