Shades of Chocolate #D2631B
Tints of Chocolate #D2631B
RGB
CMYK
RGB Variations
Color information
#D2631B (or 0xD2631B) is known color: Chocolate. HEX triplet: D2, 63 and 1B. RGB value is (210,99,27). Sum of RGB (Red+Green+Blue) = 210+99+27=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D2631B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2631B is #2D9CE4. Grayscale: #7C7C7C. Windows color (decimal): -2989285 or 1795026. OLE color: 1795026.
HSL color Cylindrical-coordinate representation of color #D2631B: hue angle of 23.61º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2631B is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 27 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.18 |
| HSL | 23.61º | 0.77% | 0.46% | - |
| HSV(B) | 23.61º | 0.87% | 0.82% | - |
| XYZ | 31.24 | 22.7 | 3.77 | - |
| YUV | 123.98 | 73.27 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 27 | 0 | 0.53 | 0.87 | 0.18 | 23.61 | 0.77 | 0.46 |
| Hex | D2 | 63 | 1B | 0 | 35 | 57 | 12 | 18 | 4D | 2E |
| Octal | 322 | 143 | 33 | 0 | 65 | 127 | 22 | 30 | 115 | 56 |
| Binary | 11010010 | 1100011 | 11011 | 0 | 110101 | 1010111 | 10010 | 11000 | 1001101 | 101110 |
Color Harmonies of #D2631B
Complementary color
Monochromatic Colors of #D2631B
Black with #D2631B
Text Example
Text Example
White with #D2631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2631B; }
p { color: rgb(210,99,27); }
H1.HeaderClassName
{
color: #D2631B;
}
.AnyTagClassName
{
color: #D2631B;
}
</style>
background-color css
<style>
a { background-color: #D2631B; }
a { background-color: rgb(210,99,27); }
div.DivClassName
{
background-color: #D2631B;
}
.BgClassName
{
background-color: #D2631B;
}
</style>
border-color css
<style>
span { border-color: #D2631B; }
span { border-color: rgb(210,99,27); }
td.TdClassName
{
border-color: #D2631B;
}
.TagClassName
{
border-color: #D2631B;
}
</style>