Shades of Cinnabar #DC4E23
Tints of Cinnabar #DC4E23
RGB
CMYK
RGB Variations
Color information
#DC4E23 (or 0xDC4E23) is known color: Cinnabar. HEX triplet: DC, 4E and 23. RGB value is (220,78,35). Sum of RGB (Red+Green+Blue) = 220+78+35=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E23 is #23B1DC. Grayscale: #737373. Windows color (decimal): -2339293 or 2313948. OLE color: 2313948.
HSL color Cylindrical-coordinate representation of color #DC4E23: hue angle of 13.95º 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 #DC4E23 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 35 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.14 |
| HSL | 13.95º | 0.73% | 0.5% | - |
| HSV(B) | 13.95º | 0.84% | 0.86% | - |
| XYZ | 32.54 | 20.79 | 3.89 | - |
| YUV | 115.56 | 82.54 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 35 | 0 | 0.65 | 0.84 | 0.14 | 13.95 | 0.73 | 0.5 |
| Hex | DC | 4E | 23 | 0 | 41 | 54 | E | E | 49 | 32 |
| Octal | 334 | 116 | 43 | 0 | 101 | 124 | 16 | 16 | 111 | 62 |
| Binary | 11011100 | 1001110 | 100011 | 0 | 1000001 | 1010100 | 1110 | 1110 | 1001001 | 110010 |
Color Harmonies of #DC4E23
Complementary color
Monochromatic Colors of #DC4E23
Black with #DC4E23
Text Example
Text Example
White with #DC4E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E23; }
p { color: rgb(220,78,35); }
H1.HeaderClassName
{
color: #DC4E23;
}
.AnyTagClassName
{
color: #DC4E23;
}
</style>
background-color css
<style>
a { background-color: #DC4E23; }
a { background-color: rgb(220,78,35); }
div.DivClassName
{
background-color: #DC4E23;
}
.BgClassName
{
background-color: #DC4E23;
}
</style>
border-color css
<style>
span { border-color: #DC4E23; }
span { border-color: rgb(220,78,35); }
td.TdClassName
{
border-color: #DC4E23;
}
.TagClassName
{
border-color: #DC4E23;
}
</style>