Shades of Chocolate #D1501A
Tints of Chocolate #D1501A
RGB
CMYK
RGB Variations
Color information
#D1501A (or 0xD1501A) is known color: Chocolate. HEX triplet: D1, 50 and 1A. RGB value is (209,80,26). Sum of RGB (Red+Green+Blue) = 209+80+26=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D1501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1501A is #2EAFE5. Grayscale: #707070. Windows color (decimal): -3059686 or 1724625. OLE color: 1724625.
HSL color Cylindrical-coordinate representation of color #D1501A: hue angle of 17.7º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1501A is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 26 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.18 |
| HSL | 17.7º | 0.78% | 0.46% | - |
| HSV(B) | 17.7º | 0.88% | 0.82% | - |
| XYZ | 29.35 | 19.37 | 3.17 | - |
| YUV | 112.42 | 79.24 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 26 | 0 | 0.62 | 0.88 | 0.18 | 17.7 | 0.78 | 0.46 |
| Hex | D1 | 50 | 1A | 0 | 3E | 58 | 12 | 12 | 4E | 2E |
| Octal | 321 | 120 | 32 | 0 | 76 | 130 | 22 | 22 | 116 | 56 |
| Binary | 11010001 | 1010000 | 11010 | 0 | 111110 | 1011000 | 10010 | 10010 | 1001110 | 101110 |
Color Harmonies of #D1501A
Complementary color
Monochromatic Colors of #D1501A
Black with #D1501A
Text Example
Text Example
White with #D1501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1501A; }
p { color: rgb(209,80,26); }
H1.HeaderClassName
{
color: #D1501A;
}
.AnyTagClassName
{
color: #D1501A;
}
</style>
background-color css
<style>
a { background-color: #D1501A; }
a { background-color: rgb(209,80,26); }
div.DivClassName
{
background-color: #D1501A;
}
.BgClassName
{
background-color: #D1501A;
}
</style>
border-color css
<style>
span { border-color: #D1501A; }
span { border-color: rgb(209,80,26); }
td.TdClassName
{
border-color: #D1501A;
}
.TagClassName
{
border-color: #D1501A;
}
</style>