Shades of Cinnabar #DC4627
Tints of Cinnabar #DC4627
RGB
CMYK
RGB Variations
Color information
#DC4627 (or 0xDC4627) is known color: Cinnabar. HEX triplet: DC, 46 and 27. RGB value is (220,70,39). Sum of RGB (Red+Green+Blue) = 220+70+39=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4627 is #23B9D8. Grayscale: #6F6F6F. Windows color (decimal): -2341337 or 2574044. OLE color: 2574044.
HSL color Cylindrical-coordinate representation of color #DC4627: hue angle of 10.28º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC4627 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 39 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.14 |
| HSL | 10.28º | 0.72% | 0.51% | - |
| HSV(B) | 10.28º | 0.82% | 0.86% | - |
| XYZ | 32.07 | 19.74 | 4.04 | - |
| YUV | 111.32 | 87.2 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 39 | 0 | 0.68 | 0.82 | 0.14 | 10.28 | 0.72 | 0.51 |
| Hex | DC | 46 | 27 | 0 | 44 | 52 | E | A | 48 | 33 |
| Octal | 334 | 106 | 47 | 0 | 104 | 122 | 16 | 12 | 110 | 63 |
| Binary | 11011100 | 1000110 | 100111 | 0 | 1000100 | 1010010 | 1110 | 1010 | 1001000 | 110011 |
Color Harmonies of #DC4627
Complementary color
Monochromatic Colors of #DC4627
Black with #DC4627
Text Example
Text Example
White with #DC4627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4627; }
p { color: rgb(220,70,39); }
H1.HeaderClassName
{
color: #DC4627;
}
.AnyTagClassName
{
color: #DC4627;
}
</style>
background-color css
<style>
a { background-color: #DC4627; }
a { background-color: rgb(220,70,39); }
div.DivClassName
{
background-color: #DC4627;
}
.BgClassName
{
background-color: #DC4627;
}
</style>
border-color css
<style>
span { border-color: #DC4627; }
span { border-color: rgb(220,70,39); }
td.TdClassName
{
border-color: #DC4627;
}
.TagClassName
{
border-color: #DC4627;
}
</style>