Shades of Cinnabar #DC462E
Tints of Cinnabar #DC462E
RGB
CMYK
RGB Variations
Color information
#DC462E (or 0xDC462E) is known color: Cinnabar. HEX triplet: DC, 46 and 2E. RGB value is (220,70,46). Sum of RGB (Red+Green+Blue) = 220+70+46=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC462E is #23B9D1. Grayscale: #707070. Windows color (decimal): -2341330 or 3032796. OLE color: 3032796.
HSL color Cylindrical-coordinate representation of color #DC462E: hue angle of 8.28º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC462E is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 46 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.14 |
| HSL | 8.28º | 0.71% | 0.52% | - |
| HSV(B) | 8.28º | 0.79% | 0.86% | - |
| XYZ | 32.2 | 19.79 | 4.71 | - |
| YUV | 112.11 | 90.7 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 46 | 0 | 0.68 | 0.79 | 0.14 | 8.28 | 0.71 | 0.52 |
| Hex | DC | 46 | 2E | 0 | 44 | 4F | E | 8 | 47 | 34 |
| Octal | 334 | 106 | 56 | 0 | 104 | 117 | 16 | 10 | 107 | 64 |
| Binary | 11011100 | 1000110 | 101110 | 0 | 1000100 | 1001111 | 1110 | 1000 | 1000111 | 110100 |
Color Harmonies of #DC462E
Complementary color
Monochromatic Colors of #DC462E
Black with #DC462E
Text Example
Text Example
White with #DC462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC462E; }
p { color: rgb(220,70,46); }
H1.HeaderClassName
{
color: #DC462E;
}
.AnyTagClassName
{
color: #DC462E;
}
</style>
background-color css
<style>
a { background-color: #DC462E; }
a { background-color: rgb(220,70,46); }
div.DivClassName
{
background-color: #DC462E;
}
.BgClassName
{
background-color: #DC462E;
}
</style>
border-color css
<style>
span { border-color: #DC462E; }
span { border-color: rgb(220,70,46); }
td.TdClassName
{
border-color: #DC462E;
}
.TagClassName
{
border-color: #DC462E;
}
</style>