#D85A24

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

Shades of Chilean Fire #D85A24

Tints of Chilean Fire #D85A24

Color information

#D85A24 (or 0xD85A24) is unknown color: approx Chilean Fire. HEX triplet: D8, 5A and 24. RGB value is (216,90,36). Sum of RGB (Red+Green+Blue) = 216+90+36=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A24 is #27A5DB. Grayscale: #797979. Windows color (decimal): -2598364 or 2382552. OLE color: 2382552.

HSL color Cylindrical-coordinate representation of color #D85A24: hue angle of 18º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D85A24 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB2169036-
CMYK00.580.830.15
HSL18º71.43%49.41%-
HSV(B)18º83.33%84.71%-
XYZ32.2922.044.22-
YUV121.5279.74195.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 63.16%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 36 (14.45% from 255) = 10.53%
R=63.16%
G=26.32%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216903600.580.830.151871.4349.41
HexD85A2403A53F124731
Octal33013244072123172210761
Binary110110001011010100100011101010100111111100101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85A24; }

 p { color: rgb(216,90,36); }

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

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

 a { background-color: rgb(216,90,36); }

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

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

 span { border-color: rgb(216,90,36); }

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