Shades of Cinnabar #DC523A
Tints of Cinnabar #DC523A
RGB
CMYK
RGB Variations
Color information
#DC523A (or 0xDC523A) is known color: Cinnabar. HEX triplet: DC, 52 and 3A. RGB value is (220,82,58). Sum of RGB (Red+Green+Blue) = 220+82+58=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC523A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC523A is #23ADC5. Grayscale: #787878. Windows color (decimal): -2338246 or 3822300. OLE color: 3822300.
HSL color Cylindrical-coordinate representation of color #DC523A: hue angle of 8.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC523A is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 58 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.14 |
| HSL | 8.89º | 0.7% | 0.55% | - |
| HSV(B) | 8.89º | 0.74% | 0.86% | - |
| XYZ | 33.3 | 21.56 | 6.41 | - |
| YUV | 120.53 | 92.72 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 58 | 0 | 0.63 | 0.74 | 0.14 | 8.89 | 0.7 | 0.55 |
| Hex | DC | 52 | 3A | 0 | 3F | 4A | E | 9 | 46 | 37 |
| Octal | 334 | 122 | 72 | 0 | 77 | 112 | 16 | 11 | 106 | 67 |
| Binary | 11011100 | 1010010 | 111010 | 0 | 111111 | 1001010 | 1110 | 1001 | 1000110 | 110111 |
Color Harmonies of #DC523A
Complementary color
Monochromatic Colors of #DC523A
Black with #DC523A
Text Example
Text Example
White with #DC523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC523A; }
p { color: rgb(220,82,58); }
H1.HeaderClassName
{
color: #DC523A;
}
.AnyTagClassName
{
color: #DC523A;
}
</style>
background-color css
<style>
a { background-color: #DC523A; }
a { background-color: rgb(220,82,58); }
div.DivClassName
{
background-color: #DC523A;
}
.BgClassName
{
background-color: #DC523A;
}
</style>
border-color css
<style>
span { border-color: #DC523A; }
span { border-color: rgb(220,82,58); }
td.TdClassName
{
border-color: #DC523A;
}
.TagClassName
{
border-color: #DC523A;
}
</style>