#D1583A

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

Shades of Chilean Fire #D1583A

Tints of Chilean Fire #D1583A

Color information

#D1583A (or 0xD1583A) is unknown color: approx Chilean Fire. HEX triplet: D1, 58 and 3A. RGB value is (209,88,58). Sum of RGB (Red+Green+Blue) = 209+88+58=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1583A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1583A is #2EA7C5. Grayscale: #787878. Windows color (decimal): -3057606 or 3823825. OLE color: 3823825.

HSL color Cylindrical-coordinate representation of color #D1583A: hue angle of 11.92º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1583A is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB2098858-
CMYK00.580.720.18
HSL11.92º62.14%52.35%-
HSV(B)11.92º72.25%81.96%-
XYZ30.5520.846.42-
YUV120.7692.59190.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.87%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 58 (23.05% from 255) = 16.34%
R=58.87%
G=24.79%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209885800.580.720.1811.9262.1452.35
HexD1583A03A4812c3e34
Octal3211307207211022147664
Binary11010001101100011101001110101001000100101100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1583A; }

 p { color: rgb(209,88,58); }

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

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

 a { background-color: rgb(209,88,58); }

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

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

 span { border-color: rgb(209,88,58); }

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