#D55A36

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

Shades of Chilean Fire #D55A36

Tints of Chilean Fire #D55A36

Color information

#D55A36 (or 0xD55A36) is unknown color: approx Chilean Fire. HEX triplet: D5, 5A and 36. RGB value is (213,90,54). Sum of RGB (Red+Green+Blue) = 213+90+54=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A36 is #2AA5C9. Grayscale: #7A7A7A. Windows color (decimal): -2794954 or 3562197. OLE color: 3562197.

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

Color convert

RGB2139054-
CMYK00.580.750.16
HSL13.58º65.43%52.35%-
HSV(B)13.58º74.65%83.53%-
XYZ31.7621.726.01-
YUV122.6789.25192.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.66%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 54 (21.48% from 255) = 15.13%
R=59.66%
G=25.21%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213905400.580.750.1613.5865.4352.35
HexD55A3603A4B10e4134
Octal32513266072113201610164
Binary110101011011010110110011101010010111000011101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55A36; }

 p { color: rgb(213,90,54); }

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

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

 a { background-color: rgb(213,90,54); }

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

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

 span { border-color: rgb(213,90,54); }

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