Shades of Cinnabar #DC462D
Tints of Cinnabar #DC462D
RGB
CMYK
RGB Variations
Color information
#DC462D (or 0xDC462D) is known color: Cinnabar. HEX triplet: DC, 46 and 2D. RGB value is (220,70,45). Sum of RGB (Red+Green+Blue) = 220+70+45=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC462D is #23B9D2. Grayscale: #707070. Windows color (decimal): -2341331 or 2967260. OLE color: 2967260.
HSL color Cylindrical-coordinate representation of color #DC462D: hue angle of 8.57º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC462D is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 45 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.14 |
| HSL | 8.57º | 0.71% | 0.52% | - |
| HSV(B) | 8.57º | 0.8% | 0.86% | - |
| XYZ | 32.18 | 19.79 | 4.61 | - |
| YUV | 112 | 90.2 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 45 | 0 | 0.68 | 0.80 | 0.14 | 8.57 | 0.71 | 0.52 |
| Hex | DC | 46 | 2D | 0 | 44 | 50 | E | 9 | 47 | 34 |
| Octal | 334 | 106 | 55 | 0 | 104 | 120 | 16 | 11 | 107 | 64 |
| Binary | 11011100 | 1000110 | 101101 | 0 | 1000100 | 1010000 | 1110 | 1001 | 1000111 | 110100 |
Color Harmonies of #DC462D
Complementary color
Monochromatic Colors of #DC462D
Black with #DC462D
Text Example
Text Example
White with #DC462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC462D; }
p { color: rgb(220,70,45); }
H1.HeaderClassName
{
color: #DC462D;
}
.AnyTagClassName
{
color: #DC462D;
}
</style>
background-color css
<style>
a { background-color: #DC462D; }
a { background-color: rgb(220,70,45); }
div.DivClassName
{
background-color: #DC462D;
}
.BgClassName
{
background-color: #DC462D;
}
</style>
border-color css
<style>
span { border-color: #DC462D; }
span { border-color: rgb(220,70,45); }
td.TdClassName
{
border-color: #DC462D;
}
.TagClassName
{
border-color: #DC462D;
}
</style>