Shades of Cinnabar #DC4940
Tints of Cinnabar #DC4940
RGB
CMYK
RGB Variations
Color information
#DC4940 (or 0xDC4940) is known color: Cinnabar. HEX triplet: DC, 49 and 40. RGB value is (220,73,64). Sum of RGB (Red+Green+Blue) = 220+73+64=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4940 is #23B6BF. Grayscale: #747474. Windows color (decimal): -2340544 or 4213212. OLE color: 4213212.
HSL color Cylindrical-coordinate representation of color #DC4940: hue angle of 3.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4940 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 64 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.14 |
| HSL | 3.46º | 0.69% | 0.56% | - |
| HSV(B) | 3.46º | 0.71% | 0.86% | - |
| XYZ | 32.82 | 20.35 | 7.05 | - |
| YUV | 115.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 64 | 0 | 0.67 | 0.71 | 0.14 | 3.46 | 0.69 | 0.56 |
| Hex | DC | 49 | 40 | 0 | 43 | 47 | E | 3 | 45 | 38 |
| Octal | 334 | 111 | 100 | 0 | 103 | 107 | 16 | 3 | 105 | 70 |
| Binary | 11011100 | 1001001 | 1000000 | 0 | 1000011 | 1000111 | 1110 | 11 | 1000101 | 111000 |
Color Harmonies of #DC4940
Complementary color
Monochromatic Colors of #DC4940
Black with #DC4940
Text Example
Text Example
White with #DC4940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4940; }
p { color: rgb(220,73,64); }
H1.HeaderClassName
{
color: #DC4940;
}
.AnyTagClassName
{
color: #DC4940;
}
</style>
background-color css
<style>
a { background-color: #DC4940; }
a { background-color: rgb(220,73,64); }
div.DivClassName
{
background-color: #DC4940;
}
.BgClassName
{
background-color: #DC4940;
}
</style>
border-color css
<style>
span { border-color: #DC4940; }
span { border-color: rgb(220,73,64); }
td.TdClassName
{
border-color: #DC4940;
}
.TagClassName
{
border-color: #DC4940;
}
</style>