#d1612c

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

Shades of Chilean Fire #D1612C

Tints of Chilean Fire #D1612C

Color information

#D1612C (or 0xD1612C) is unknown color: approx Chilean Fire. HEX triplet: D1, 61 and 2C. RGB value is (209,97,44). Sum of RGB (Red+Green+Blue) = 209+97+44=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D1612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1612C is #2E9ED3. Grayscale: #7C7C7C. Windows color (decimal): -3055316 or 2908625. OLE color: 2908625.

HSL color Cylindrical-coordinate representation of color #D1612C: hue angle of 19.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1612C is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB2099744-
CMYK00.540.790.18
HSL19.27º65.22%49.61%-
HSV(B)19.27º78.95%81.96%-
XYZ31.0222.295.05-
YUV124.4582.61188.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.71%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 44 (17.58% from 255) = 12.57%
R=59.71%
G=27.71%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209974400.540.790.1819.2765.2249.61
HexD1612C0364F12134132
Octal32114154066117222310162
Binary1101000111000011011000110110100111110010100111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1612c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1612c; }

 p { color: rgb(209,97,44); }

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

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

 a { background-color: rgb(209,97,44); }

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

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

 span { border-color: rgb(209,97,44); }

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