#D25839

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

Shades of Chilean Fire #D25839

Tints of Chilean Fire #D25839

Color information

#D25839 (or 0xD25839) is unknown color: approx Chilean Fire. HEX triplet: D2, 58 and 39. RGB value is (210,88,57). Sum of RGB (Red+Green+Blue) = 210+88+57=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D25839 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25839 is #2DA7C6. Grayscale: #797979. Windows color (decimal): -2992071 or 3758290. OLE color: 3758290.

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

Color convert

RGB2108857-
CMYK00.580.730.18
HSL12.16º62.96%52.35%-
HSV(B)12.16º72.86%82.35%-
XYZ30.8120.986.3-
YUV120.9491.92191.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.15%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 57 (22.66% from 255) = 16.06%
R=59.15%
G=24.79%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210885700.580.730.1812.1662.9652.35
HexD2583903A4912c3f34
Octal3221307107211122147764
Binary11010010101100011100101110101001001100101100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25839; }

 p { color: rgb(210,88,57); }

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

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

 a { background-color: rgb(210,88,57); }

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

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

 span { border-color: rgb(210,88,57); }

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