#D5632F

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

Shades of Chilean Fire #D5632F

Tints of Chilean Fire #D5632F

Color information

#D5632F (or 0xD5632F) is unknown color: approx Chilean Fire. HEX triplet: D5, 63 and 2F. RGB value is (213,99,47). Sum of RGB (Red+Green+Blue) = 213+99+47=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5632F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5632F is #2A9CD0. Grayscale: #7F7F7F. Windows color (decimal): -2792657 or 3105749. OLE color: 3105749.

HSL color Cylindrical-coordinate representation of color #D5632F: hue angle of 18.8º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5632F is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB2139947-
CMYK00.540.780.16
HSL18.8º66.4%50.98%-
HSV(B)18.8º77.93%83.53%-
XYZ32.4223.285.47-
YUV127.1682.77189.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.33%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 47 (18.75% from 255) = 13.09%
R=59.33%
G=27.58%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213994700.540.780.1618.866.450.98
HexD5632F0364E10134233
Octal32514357066116202310263
Binary1101010111000111011110110110100111010000100111000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5632F; }

 p { color: rgb(213,99,47); }

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

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

 a { background-color: rgb(213,99,47); }

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

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

 span { border-color: rgb(213,99,47); }

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