Html Css Color HEX #D95629 Chilean Fire

📋 copy color: '#D95629'

red 217 ◦ green 86 ◦ blue 41

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

Shades of Chilean Fire #D95629

Tints of Chilean Fire #D95629

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25%

 BLUE value IS 41 (16.41% from 255) = 11.92%

R = 63.08%
G = 25%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D95629 (or 0xD95629) is known color: Chilean Fire. HEX triplet: D9, 56 and 29. RGB value is (217,86,41). Sum of RGB (Red+Green+Blue) = 217+86+41=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D95629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95629 is #26A9D6. Grayscale: #787878. Windows color (decimal): -2533847 or 2709209. OLE color: 2709209.

HSL color Cylindrical-coordinate representation of color #D95629: hue angle of 15.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D95629 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 86 41 -
CMYK 0 0.60 0.81 0.15
HSL 15.34º 0.7% 0.51% -
HSV(B) 15.34º 0.81% 0.85% -
XYZ 32.34 21.57 4.56 -
YUV 120.04 83.4 197.16 -
System Red Green Blue C M Y K H S L
Decimal 217 86 41 0 0.60 0.81 0.15 15.34 0.7 0.51
Hex D9 56 29 0 3C 51 F F 46 33
Octal 331 126 51 0 74 121 17 17 106 63
Binary 11011001 1010110 101001 0 111100 1010001 1111 1111 1000110 110011

Color Harmonies of #D95629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95629

Black with #D95629

Text Example


Text Example

White with #D95629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95629; }

 p { color: rgb(217,86,41); }

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

background-color css

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

 a { background-color: rgb(217,86,41); }

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

border-color css

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

 span { border-color: rgb(217,86,41); }

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