Shades of Cinnabar #DC4E2F
Tints of Cinnabar #DC4E2F
RGB
CMYK
RGB Variations
Color information
#DC4E2F (or 0xDC4E2F) is known color: Cinnabar. HEX triplet: DC, 4E and 2F. RGB value is (220,78,47). Sum of RGB (Red+Green+Blue) = 220+78+47=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E2F is #23B1D0. Grayscale: #757575. Windows color (decimal): -2339281 or 3100380. OLE color: 3100380.
HSL color Cylindrical-coordinate representation of color #DC4E2F: hue angle of 10.75º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC4E2F is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 47 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.14 |
| HSL | 10.75º | 0.71% | 0.52% | - |
| HSV(B) | 10.75º | 0.79% | 0.86% | - |
| XYZ | 32.75 | 20.87 | 4.99 | - |
| YUV | 116.92 | 88.54 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 47 | 0 | 0.65 | 0.79 | 0.14 | 10.75 | 0.71 | 0.52 |
| Hex | DC | 4E | 2F | 0 | 41 | 4F | E | B | 47 | 34 |
| Octal | 334 | 116 | 57 | 0 | 101 | 117 | 16 | 13 | 107 | 64 |
| Binary | 11011100 | 1001110 | 101111 | 0 | 1000001 | 1001111 | 1110 | 1011 | 1000111 | 110100 |
Color Harmonies of #DC4E2F
Complementary color
Monochromatic Colors of #DC4E2F
Black with #DC4E2F
Text Example
Text Example
White with #DC4E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E2F; }
p { color: rgb(220,78,47); }
H1.HeaderClassName
{
color: #DC4E2F;
}
.AnyTagClassName
{
color: #DC4E2F;
}
</style>
background-color css
<style>
a { background-color: #DC4E2F; }
a { background-color: rgb(220,78,47); }
div.DivClassName
{
background-color: #DC4E2F;
}
.BgClassName
{
background-color: #DC4E2F;
}
</style>
border-color css
<style>
span { border-color: #DC4E2F; }
span { border-color: rgb(220,78,47); }
td.TdClassName
{
border-color: #DC4E2F;
}
.TagClassName
{
border-color: #DC4E2F;
}
</style>