Shades of Cinnabar #DC4038
Tints of Cinnabar #DC4038
RGB
CMYK
RGB Variations
Color information
#DC4038 (or 0xDC4038) is known color: Cinnabar. HEX triplet: DC, 40 and 38. RGB value is (220,64,56). Sum of RGB (Red+Green+Blue) = 220+64+56=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4038 is #23BFC7. Grayscale: #6D6D6D. Windows color (decimal): -2342856 or 3686620. OLE color: 3686620.
HSL color Cylindrical-coordinate representation of color #DC4038: hue angle of 2.93º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC4038 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 56 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.14 |
| HSL | 2.93º | 0.7% | 0.54% | - |
| HSV(B) | 2.93º | 0.75% | 0.86% | - |
| XYZ | 32.06 | 19.17 | 5.75 | - |
| YUV | 109.73 | 97.68 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 56 | 0 | 0.71 | 0.75 | 0.14 | 2.93 | 0.7 | 0.54 |
| Hex | DC | 40 | 38 | 0 | 47 | 4B | E | 3 | 46 | 36 |
| Octal | 334 | 100 | 70 | 0 | 107 | 113 | 16 | 3 | 106 | 66 |
| Binary | 11011100 | 1000000 | 111000 | 0 | 1000111 | 1001011 | 1110 | 11 | 1000110 | 110110 |
Color Harmonies of #DC4038
Complementary color
Monochromatic Colors of #DC4038
Black with #DC4038
Text Example
Text Example
White with #DC4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4038; }
p { color: rgb(220,64,56); }
H1.HeaderClassName
{
color: #DC4038;
}
.AnyTagClassName
{
color: #DC4038;
}
</style>
background-color css
<style>
a { background-color: #DC4038; }
a { background-color: rgb(220,64,56); }
div.DivClassName
{
background-color: #DC4038;
}
.BgClassName
{
background-color: #DC4038;
}
</style>
border-color css
<style>
span { border-color: #DC4038; }
span { border-color: rgb(220,64,56); }
td.TdClassName
{
border-color: #DC4038;
}
.TagClassName
{
border-color: #DC4038;
}
</style>