#d55839

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

Shades of Chilean Fire #D55839

Tints of Chilean Fire #D55839

Color information

#D55839 (or 0xD55839) is unknown color: approx Chilean Fire. HEX triplet: D5, 58 and 39. RGB value is (213,88,57). Sum of RGB (Red+Green+Blue) = 213+88+57=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D55839 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55839 is #2AA7C6. Grayscale: #7A7A7A. Windows color (decimal): -2795463 or 3758293. OLE color: 3758293.

HSL color Cylindrical-coordinate representation of color #D55839: hue angle of 11.92º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D55839 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB2138857-
CMYK00.590.730.16
HSL11.92º65%52.94%-
HSV(B)11.92º73.24%83.53%-
XYZ31.6721.426.34-
YUV121.8491.41193.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.50%
GREEN value IS 88 (34.77% from 255) = 24.58%
BLUE value IS 57 (22.66% from 255) = 15.92%
R=59.50%
G=24.58%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213885700.590.730.1611.926552.94
HexD5583903B4910c4135
Octal32513071073111201410165
Binary110101011011000111001011101110010011000011001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d55839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d55839; }

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

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

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

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

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

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

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

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