Shades of Chocolate #D25A1F
Tints of Chocolate #D25A1F
RGB
CMYK
RGB Variations
Color information
#D25A1F (or 0xD25A1F) is known color: Chocolate. HEX triplet: D2, 5A and 1F. RGB value is (210,90,31). Sum of RGB (Red+Green+Blue) = 210+90+31=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25A1F is #2DA5E0. Grayscale: #777777. Windows color (decimal): -2991585 or 2054866. OLE color: 2054866.
HSL color Cylindrical-coordinate representation of color #D25A1F: hue angle of 19.78º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D25A1F is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 31 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.18 |
| HSL | 19.78º | 0.74% | 0.47% | - |
| HSV(B) | 19.78º | 0.85% | 0.82% | - |
| XYZ | 30.48 | 21.11 | 3.76 | - |
| YUV | 119.15 | 78.26 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 31 | 0 | 0.57 | 0.85 | 0.18 | 19.78 | 0.74 | 0.47 |
| Hex | D2 | 5A | 1F | 0 | 39 | 55 | 12 | 14 | 4A | 2F |
| Octal | 322 | 132 | 37 | 0 | 71 | 125 | 22 | 24 | 112 | 57 |
| Binary | 11010010 | 1011010 | 11111 | 0 | 111001 | 1010101 | 10010 | 10100 | 1001010 | 101111 |
Color Harmonies of #D25A1F
Complementary color
Monochromatic Colors of #D25A1F
Black with #D25A1F
Text Example
Text Example
White with #D25A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A1F; }
p { color: rgb(210,90,31); }
H1.HeaderClassName
{
color: #D25A1F;
}
.AnyTagClassName
{
color: #D25A1F;
}
</style>
background-color css
<style>
a { background-color: #D25A1F; }
a { background-color: rgb(210,90,31); }
div.DivClassName
{
background-color: #D25A1F;
}
.BgClassName
{
background-color: #D25A1F;
}
</style>
border-color css
<style>
span { border-color: #D25A1F; }
span { border-color: rgb(210,90,31); }
td.TdClassName
{
border-color: #D25A1F;
}
.TagClassName
{
border-color: #D25A1F;
}
</style>