#D55837

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

Shades of Chilean Fire #D55837

Tints of Chilean Fire #D55837

Color information

#D55837 (or 0xD55837) is unknown color: approx Chilean Fire. HEX triplet: D5, 58 and 37. RGB value is (213,88,55). Sum of RGB (Red+Green+Blue) = 213+88+55=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D55837 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55837 is #2AA7C8. Grayscale: #797979. Windows color (decimal): -2795465 or 3627221. OLE color: 3627221.

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

Color convert

RGB2138855-
CMYK00.590.740.16
HSL12.53º65.29%52.55%-
HSV(B)12.53º74.18%83.53%-
XYZ31.6221.46.08-
YUV121.6190.41193.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.83%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 55 (21.88% from 255) = 15.45%
R=59.83%
G=24.72%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213885500.590.740.1612.5365.2952.55
HexD5583703B4A10d4135
Octal32513067073112201510165
Binary110101011011000110111011101110010101000011011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55837; }

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

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

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

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

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

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

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

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