Shades of Cinnabar #DC4A1B
Tints of Cinnabar #DC4A1B
RGB
CMYK
RGB Variations
Color information
#DC4A1B (or 0xDC4A1B) is known color: Cinnabar. HEX triplet: DC, 4A and 1B. RGB value is (220,74,27). Sum of RGB (Red+Green+Blue) = 220+74+27=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A1B is #23B5E4. Grayscale: #707070. Windows color (decimal): -2340325 or 1788636. OLE color: 1788636.
HSL color Cylindrical-coordinate representation of color #DC4A1B: hue angle of 14.61º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC4A1B is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 27 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.14 |
| HSL | 14.61º | 0.78% | 0.48% | - |
| HSV(B) | 14.61º | 0.88% | 0.86% | - |
| XYZ | 32.16 | 20.19 | 3.24 | - |
| YUV | 112.3 | 79.87 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 27 | 0 | 0.66 | 0.88 | 0.14 | 14.61 | 0.78 | 0.48 |
| Hex | DC | 4A | 1B | 0 | 42 | 58 | E | F | 4E | 30 |
| Octal | 334 | 112 | 33 | 0 | 102 | 130 | 16 | 17 | 116 | 60 |
| Binary | 11011100 | 1001010 | 11011 | 0 | 1000010 | 1011000 | 1110 | 1111 | 1001110 | 110000 |
Color Harmonies of #DC4A1B
Complementary color
Monochromatic Colors of #DC4A1B
Black with #DC4A1B
Text Example
Text Example
White with #DC4A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A1B; }
p { color: rgb(220,74,27); }
H1.HeaderClassName
{
color: #DC4A1B;
}
.AnyTagClassName
{
color: #DC4A1B;
}
</style>
background-color css
<style>
a { background-color: #DC4A1B; }
a { background-color: rgb(220,74,27); }
div.DivClassName
{
background-color: #DC4A1B;
}
.BgClassName
{
background-color: #DC4A1B;
}
</style>
border-color css
<style>
span { border-color: #DC4A1B; }
span { border-color: rgb(220,74,27); }
td.TdClassName
{
border-color: #DC4A1B;
}
.TagClassName
{
border-color: #DC4A1B;
}
</style>