#D95929

Color #D95929 Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #D95929

Tints of Chilean Fire #D95929

Color information

#D95929 (or 0xD95929) is unknown color: approx Chilean Fire. HEX triplet: D9, 59 and 29. RGB value is (217,89,41). Sum of RGB (Red+Green+Blue) = 217+89+41=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D95929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95929 is #26A6D6. Grayscale: #7A7A7A. Windows color (decimal): -2533079 or 2709977. OLE color: 2709977.

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

Color convert

RGB2178941-
CMYK00.590.810.15
HSL16.36º69.84%50.59%-
HSV(B)16.36º81.11%85.1%-
XYZ32.5922.064.64-
YUV121.882.41195.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 62.54%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 41 (16.41% from 255) = 11.82%
R=62.54%
G=25.65%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217894100.590.810.1516.3669.8450.59
HexD9592903B51F104633
Octal33113151073121172010663
Binary110110011011001101001011101110100011111100001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95929; }

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

 H1.HeaderClassName
 {
   color: #D95929;
 }
 .AnyTagClassName
 {
   color: #D95929;
 }
</style>
background-color css

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

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

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

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

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

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