#D2501B

Color #D2501B Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D2501B

Tints of Chocolate #D2501B

Color information

#D2501B (or 0xD2501B) is unknown color: approx Chocolate. HEX triplet: D2, 50 and 1B. RGB value is (210,80,27). Sum of RGB (Red+Green+Blue) = 210+80+27=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D2501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2501B is #2DAFE4. Grayscale: #717171. Windows color (decimal): -2994149 or 1790162. OLE color: 1790162.

HSL color Cylindrical-coordinate representation of color #D2501B: hue angle of 17.38º 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 #D2501B is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB2108027-
CMYK00.620.870.18
HSL17.38º77.22%46.47%-
HSV(B)17.38º87.14%82.35%-
XYZ29.6419.523.24-
YUV112.8379.57197.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 66.25%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 27 (10.94% from 255) = 8.52%
R=66.25%
G=25.24%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210802700.620.870.1817.3877.2246.47
HexD2501B03E5712114d2e
Octal32212033076127222111556
Binary110100101010000110110111110101011110010100011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2501B; }

 p { color: rgb(210,80,27); }

 H1.HeaderClassName
 {
   color: #D2501B;
 }
 .AnyTagClassName
 {
   color: #D2501B;
 }
</style>
background-color css

<style>
 a { background-color: #D2501B; }

 a { background-color: rgb(210,80,27); }

 div.DivClassName
 {
   background-color: #D2501B;
 }
 .BgClassName
 {
   background-color: #D2501B;
 }
</style>
border-color css

<style>
 span { border-color: #D2501B; }

 span { border-color: rgb(210,80,27); }

 td.TdClassName
 {
   border-color: #D2501B;
 }
 .TagClassName
 {
   border-color: #D2501B;
 }
</style>