Html Css Color HEX #D95937 Chilean Fire

📋 copy color: '#D95937'

red 217 ◦ green 89 ◦ blue 55

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

Shades of Chilean Fire #D95937

Tints of Chilean Fire #D95937

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.65%

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

R = 60.11%
G = 24.65%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D95937 (or 0xD95937) is known color: Chilean Fire. HEX triplet: D9, 59 and 37. RGB value is (217,89,55). Sum of RGB (Red+Green+Blue) = 217+89+55=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D95937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95937 is #26A6C8. Grayscale: #7B7B7B. Windows color (decimal): -2533065 or 3627481. OLE color: 3627481.

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

Color convert

RGB 217 89 55 -
CMYK 0 0.59 0.75 0.15
HSL 12.59º 0.68% 0.53% -
HSV(B) 12.59º 0.75% 0.85% -
XYZ 32.88 22.17 6.16 -
YUV 123.4 89.41 194.76 -
System Red Green Blue C M Y K H S L
Decimal 217 89 55 0 0.59 0.75 0.15 12.59 0.68 0.53
Hex D9 59 37 0 3B 4B F D 44 35
Octal 331 131 67 0 73 113 17 15 104 65
Binary 11011001 1011001 110111 0 111011 1001011 1111 1101 1000100 110101

Color Harmonies of #D95937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95937

Black with #D95937

Text Example


Text Example

White with #D95937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95937; }

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

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

background-color css

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

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

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

border-color css

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

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

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