Shades of Chocolate #D1501B
Tints of Chocolate #D1501B
RGB
CMYK
RGB Variations
Color information
#D1501B (or 0xD1501B) is known color: Chocolate. HEX triplet: D1, 50 and 1B. RGB value is (209,80,27). Sum of RGB (Red+Green+Blue) = 209+80+27=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D1501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1501B is #2EAFE4. Grayscale: #707070. Windows color (decimal): -3059685 or 1790161. OLE color: 1790161.
HSL color Cylindrical-coordinate representation of color #D1501B: hue angle of 17.47º 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 #D1501B is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 27 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.18 |
| HSL | 17.47º | 0.77% | 0.46% | - |
| HSV(B) | 17.47º | 0.87% | 0.82% | - |
| XYZ | 29.36 | 19.37 | 3.23 | - |
| YUV | 112.53 | 79.74 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 27 | 0 | 0.62 | 0.87 | 0.18 | 17.47 | 0.77 | 0.46 |
| Hex | D1 | 50 | 1B | 0 | 3E | 57 | 12 | 11 | 4D | 2E |
| Octal | 321 | 120 | 33 | 0 | 76 | 127 | 22 | 21 | 115 | 56 |
| Binary | 11010001 | 1010000 | 11011 | 0 | 111110 | 1010111 | 10010 | 10001 | 1001101 | 101110 |
Color Harmonies of #D1501B
Complementary color
Monochromatic Colors of #D1501B
Black with #D1501B
Text Example
Text Example
White with #D1501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1501B; }
p { color: rgb(209,80,27); }
H1.HeaderClassName
{
color: #D1501B;
}
.AnyTagClassName
{
color: #D1501B;
}
</style>
background-color css
<style>
a { background-color: #D1501B; }
a { background-color: rgb(209,80,27); }
div.DivClassName
{
background-color: #D1501B;
}
.BgClassName
{
background-color: #D1501B;
}
</style>
border-color css
<style>
span { border-color: #D1501B; }
span { border-color: rgb(209,80,27); }
td.TdClassName
{
border-color: #D1501B;
}
.TagClassName
{
border-color: #D1501B;
}
</style>