Html Css Color HEX #D1551F Chocolate

📋 copy color: '#D1551F'

red 209 ◦ green 85 ◦ blue 31

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

Shades of Chocolate #D1551F

Tints of Chocolate #D1551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

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

R = 64.31%
G = 26.15%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1551F (or 0xD1551F) is known color: Chocolate. HEX triplet: D1, 55 and 1F. RGB value is (209,85,31). Sum of RGB (Red+Green+Blue) = 209+85+31=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D1551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1551F is #2EAAE0. Grayscale: #747474. Windows color (decimal): -3058401 or 2053585. OLE color: 2053585.

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

Color convert

RGB 209 85 31 -
CMYK 0 0.59 0.85 0.18
HSL 18.2º 0.74% 0.47% -
HSV(B) 18.2º 0.85% 0.82% -
XYZ 29.79 20.15 3.62 -
YUV 115.92 80.08 194.39 -
System Red Green Blue C M Y K H S L
Decimal 209 85 31 0 0.59 0.85 0.18 18.2 0.74 0.47
Hex D1 55 1F 0 3B 55 12 12 4A 2F
Octal 321 125 37 0 73 125 22 22 112 57
Binary 11010001 1010101 11111 0 111011 1010101 10010 10010 1001010 101111

Color Harmonies of #D1551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1551F

Black with #D1551F

Text Example


Text Example

White with #D1551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1551F; }

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

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

background-color css

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

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

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

border-color css

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

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

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