Html Css Color HEX #D96037 Chilean Fire

📋 copy color: '#D96037'

red 217 ◦ green 96 ◦ blue 55

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

Shades of Chilean Fire #D96037

Tints of Chilean Fire #D96037

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.09%

 BLUE value IS 55 (21.88% from 255) = 14.95%

R = 58.97%
G = 26.09%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D96037 (or 0xD96037) is known color: Chilean Fire. HEX triplet: D9, 60 and 37. RGB value is (217,96,55). Sum of RGB (Red+Green+Blue) = 217+96+55=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 55 (21.88% from 255 or 14.95% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D96037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96037 is #269FC8. Grayscale: #7F7F7F. Windows color (decimal): -2531273 or 3629273. OLE color: 3629273.

HSL color Cylindrical-coordinate representation of color #D96037: hue angle of 15.19º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D96037 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 96 55 -
CMYK 0 0.56 0.75 0.15
HSL 15.19º 0.68% 0.53% -
HSV(B) 15.19º 0.75% 0.85% -
XYZ 33.49 23.39 6.36 -
YUV 127.51 87.09 191.83 -
System Red Green Blue C M Y K H S L
Decimal 217 96 55 0 0.56 0.75 0.15 15.19 0.68 0.53
Hex D9 60 37 0 38 4B F F 44 35
Octal 331 140 67 0 70 113 17 17 104 65
Binary 11011001 1100000 110111 0 111000 1001011 1111 1111 1000100 110101

Color Harmonies of #D96037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96037

Black with #D96037

Text Example


Text Example

White with #D96037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96037; }

 p { color: rgb(217,96,55); }

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

background-color css

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

 a { background-color: rgb(217,96,55); }

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

border-color css

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

 span { border-color: rgb(217,96,55); }

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