Shades of Cinnabar #DC4327
Tints of Cinnabar #DC4327
RGB
CMYK
RGB Variations
Color information
#DC4327 (or 0xDC4327) is known color: Cinnabar. HEX triplet: DC, 43 and 27. RGB value is (220,67,39). Sum of RGB (Red+Green+Blue) = 220+67+39=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4327 is #23BCD8. Grayscale: #6D6D6D. Windows color (decimal): -2342105 or 2573276. OLE color: 2573276.
HSL color Cylindrical-coordinate representation of color #DC4327: hue angle of 9.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 #DC4327 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 39 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.14 |
| HSL | 9.28º | 0.72% | 0.51% | - |
| HSV(B) | 9.28º | 0.82% | 0.86% | - |
| XYZ | 31.89 | 19.38 | 3.98 | - |
| YUV | 109.56 | 88.19 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 39 | 0 | 0.70 | 0.82 | 0.14 | 9.28 | 0.72 | 0.51 |
| Hex | DC | 43 | 27 | 0 | 46 | 52 | E | 9 | 48 | 33 |
| Octal | 334 | 103 | 47 | 0 | 106 | 122 | 16 | 11 | 110 | 63 |
| Binary | 11011100 | 1000011 | 100111 | 0 | 1000110 | 1010010 | 1110 | 1001 | 1001000 | 110011 |
Color Harmonies of #DC4327
Complementary color
Monochromatic Colors of #DC4327
Black with #DC4327
Text Example
Text Example
White with #DC4327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4327; }
p { color: rgb(220,67,39); }
H1.HeaderClassName
{
color: #DC4327;
}
.AnyTagClassName
{
color: #DC4327;
}
</style>
background-color css
<style>
a { background-color: #DC4327; }
a { background-color: rgb(220,67,39); }
div.DivClassName
{
background-color: #DC4327;
}
.BgClassName
{
background-color: #DC4327;
}
</style>
border-color css
<style>
span { border-color: #DC4327; }
span { border-color: rgb(220,67,39); }
td.TdClassName
{
border-color: #DC4327;
}
.TagClassName
{
border-color: #DC4327;
}
</style>