Shades of Chocolate #D2541F
Tints of Chocolate #D2541F
RGB
CMYK
RGB Variations
Color information
#D2541F (or 0xD2541F) is known color: Chocolate. HEX triplet: D2, 54 and 1F. RGB value is (210,84,31). Sum of RGB (Red+Green+Blue) = 210+84+31=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2541F is #2DABE0. Grayscale: #737373. Windows color (decimal): -2993121 or 2053330. OLE color: 2053330.
HSL color Cylindrical-coordinate representation of color #D2541F: hue angle of 17.77º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2541F is Cyan = 0, Magento = 0.6, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 31 | - |
| CMYK | 0 | 0.6 | 0.85 | 0.18 |
| HSL | 17.77º | 0.74% | 0.47% | - |
| HSV(B) | 17.77º | 0.85% | 0.82% | - |
| XYZ | 30 | 20.14 | 3.6 | - |
| YUV | 115.63 | 80.24 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 31 | 0 | 0.6 | 0.85 | 0.18 | 17.77 | 0.74 | 0.47 |
| Hex | D2 | 54 | 1F | 0 | 3C | 55 | 12 | 12 | 4A | 2F |
| Octal | 322 | 124 | 37 | 0 | 74 | 125 | 22 | 22 | 112 | 57 |
| Binary | 11010010 | 1010100 | 11111 | 0 | 111100 | 1010101 | 10010 | 10010 | 1001010 | 101111 |
Color Harmonies of #D2541F
Complementary color
Monochromatic Colors of #D2541F
Black with #D2541F
Text Example
Text Example
White with #D2541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2541F; }
p { color: rgb(210,84,31); }
H1.HeaderClassName
{
color: #D2541F;
}
.AnyTagClassName
{
color: #D2541F;
}
</style>
background-color css
<style>
a { background-color: #D2541F; }
a { background-color: rgb(210,84,31); }
div.DivClassName
{
background-color: #D2541F;
}
.BgClassName
{
background-color: #D2541F;
}
</style>
border-color css
<style>
span { border-color: #D2541F; }
span { border-color: rgb(210,84,31); }
td.TdClassName
{
border-color: #D2541F;
}
.TagClassName
{
border-color: #D2541F;
}
</style>