Shades of Cinnabar #DC4139
Tints of Cinnabar #DC4139
RGB
CMYK
RGB Variations
Color information
#DC4139 (or 0xDC4139) is known color: Cinnabar. HEX triplet: DC, 41 and 39. RGB value is (220,65,57). Sum of RGB (Red+Green+Blue) = 220+65+57=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4139 is #23BEC6. Grayscale: #6E6E6E. Windows color (decimal): -2342599 or 3752412. OLE color: 3752412.
HSL color Cylindrical-coordinate representation of color #DC4139: hue angle of 2.94º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC4139 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 57 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.14 |
| HSL | 2.94º | 0.7% | 0.54% | - |
| HSV(B) | 2.94º | 0.74% | 0.86% | - |
| XYZ | 32.14 | 19.29 | 5.9 | - |
| YUV | 110.43 | 97.85 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 57 | 0 | 0.70 | 0.74 | 0.14 | 2.94 | 0.7 | 0.54 |
| Hex | DC | 41 | 39 | 0 | 46 | 4A | E | 3 | 46 | 36 |
| Octal | 334 | 101 | 71 | 0 | 106 | 112 | 16 | 3 | 106 | 66 |
| Binary | 11011100 | 1000001 | 111001 | 0 | 1000110 | 1001010 | 1110 | 11 | 1000110 | 110110 |
Color Harmonies of #DC4139
Complementary color
Monochromatic Colors of #DC4139
Black with #DC4139
Text Example
Text Example
White with #DC4139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4139; }
p { color: rgb(220,65,57); }
H1.HeaderClassName
{
color: #DC4139;
}
.AnyTagClassName
{
color: #DC4139;
}
</style>
background-color css
<style>
a { background-color: #DC4139; }
a { background-color: rgb(220,65,57); }
div.DivClassName
{
background-color: #DC4139;
}
.BgClassName
{
background-color: #DC4139;
}
</style>
border-color css
<style>
span { border-color: #DC4139; }
span { border-color: rgb(220,65,57); }
td.TdClassName
{
border-color: #DC4139;
}
.TagClassName
{
border-color: #DC4139;
}
</style>