#D85F3C

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

Shades of Chilean Fire #D85F3C

Tints of Chilean Fire #D85F3C

Color information

#D85F3C (or 0xD85F3C) is unknown color: approx Chilean Fire. HEX triplet: D8, 5F and 3C. RGB value is (216,95,60). Sum of RGB (Red+Green+Blue) = 216+95+60=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F3C is #27A0C3. Grayscale: #7F7F7F. Windows color (decimal): -2597060 or 3956696. OLE color: 3956696.

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

Color convert

RGB2169560-
CMYK00.560.720.15
HSL13.46º66.67%54.12%-
HSV(B)13.46º72.22%84.71%-
XYZ33.2323.116.98-
YUV127.1990.09191.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.22%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 60 (23.83% from 255) = 16.17%
R=58.22%
G=25.61%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216956000.560.720.1513.4666.6754.12
HexD85F3C03848Fd4336
Octal33013774070110171510366
Binary11011000101111111110001110001001000111111011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85F3C; }

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

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

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

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

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

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

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

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