Shades of Cinnabar #DC4841
Tints of Cinnabar #DC4841
RGB
CMYK
RGB Variations
Color information
#DC4841 (or 0xDC4841) is known color: Cinnabar. HEX triplet: DC, 48 and 41. RGB value is (220,72,65). Sum of RGB (Red+Green+Blue) = 220+72+65=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4841 is #23B7BE. Grayscale: #737373. Windows color (decimal): -2340799 or 4278492. OLE color: 4278492.
HSL color Cylindrical-coordinate representation of color #DC4841: hue angle of 2.71º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4841 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 65 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.14 |
| HSL | 2.71º | 0.69% | 0.56% | - |
| HSV(B) | 2.71º | 0.7% | 0.86% | - |
| XYZ | 32.79 | 20.23 | 7.18 | - |
| YUV | 115.45 | 99.53 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 65 | 0 | 0.67 | 0.70 | 0.14 | 2.71 | 0.69 | 0.56 |
| Hex | DC | 48 | 41 | 0 | 43 | 46 | E | 3 | 45 | 38 |
| Octal | 334 | 110 | 101 | 0 | 103 | 106 | 16 | 3 | 105 | 70 |
| Binary | 11011100 | 1001000 | 1000001 | 0 | 1000011 | 1000110 | 1110 | 11 | 1000101 | 111000 |
Color Harmonies of #DC4841
Complementary color
Monochromatic Colors of #DC4841
Black with #DC4841
Text Example
Text Example
White with #DC4841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4841; }
p { color: rgb(220,72,65); }
H1.HeaderClassName
{
color: #DC4841;
}
.AnyTagClassName
{
color: #DC4841;
}
</style>
background-color css
<style>
a { background-color: #DC4841; }
a { background-color: rgb(220,72,65); }
div.DivClassName
{
background-color: #DC4841;
}
.BgClassName
{
background-color: #DC4841;
}
</style>
border-color css
<style>
span { border-color: #DC4841; }
span { border-color: rgb(220,72,65); }
td.TdClassName
{
border-color: #DC4841;
}
.TagClassName
{
border-color: #DC4841;
}
</style>