#D55737

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

Shades of Chilean Fire #D55737

Tints of Chilean Fire #D55737

Color information

#D55737 (or 0xD55737) is unknown color: approx Chilean Fire. HEX triplet: D5, 57 and 37. RGB value is (213,87,55). Sum of RGB (Red+Green+Blue) = 213+87+55=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D55737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55737 is #2AA8C8. Grayscale: #797979. Windows color (decimal): -2795721 or 3626965. OLE color: 3626965.

HSL color Cylindrical-coordinate representation of color #D55737: hue angle of 12.15º 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 #D55737 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB2138755-
CMYK00.590.740.16
HSL12.15º65.29%52.55%-
HSV(B)12.15º74.18%83.53%-
XYZ31.5421.246.05-
YUV121.0390.74193.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 55 (21.88% from 255) = 15.49%
R=60%
G=24.51%
B=15.49%

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
Decimal213875500.590.740.1612.1565.2952.55
HexD5573703B4A10c4135
Octal32512767073112201410165
Binary110101011010111110111011101110010101000011001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55737; }

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

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

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

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

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

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

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

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