Shades of Chocolate #D25A1B
Tints of Chocolate #D25A1B
RGB
CMYK
RGB Variations
Color information
#D25A1B (or 0xD25A1B) is known color: Chocolate. HEX triplet: D2, 5A and 1B. RGB value is (210,90,27). Sum of RGB (Red+Green+Blue) = 210+90+27=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25A1B is #2DA5E4. Grayscale: #777777. Windows color (decimal): -2991589 or 1792722. OLE color: 1792722.
HSL color Cylindrical-coordinate representation of color #D25A1B: hue angle of 20.66º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D25A1B is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 27 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.18 |
| HSL | 20.66º | 0.77% | 0.46% | - |
| HSV(B) | 20.66º | 0.87% | 0.82% | - |
| XYZ | 30.43 | 21.09 | 3.5 | - |
| YUV | 118.7 | 76.26 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 27 | 0 | 0.57 | 0.87 | 0.18 | 20.66 | 0.77 | 0.46 |
| Hex | D2 | 5A | 1B | 0 | 39 | 57 | 12 | 15 | 4D | 2E |
| Octal | 322 | 132 | 33 | 0 | 71 | 127 | 22 | 25 | 115 | 56 |
| Binary | 11010010 | 1011010 | 11011 | 0 | 111001 | 1010111 | 10010 | 10101 | 1001101 | 101110 |
Color Harmonies of #D25A1B
Complementary color
Monochromatic Colors of #D25A1B
Black with #D25A1B
Text Example
Text Example
White with #D25A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A1B; }
p { color: rgb(210,90,27); }
H1.HeaderClassName
{
color: #D25A1B;
}
.AnyTagClassName
{
color: #D25A1B;
}
</style>
background-color css
<style>
a { background-color: #D25A1B; }
a { background-color: rgb(210,90,27); }
div.DivClassName
{
background-color: #D25A1B;
}
.BgClassName
{
background-color: #D25A1B;
}
</style>
border-color css
<style>
span { border-color: #D25A1B; }
span { border-color: rgb(210,90,27); }
td.TdClassName
{
border-color: #D25A1B;
}
.TagClassName
{
border-color: #D25A1B;
}
</style>