Shades of Cinnabar #DC472A
Tints of Cinnabar #DC472A
RGB
CMYK
RGB Variations
Color information
#DC472A (or 0xDC472A) is known color: Cinnabar. HEX triplet: DC, 47 and 2A. RGB value is (220,71,42). Sum of RGB (Red+Green+Blue) = 220+71+42=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC472A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC472A is #23B8D5. Grayscale: #707070. Windows color (decimal): -2341078 or 2770908. OLE color: 2770908.
HSL color Cylindrical-coordinate representation of color #DC472A: hue angle of 9.78º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC472A is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 42 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.14 |
| HSL | 9.78º | 0.72% | 0.51% | - |
| HSV(B) | 9.78º | 0.81% | 0.86% | - |
| XYZ | 32.19 | 19.89 | 4.33 | - |
| YUV | 112.25 | 88.36 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 42 | 0 | 0.68 | 0.81 | 0.14 | 9.78 | 0.72 | 0.51 |
| Hex | DC | 47 | 2A | 0 | 44 | 51 | E | A | 48 | 33 |
| Octal | 334 | 107 | 52 | 0 | 104 | 121 | 16 | 12 | 110 | 63 |
| Binary | 11011100 | 1000111 | 101010 | 0 | 1000100 | 1010001 | 1110 | 1010 | 1001000 | 110011 |
Color Harmonies of #DC472A
Complementary color
Monochromatic Colors of #DC472A
Black with #DC472A
Text Example
Text Example
White with #DC472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC472A; }
p { color: rgb(220,71,42); }
H1.HeaderClassName
{
color: #DC472A;
}
.AnyTagClassName
{
color: #DC472A;
}
</style>
background-color css
<style>
a { background-color: #DC472A; }
a { background-color: rgb(220,71,42); }
div.DivClassName
{
background-color: #DC472A;
}
.BgClassName
{
background-color: #DC472A;
}
</style>
border-color css
<style>
span { border-color: #DC472A; }
span { border-color: rgb(220,71,42); }
td.TdClassName
{
border-color: #DC472A;
}
.TagClassName
{
border-color: #DC472A;
}
</style>