#D1612B

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

Shades of Chilean Fire #D1612B

Tints of Chilean Fire #D1612B

Color information

#D1612B (or 0xD1612B) is unknown color: approx Chilean Fire. HEX triplet: D1, 61 and 2B. RGB value is (209,97,43). Sum of RGB (Red+Green+Blue) = 209+97+43=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D1612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1612B is #2E9ED4. Grayscale: #7C7C7C. Windows color (decimal): -3055317 or 2843089. OLE color: 2843089.

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

Color convert

RGB2099743-
CMYK00.540.790.18
HSL19.52º65.87%49.41%-
HSV(B)19.52º79.43%81.96%-
XYZ31.0122.284.95-
YUV124.3382.11188.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.89%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 43 (17.19% from 255) = 12.32%
R=59.89%
G=27.79%
B=12.32%

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
Decimal209974300.540.790.1819.5265.8749.41
HexD1612B0364F12144231
Octal32114153066117222410261
Binary1101000111000011010110110110100111110010101001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1612B; }

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

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

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

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

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

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

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

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