Shades of Chocolate #D2581B
Tints of Chocolate #D2581B
RGB
CMYK
RGB Variations
Color information
#D2581B (or 0xD2581B) is known color: Chocolate. HEX triplet: D2, 58 and 1B. RGB value is (210,88,27). Sum of RGB (Red+Green+Blue) = 210+88+27=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2581B is #2DA7E4. Grayscale: #757575. Windows color (decimal): -2992101 or 1792210. OLE color: 1792210.
HSL color Cylindrical-coordinate representation of color #D2581B: hue angle of 20º 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 #D2581B is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 27 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.18 |
| HSL | 20º | 0.77% | 0.46% | - |
| HSV(B) | 20º | 0.87% | 0.82% | - |
| XYZ | 30.27 | 20.76 | 3.45 | - |
| YUV | 117.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 27 | 0 | 0.58 | 0.87 | 0.18 | 20 | 0.77 | 0.46 |
| Hex | D2 | 58 | 1B | 0 | 3A | 57 | 12 | 14 | 4D | 2E |
| Octal | 322 | 130 | 33 | 0 | 72 | 127 | 22 | 24 | 115 | 56 |
| Binary | 11010010 | 1011000 | 11011 | 0 | 111010 | 1010111 | 10010 | 10100 | 1001101 | 101110 |
Color Harmonies of #D2581B
Complementary color
Monochromatic Colors of #D2581B
Black with #D2581B
Text Example
Text Example
White with #D2581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2581B; }
p { color: rgb(210,88,27); }
H1.HeaderClassName
{
color: #D2581B;
}
.AnyTagClassName
{
color: #D2581B;
}
</style>
background-color css
<style>
a { background-color: #D2581B; }
a { background-color: rgb(210,88,27); }
div.DivClassName
{
background-color: #D2581B;
}
.BgClassName
{
background-color: #D2581B;
}
</style>
border-color css
<style>
span { border-color: #D2581B; }
span { border-color: rgb(210,88,27); }
td.TdClassName
{
border-color: #D2581B;
}
.TagClassName
{
border-color: #D2581B;
}
</style>