Shades of Cinnabar #DC4342
Tints of Cinnabar #DC4342
RGB
CMYK
RGB Variations
Color information
#DC4342 (or 0xDC4342) is known color: Cinnabar. HEX triplet: DC, 43 and 42. RGB value is (220,67,66). Sum of RGB (Red+Green+Blue) = 220+67+66=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4342 is #23BCBD. Grayscale: #707070. Windows color (decimal): -2342078 or 4342748. OLE color: 4342748.
HSL color Cylindrical-coordinate representation of color #DC4342: hue angle of 0.39º 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 #DC4342 is Cyan = 0, Magento = 0.70, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 66 | - |
| CMYK | 0 | 0.70 | 0.7 | 0.14 |
| HSL | 0.39º | 0.69% | 0.56% | - |
| HSV(B) | 0.39º | 0.7% | 0.86% | - |
| XYZ | 32.51 | 19.62 | 7.23 | - |
| YUV | 112.63 | 101.69 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 66 | 0 | 0.70 | 0.7 | 0.14 | 0.39 | 0.69 | 0.56 |
| Hex | DC | 43 | 42 | 0 | 46 | 46 | E | 0 | 45 | 38 |
| Octal | 334 | 103 | 102 | 0 | 106 | 106 | 16 | 0 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1000010 | 0 | 1000110 | 1000110 | 1110 | 0 | 1000101 | 111000 |
Color Harmonies of #DC4342
Complementary color
Monochromatic Colors of #DC4342
Black with #DC4342
Text Example
Text Example
White with #DC4342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4342; }
p { color: rgb(220,67,66); }
H1.HeaderClassName
{
color: #DC4342;
}
.AnyTagClassName
{
color: #DC4342;
}
</style>
background-color css
<style>
a { background-color: #DC4342; }
a { background-color: rgb(220,67,66); }
div.DivClassName
{
background-color: #DC4342;
}
.BgClassName
{
background-color: #DC4342;
}
</style>
border-color css
<style>
span { border-color: #DC4342; }
span { border-color: rgb(220,67,66); }
td.TdClassName
{
border-color: #DC4342;
}
.TagClassName
{
border-color: #DC4342;
}
</style>