Html Css Color HEX #D1631A Chocolate

📋 copy color: '#D1631A'

red 209 ◦ green 99 ◦ blue 26

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

Shades of Chocolate #D1631A

Tints of Chocolate #D1631A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

 BLUE value IS 26 (10.55% from 255) = 7.78%

R = 62.57%
G = 29.64%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1631A (or 0xD1631A) is known color: Chocolate. HEX triplet: D1, 63 and 1A. RGB value is (209,99,26). Sum of RGB (Red+Green+Blue) = 209+99+26=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D1631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1631A is #2E9CE5. Grayscale: #7B7B7B. Windows color (decimal): -3054822 or 1729489. OLE color: 1729489.

HSL color Cylindrical-coordinate representation of color #D1631A: hue angle of 23.93º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1631A is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 99 26 -
CMYK 0 0.53 0.88 0.18
HSL 23.93º 0.78% 0.46% -
HSV(B) 23.93º 0.88% 0.82% -
XYZ 30.94 22.55 3.7 -
YUV 123.57 72.94 188.94 -
System Red Green Blue C M Y K H S L
Decimal 209 99 26 0 0.53 0.88 0.18 23.93 0.78 0.46
Hex D1 63 1A 0 35 58 12 18 4E 2E
Octal 321 143 32 0 65 130 22 30 116 56
Binary 11010001 1100011 11010 0 110101 1011000 10010 11000 1001110 101110

Color Harmonies of #D1631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1631A

Black with #D1631A

Text Example


Text Example

White with #D1631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1631A; }

 p { color: rgb(209,99,26); }

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

background-color css

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

 a { background-color: rgb(209,99,26); }

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

border-color css

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

 span { border-color: rgb(209,99,26); }

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