Shades of Cinnabar #DC4023
Tints of Cinnabar #DC4023
RGB
CMYK
RGB Variations
Color information
#DC4023 (or 0xDC4023) is known color: Cinnabar. HEX triplet: DC, 40 and 23. RGB value is (220,64,35). Sum of RGB (Red+Green+Blue) = 220+64+35=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4023 is #23BFDC. Grayscale: #6B6B6B. Windows color (decimal): -2342877 or 2310364. OLE color: 2310364.
HSL color Cylindrical-coordinate representation of color #DC4023: hue angle of 9.41º 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 #DC4023 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 35 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.14 |
| HSL | 9.41º | 0.73% | 0.5% | - |
| HSV(B) | 9.41º | 0.84% | 0.86% | - |
| XYZ | 31.65 | 19 | 3.59 | - |
| YUV | 107.34 | 87.18 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 35 | 0 | 0.71 | 0.84 | 0.14 | 9.41 | 0.73 | 0.5 |
| Hex | DC | 40 | 23 | 0 | 47 | 54 | E | 9 | 49 | 32 |
| Octal | 334 | 100 | 43 | 0 | 107 | 124 | 16 | 11 | 111 | 62 |
| Binary | 11011100 | 1000000 | 100011 | 0 | 1000111 | 1010100 | 1110 | 1001 | 1001001 | 110010 |
Color Harmonies of #DC4023
Complementary color
Monochromatic Colors of #DC4023
Black with #DC4023
Text Example
Text Example
White with #DC4023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4023; }
p { color: rgb(220,64,35); }
H1.HeaderClassName
{
color: #DC4023;
}
.AnyTagClassName
{
color: #DC4023;
}
</style>
background-color css
<style>
a { background-color: #DC4023; }
a { background-color: rgb(220,64,35); }
div.DivClassName
{
background-color: #DC4023;
}
.BgClassName
{
background-color: #DC4023;
}
</style>
border-color css
<style>
span { border-color: #DC4023; }
span { border-color: rgb(220,64,35); }
td.TdClassName
{
border-color: #DC4023;
}
.TagClassName
{
border-color: #DC4023;
}
</style>