Shades of Cinnabar #DC3727
Tints of Cinnabar #DC3727
RGB
CMYK
RGB Variations
Color information
#DC3727 (or 0xDC3727) is known color: Cinnabar. HEX triplet: DC, 37 and 27. RGB value is (220,55,39). Sum of RGB (Red+Green+Blue) = 220+55+39=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3727 is #23C8D8. Grayscale: #666666. Windows color (decimal): -2345177 or 2570204. OLE color: 2570204.
HSL color Cylindrical-coordinate representation of color #DC3727: hue angle of 5.3º 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 #DC3727 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 39 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.14 |
| HSL | 5.3º | 0.72% | 0.51% | - |
| HSV(B) | 5.3º | 0.82% | 0.86% | - |
| XYZ | 31.25 | 18.09 | 3.77 | - |
| YUV | 102.51 | 92.16 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 39 | 0 | 0.75 | 0.82 | 0.14 | 5.3 | 0.72 | 0.51 |
| Hex | DC | 37 | 27 | 0 | 4B | 52 | E | 5 | 48 | 33 |
| Octal | 334 | 67 | 47 | 0 | 113 | 122 | 16 | 5 | 110 | 63 |
| Binary | 11011100 | 110111 | 100111 | 0 | 1001011 | 1010010 | 1110 | 101 | 1001000 | 110011 |
Color Harmonies of #DC3727
Complementary color
Monochromatic Colors of #DC3727
Black with #DC3727
Text Example
Text Example
White with #DC3727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3727; }
p { color: rgb(220,55,39); }
H1.HeaderClassName
{
color: #DC3727;
}
.AnyTagClassName
{
color: #DC3727;
}
</style>
background-color css
<style>
a { background-color: #DC3727; }
a { background-color: rgb(220,55,39); }
div.DivClassName
{
background-color: #DC3727;
}
.BgClassName
{
background-color: #DC3727;
}
</style>
border-color css
<style>
span { border-color: #DC3727; }
span { border-color: rgb(220,55,39); }
td.TdClassName
{
border-color: #DC3727;
}
.TagClassName
{
border-color: #DC3727;
}
</style>