Html Css Color HEX #D1531C Chocolate

📋 copy color: '#D1531C'

red 209 ◦ green 83 ◦ blue 28

#D1531C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #D1531C

Tints of Chocolate #D1531C

RGB

 RED value IS 209 (82.03% from 255) = 65.31%

 GREEN value IS 83 (32.81% from 255) = 25.94%

 BLUE value IS 28 (11.33% from 255) = 8.75%

R = 65.31%
G = 25.94%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1531C (or 0xD1531C) is known color: Chocolate. HEX triplet: D1, 53 and 1C. RGB value is (209,83,28). Sum of RGB (Red+Green+Blue) = 209+83+28=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D1531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1531C is #2EACE3. Grayscale: #727272. Windows color (decimal): -3058916 or 1856465. OLE color: 1856465.

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

Color convert

RGB 209 83 28 -
CMYK 0 0.60 0.87 0.18
HSL 18.23º 0.76% 0.46% -
HSV(B) 18.23º 0.87% 0.82% -
XYZ 29.6 19.83 3.37 -
YUV 114.4 79.24 195.47 -
System Red Green Blue C M Y K H S L
Decimal 209 83 28 0 0.60 0.87 0.18 18.23 0.76 0.46
Hex D1 53 1C 0 3C 57 12 12 4C 2E
Octal 321 123 34 0 74 127 22 22 114 56
Binary 11010001 1010011 11100 0 111100 1010111 10010 10010 1001100 101110

Color Harmonies of #D1531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1531C

Black with #D1531C

Text Example


Text Example

White with #D1531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1531C; }

 p { color: rgb(209,83,28); }

 H1.HeaderClassName
 {
   color: #D1531C;
 }
 .AnyTagClassName
 {
   color: #D1531C;
 }
</style>

background-color css

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

 a { background-color: rgb(209,83,28); }

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

border-color css

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

 span { border-color: rgb(209,83,28); }

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