Shades of Chocolate #D4641D
Tints of Chocolate #D4641D
RGB
CMYK
RGB Variations
Color information
#D4641D (or 0xD4641D) is known color: Chocolate. HEX triplet: D4, 64 and 1D. RGB value is (212,100,29). Sum of RGB (Red+Green+Blue) = 212+100+29=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4641D is #2B9BE2. Grayscale: #7D7D7D. Windows color (decimal): -2857955 or 1926356. OLE color: 1926356.
HSL color Cylindrical-coordinate representation of color #D4641D: hue angle of 23.28º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4641D is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 29 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.17 |
| HSL | 23.28º | 0.76% | 0.47% | - |
| HSV(B) | 23.28º | 0.86% | 0.83% | - |
| XYZ | 31.93 | 23.2 | 3.96 | - |
| YUV | 125.39 | 73.61 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 29 | 0 | 0.53 | 0.86 | 0.17 | 23.28 | 0.76 | 0.47 |
| Hex | D4 | 64 | 1D | 0 | 35 | 56 | 11 | 17 | 4C | 2F |
| Octal | 324 | 144 | 35 | 0 | 65 | 126 | 21 | 27 | 114 | 57 |
| Binary | 11010100 | 1100100 | 11101 | 0 | 110101 | 1010110 | 10001 | 10111 | 1001100 | 101111 |
Color Harmonies of #D4641D
Complementary color
Monochromatic Colors of #D4641D
Black with #D4641D
Text Example
Text Example
White with #D4641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4641D; }
p { color: rgb(212,100,29); }
H1.HeaderClassName
{
color: #D4641D;
}
.AnyTagClassName
{
color: #D4641D;
}
</style>
background-color css
<style>
a { background-color: #D4641D; }
a { background-color: rgb(212,100,29); }
div.DivClassName
{
background-color: #D4641D;
}
.BgClassName
{
background-color: #D4641D;
}
</style>
border-color css
<style>
span { border-color: #D4641D; }
span { border-color: rgb(212,100,29); }
td.TdClassName
{
border-color: #D4641D;
}
.TagClassName
{
border-color: #D4641D;
}
</style>