#D76029

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

Shades of Chilean Fire #D76029

Tints of Chilean Fire #D76029

Color information

#D76029 (or 0xD76029) is unknown color: approx Chilean Fire. HEX triplet: D7, 60 and 29. RGB value is (215,96,41). Sum of RGB (Red+Green+Blue) = 215+96+41=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D76029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76029 is #289FD6. Grayscale: #7D7D7D. Windows color (decimal): -2662359 or 2711767. OLE color: 2711767.

HSL color Cylindrical-coordinate representation of color #D76029: hue angle of 18.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D76029 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB2159641-
CMYK00.550.810.16
HSL18.97º68.5%50.2%-
HSV(B)18.97º80.93%84.31%-
XYZ32.6122.974.81-
YUV125.3180.42191.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 61.08%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 41 (16.41% from 255) = 11.65%
R=61.08%
G=27.27%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215964100.550.810.1618.9768.550.2
HexD760290375110134532
Octal32714051067121202310562
Binary1101011111000001010010110111101000110000100111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76029; }

 p { color: rgb(215,96,41); }

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

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

 a { background-color: rgb(215,96,41); }

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

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

 span { border-color: rgb(215,96,41); }

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