#D85332

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

Shades of Chilean Fire #D85332

Tints of Chilean Fire #D85332

Color information

#D85332 (or 0xD85332) is unknown color: approx Chilean Fire. HEX triplet: D8, 53 and 32. RGB value is (216,83,50). Sum of RGB (Red+Green+Blue) = 216+83+50=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D85332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85332 is #27ACCD. Grayscale: #777777. Windows color (decimal): -2600142 or 3298264. OLE color: 3298264.

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

Color convert

RGB2168350-
CMYK00.620.770.15
HSL11.93º68.03%52.16%-
HSV(B)11.93º76.85%84.71%-
XYZ31.9921.025.39-
YUV119.0189.06197.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.89%
GREEN value IS 83 (32.81% from 255) = 23.78%
BLUE value IS 50 (19.92% from 255) = 14.33%
R=61.89%
G=23.78%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216835000.620.770.1511.9368.0352.16
HexD8533203E4DFc4434
Octal33012362076115171410464
Binary11011000101001111001001111101001101111111001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85332; }

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

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

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

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

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

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

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

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