#D55A32

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

Shades of Chilean Fire #D55A32

Tints of Chilean Fire #D55A32

Color information

#D55A32 (or 0xD55A32) is unknown color: approx Chilean Fire. HEX triplet: D5, 5A and 32. RGB value is (213,90,50). Sum of RGB (Red+Green+Blue) = 213+90+50=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A32 is #2AA5CD. Grayscale: #7A7A7A. Windows color (decimal): -2794958 or 3300053. OLE color: 3300053.

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

Color convert

RGB2139050-
CMYK00.580.770.16
HSL14.72º65.99%51.57%-
HSV(B)14.72º76.53%83.53%-
XYZ31.6721.695.53-
YUV122.2287.25192.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.34%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 50 (19.92% from 255) = 14.16%
R=60.34%
G=25.50%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213905000.580.770.1614.7265.9951.57
HexD55A3203A4D10f4234
Octal32513262072115201710264
Binary110101011011010110010011101010011011000011111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55A32; }

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

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

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

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

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

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

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

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