#D85423

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

Shades of Chilean Fire #D85423

Tints of Chilean Fire #D85423

Color information

#D85423 (or 0xD85423) is unknown color: approx Chilean Fire. HEX triplet: D8, 54 and 23. RGB value is (216,84,35). Sum of RGB (Red+Green+Blue) = 216+84+35=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D85423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85423 is #27ABDC. Grayscale: #767676. Windows color (decimal): -2599901 or 2315480. OLE color: 2315480.

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

Color convert

RGB2168435-
CMYK00.610.840.15
HSL16.24º72.11%49.22%-
HSV(B)16.24º83.8%84.71%-
XYZ31.7921.063.98-
YUV117.8881.23197.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 64.48%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 35 (14.06% from 255) = 10.45%
R=64.48%
G=25.07%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216843500.610.840.1516.2472.1149.22
HexD8542303D54F104831
Octal33012443075124172011061
Binary110110001010100100011011110110101001111100001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85423; }

 p { color: rgb(216,84,35); }

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

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

 a { background-color: rgb(216,84,35); }

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

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

 span { border-color: rgb(216,84,35); }

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