Html Css Color HEX #D96131 Chilean Fire

📋 copy color: '#D96131'

red 217 ◦ green 97 ◦ blue 49

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

Shades of Chilean Fire #D96131

Tints of Chilean Fire #D96131

RGB

 RED value IS 217 (85.16% from 255) = 59.78%

 GREEN value IS 97 (38.28% from 255) = 26.72%

 BLUE value IS 49 (19.53% from 255) = 13.5%

R = 59.78%
G = 26.72%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D96131 (or 0xD96131) is known color: Chilean Fire. HEX triplet: D9, 61 and 31. RGB value is (217,97,49). Sum of RGB (Red+Green+Blue) = 217+97+49=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D96131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96131 is #269ECE. Grayscale: #7F7F7F. Windows color (decimal): -2531023 or 3236313. OLE color: 3236313.

HSL color Cylindrical-coordinate representation of color #D96131: hue angle of 17.14º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D96131 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 49 -
CMYK 0 0.55 0.77 0.15
HSL 17.14º 0.69% 0.52% -
HSV(B) 17.14º 0.77% 0.85% -
XYZ 33.44 23.52 5.68 -
YUV 127.41 83.76 191.9 -
System Red Green Blue C M Y K H S L
Decimal 217 97 49 0 0.55 0.77 0.15 17.14 0.69 0.52
Hex D9 61 31 0 37 4D F 11 45 34
Octal 331 141 61 0 67 115 17 21 105 64
Binary 11011001 1100001 110001 0 110111 1001101 1111 10001 1000101 110100

Color Harmonies of #D96131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96131

Black with #D96131

Text Example


Text Example

White with #D96131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96131; }

 p { color: rgb(217,97,49); }

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

background-color css

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

 a { background-color: rgb(217,97,49); }

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

border-color css

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

 span { border-color: rgb(217,97,49); }

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