Shades of Cinnabar #DC4B27
Tints of Cinnabar #DC4B27
RGB
CMYK
RGB Variations
Color information
#DC4B27 (or 0xDC4B27) is known color: Cinnabar. HEX triplet: DC, 4B and 27. RGB value is (220,75,39). Sum of RGB (Red+Green+Blue) = 220+75+39=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4B27 is #23B4D8. Grayscale: #727272. Windows color (decimal): -2340057 or 2575324. OLE color: 2575324.
HSL color Cylindrical-coordinate representation of color #DC4B27: hue angle of 11.93º 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 #DC4B27 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 39 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.14 |
| HSL | 11.93º | 0.72% | 0.51% | - |
| HSV(B) | 11.93º | 0.82% | 0.86% | - |
| XYZ | 32.4 | 20.39 | 4.15 | - |
| YUV | 114.25 | 85.54 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 39 | 0 | 0.66 | 0.82 | 0.14 | 11.93 | 0.72 | 0.51 |
| Hex | DC | 4B | 27 | 0 | 42 | 52 | E | C | 48 | 33 |
| Octal | 334 | 113 | 47 | 0 | 102 | 122 | 16 | 14 | 110 | 63 |
| Binary | 11011100 | 1001011 | 100111 | 0 | 1000010 | 1010010 | 1110 | 1100 | 1001000 | 110011 |
Color Harmonies of #DC4B27
Complementary color
Monochromatic Colors of #DC4B27
Black with #DC4B27
Text Example
Text Example
White with #DC4B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B27; }
p { color: rgb(220,75,39); }
H1.HeaderClassName
{
color: #DC4B27;
}
.AnyTagClassName
{
color: #DC4B27;
}
</style>
background-color css
<style>
a { background-color: #DC4B27; }
a { background-color: rgb(220,75,39); }
div.DivClassName
{
background-color: #DC4B27;
}
.BgClassName
{
background-color: #DC4B27;
}
</style>
border-color css
<style>
span { border-color: #DC4B27; }
span { border-color: rgb(220,75,39); }
td.TdClassName
{
border-color: #DC4B27;
}
.TagClassName
{
border-color: #DC4B27;
}
</style>