Shades of Chocolate #D95F1F
Tints of Chocolate #D95F1F
RGB
CMYK
RGB Variations
Color information
#D95F1F (or 0xD95F1F) is known color: Chocolate. HEX triplet: D9, 5F and 1F. RGB value is (217,95,31). Sum of RGB (Red+Green+Blue) = 217+95+31=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95F1F is #26A0E0. Grayscale: #7C7C7C. Windows color (decimal): -2531553 or 2056153. OLE color: 2056153.
HSL color Cylindrical-coordinate representation of color #D95F1F: hue angle of 20.65º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D95F1F is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 95 | 31 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.15 |
| HSL | 20.65º | 0.75% | 0.49% | - |
| HSV(B) | 20.65º | 0.86% | 0.85% | - |
| XYZ | 32.95 | 23.04 | 4.01 | - |
| YUV | 124.18 | 75.42 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 95 | 31 | 0 | 0.56 | 0.86 | 0.15 | 20.65 | 0.75 | 0.49 |
| Hex | D9 | 5F | 1F | 0 | 38 | 56 | F | 15 | 4B | 31 |
| Octal | 331 | 137 | 37 | 0 | 70 | 126 | 17 | 25 | 113 | 61 |
| Binary | 11011001 | 1011111 | 11111 | 0 | 111000 | 1010110 | 1111 | 10101 | 1001011 | 110001 |
Color Harmonies of #D95F1F
Complementary color
Monochromatic Colors of #D95F1F
Black with #D95F1F
Text Example
Text Example
White with #D95F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95F1F; }
p { color: rgb(217,95,31); }
H1.HeaderClassName
{
color: #D95F1F;
}
.AnyTagClassName
{
color: #D95F1F;
}
</style>
background-color css
<style>
a { background-color: #D95F1F; }
a { background-color: rgb(217,95,31); }
div.DivClassName
{
background-color: #D95F1F;
}
.BgClassName
{
background-color: #D95F1F;
}
</style>
border-color css
<style>
span { border-color: #D95F1F; }
span { border-color: rgb(217,95,31); }
td.TdClassName
{
border-color: #D95F1F;
}
.TagClassName
{
border-color: #D95F1F;
}
</style>