Html Css Color HEX #D1621F Chocolate

📋 copy color: '#D1621F'

red 209 ◦ green 98 ◦ blue 31

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

Shades of Chocolate #D1621F

Tints of Chocolate #D1621F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

 BLUE value IS 31 (12.5% from 255) = 9.17%

R = 61.83%
G = 28.99%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1621F (or 0xD1621F) is known color: Chocolate. HEX triplet: D1, 62 and 1F. RGB value is (209,98,31). Sum of RGB (Red+Green+Blue) = 209+98+31=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1621F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1621F is #2E9DE0. Grayscale: #7B7B7B. Windows color (decimal): -3055073 or 2056913. OLE color: 2056913.

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

Color convert

RGB 209 98 31 -
CMYK 0 0.53 0.85 0.18
HSL 22.58º 0.74% 0.47% -
HSV(B) 22.58º 0.85% 0.82% -
XYZ 30.91 22.39 3.99 -
YUV 123.55 75.77 188.95 -
System Red Green Blue C M Y K H S L
Decimal 209 98 31 0 0.53 0.85 0.18 22.58 0.74 0.47
Hex D1 62 1F 0 35 55 12 17 4A 2F
Octal 321 142 37 0 65 125 22 27 112 57
Binary 11010001 1100010 11111 0 110101 1010101 10010 10111 1001010 101111

Color Harmonies of #D1621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1621F

Black with #D1621F

Text Example


Text Example

White with #D1621F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1621F; }

 p { color: rgb(209,98,31); }

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

background-color css

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

 a { background-color: rgb(209,98,31); }

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

border-color css

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

 span { border-color: rgb(209,98,31); }

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