Shades of Chocolate #D4641B
Tints of Chocolate #D4641B
RGB
CMYK
RGB Variations
Color information
#D4641B (or 0xD4641B) is known color: Chocolate. HEX triplet: D4, 64 and 1B. RGB value is (212,100,27). Sum of RGB (Red+Green+Blue) = 212+100+27=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D4641B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4641B is #2B9BE4. Grayscale: #7D7D7D. Windows color (decimal): -2857957 or 1795284. OLE color: 1795284.
HSL color Cylindrical-coordinate representation of color #D4641B: hue angle of 23.68º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4641B is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 27 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.17 |
| HSL | 23.68º | 0.77% | 0.47% | - |
| HSV(B) | 23.68º | 0.87% | 0.83% | - |
| XYZ | 31.91 | 23.19 | 3.83 | - |
| YUV | 125.17 | 72.61 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 27 | 0 | 0.53 | 0.87 | 0.17 | 23.68 | 0.77 | 0.47 |
| Hex | D4 | 64 | 1B | 0 | 35 | 57 | 11 | 18 | 4D | 2F |
| Octal | 324 | 144 | 33 | 0 | 65 | 127 | 21 | 30 | 115 | 57 |
| Binary | 11010100 | 1100100 | 11011 | 0 | 110101 | 1010111 | 10001 | 11000 | 1001101 | 101111 |
Color Harmonies of #D4641B
Complementary color
Monochromatic Colors of #D4641B
Black with #D4641B
Text Example
Text Example
White with #D4641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4641B; }
p { color: rgb(212,100,27); }
H1.HeaderClassName
{
color: #D4641B;
}
.AnyTagClassName
{
color: #D4641B;
}
</style>
background-color css
<style>
a { background-color: #D4641B; }
a { background-color: rgb(212,100,27); }
div.DivClassName
{
background-color: #D4641B;
}
.BgClassName
{
background-color: #D4641B;
}
</style>
border-color css
<style>
span { border-color: #D4641B; }
span { border-color: rgb(212,100,27); }
td.TdClassName
{
border-color: #D4641B;
}
.TagClassName
{
border-color: #D4641B;
}
</style>