#D85F28

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

Shades of Chilean Fire #D85F28

Tints of Chilean Fire #D85F28

Color information

#D85F28 (or 0xD85F28) is unknown color: approx Chilean Fire. HEX triplet: D8, 5F and 28. RGB value is (216,95,40). Sum of RGB (Red+Green+Blue) = 216+95+40=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F28 is #27A0D7. Grayscale: #7D7D7D. Windows color (decimal): -2597080 or 2645976. OLE color: 2645976.

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

Color convert

RGB2169540-
CMYK00.560.810.15
HSL18.75º69.29%50.2%-
HSV(B)18.75º81.48%84.71%-
XYZ32.7922.944.71-
YUV124.9180.09192.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.54%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 40 (16.02% from 255) = 11.40%
R=61.54%
G=27.07%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216954000.560.810.1518.7569.2950.2
HexD85F2803851F134532
Octal33013750070121172310562
Binary110110001011111101000011100010100011111100111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85F28; }

 p { color: rgb(216,95,40); }

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

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

 a { background-color: rgb(216,95,40); }

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

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

 span { border-color: rgb(216,95,40); }

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