Shades of Cinnabar #DC4823
Tints of Cinnabar #DC4823
RGB
CMYK
RGB Variations
Color information
#DC4823 (or 0xDC4823) is known color: Cinnabar. HEX triplet: DC, 48 and 23. RGB value is (220,72,35). Sum of RGB (Red+Green+Blue) = 220+72+35=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4823 is #23B7DC. Grayscale: #707070. Windows color (decimal): -2340829 or 2312412. OLE color: 2312412.
HSL color Cylindrical-coordinate representation of color #DC4823: hue angle of 12º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC4823 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 35 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.14 |
| HSL | 12º | 0.73% | 0.5% | - |
| HSV(B) | 12º | 0.84% | 0.86% | - |
| XYZ | 32.14 | 19.97 | 3.75 | - |
| YUV | 112.03 | 84.53 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 35 | 0 | 0.67 | 0.84 | 0.14 | 12 | 0.73 | 0.5 |
| Hex | DC | 48 | 23 | 0 | 43 | 54 | E | C | 49 | 32 |
| Octal | 334 | 110 | 43 | 0 | 103 | 124 | 16 | 14 | 111 | 62 |
| Binary | 11011100 | 1001000 | 100011 | 0 | 1000011 | 1010100 | 1110 | 1100 | 1001001 | 110010 |
Color Harmonies of #DC4823
Complementary color
Monochromatic Colors of #DC4823
Black with #DC4823
Text Example
Text Example
White with #DC4823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4823; }
p { color: rgb(220,72,35); }
H1.HeaderClassName
{
color: #DC4823;
}
.AnyTagClassName
{
color: #DC4823;
}
</style>
background-color css
<style>
a { background-color: #DC4823; }
a { background-color: rgb(220,72,35); }
div.DivClassName
{
background-color: #DC4823;
}
.BgClassName
{
background-color: #DC4823;
}
</style>
border-color css
<style>
span { border-color: #DC4823; }
span { border-color: rgb(220,72,35); }
td.TdClassName
{
border-color: #DC4823;
}
.TagClassName
{
border-color: #DC4823;
}
</style>