#D85326

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

Shades of Chilean Fire #D85326

Tints of Chilean Fire #D85326

Color information

#D85326 (or 0xD85326) is unknown color: approx Chilean Fire. HEX triplet: D8, 53 and 26. RGB value is (216,83,38). Sum of RGB (Red+Green+Blue) = 216+83+38=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D85326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85326 is #27ACD9. Grayscale: #757575. Windows color (decimal): -2600154 or 2511832. OLE color: 2511832.

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

Color convert

RGB2168338-
CMYK00.620.820.15
HSL15.17º70.08%49.8%-
HSV(B)15.17º82.41%84.71%-
XYZ31.7620.934.2-
YUV117.6483.06198.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 64.09%
GREEN value IS 83 (32.81% from 255) = 24.63%
BLUE value IS 38 (15.23% from 255) = 11.28%
R=64.09%
G=24.63%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216833800.620.820.1515.1770.0849.8
HexD8532603E52Ff4632
Octal33012346076122171710662
Binary11011000101001110011001111101010010111111111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85326; }

 p { color: rgb(216,83,38); }

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

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

 a { background-color: rgb(216,83,38); }

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

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

 span { border-color: rgb(216,83,38); }

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