#D4622E

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

Shades of Chilean Fire #D4622E

Tints of Chilean Fire #D4622E

Color information

#D4622E (or 0xD4622E) is unknown color: approx Chilean Fire. HEX triplet: D4, 62 and 2E. RGB value is (212,98,46). Sum of RGB (Red+Green+Blue) = 212+98+46=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D4622E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4622E is #2B9DD1. Grayscale: #7E7E7E. Windows color (decimal): -2858450 or 3039956. OLE color: 3039956.

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

Color convert

RGB2129846-
CMYK00.540.780.17
HSL18.8º65.87%50.59%-
HSV(B)18.8º78.3%83.14%-
XYZ32.0122.935.32-
YUV126.1682.77189.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 59.55%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 46 (18.36% from 255) = 12.92%
R=59.55%
G=27.53%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212984600.540.780.1718.865.8750.59
HexD4622E0364E11134233
Octal32414256066116212310263
Binary1101010011000101011100110110100111010001100111000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4622E; }

 p { color: rgb(212,98,46); }

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

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

 a { background-color: rgb(212,98,46); }

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

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

 span { border-color: rgb(212,98,46); }

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