Shades of Cinnabar #DC4842
Tints of Cinnabar #DC4842
RGB
CMYK
RGB Variations
Color information
#DC4842 (or 0xDC4842) is known color: Cinnabar. HEX triplet: DC, 48 and 42. RGB value is (220,72,66). Sum of RGB (Red+Green+Blue) = 220+72+66=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4842 is #23B7BD. Grayscale: #737373. Windows color (decimal): -2340798 or 4344028. OLE color: 4344028.
HSL color Cylindrical-coordinate representation of color #DC4842: hue angle of 2.34º 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 #DC4842 is Cyan = 0, Magento = 0.67, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 66 | - |
| CMYK | 0 | 0.67 | 0.7 | 0.14 |
| HSL | 2.34º | 0.69% | 0.56% | - |
| HSV(B) | 2.34º | 0.7% | 0.86% | - |
| XYZ | 32.82 | 20.24 | 7.33 | - |
| YUV | 115.57 | 100.03 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 66 | 0 | 0.67 | 0.7 | 0.14 | 2.34 | 0.69 | 0.56 |
| Hex | DC | 48 | 42 | 0 | 43 | 46 | E | 2 | 45 | 38 |
| Octal | 334 | 110 | 102 | 0 | 103 | 106 | 16 | 2 | 105 | 70 |
| Binary | 11011100 | 1001000 | 1000010 | 0 | 1000011 | 1000110 | 1110 | 10 | 1000101 | 111000 |
Color Harmonies of #DC4842
Complementary color
Monochromatic Colors of #DC4842
Black with #DC4842
Text Example
Text Example
White with #DC4842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4842; }
p { color: rgb(220,72,66); }
H1.HeaderClassName
{
color: #DC4842;
}
.AnyTagClassName
{
color: #DC4842;
}
</style>
background-color css
<style>
a { background-color: #DC4842; }
a { background-color: rgb(220,72,66); }
div.DivClassName
{
background-color: #DC4842;
}
.BgClassName
{
background-color: #DC4842;
}
</style>
border-color css
<style>
span { border-color: #DC4842; }
span { border-color: rgb(220,72,66); }
td.TdClassName
{
border-color: #DC4842;
}
.TagClassName
{
border-color: #DC4842;
}
</style>