#D5511F

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

Shades of Chilean Fire #D5511F

Tints of Chilean Fire #D5511F

Color information

#D5511F (or 0xD5511F) is unknown color: approx Chilean Fire. HEX triplet: D5, 51 and 1F. RGB value is (213,81,31). Sum of RGB (Red+Green+Blue) = 213+81+31=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5511F is #2AAEE0. Grayscale: #737373. Windows color (decimal): -2797281 or 2052565. OLE color: 2052565.

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

Color convert

RGB2138131-
CMYK00.620.850.16
HSL16.48º74.59%47.84%-
HSV(B)16.48º85.45%83.53%-
XYZ30.6320.133.57-
YUV114.7780.73198.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 65.54%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 31 (12.5% from 255) = 9.54%
R=65.54%
G=24.92%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213813100.620.850.1616.4874.5947.84
HexD5511F03E5510104b30
Octal32512137076125202011360
Binary110101011010001111110111110101010110000100001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5511F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5511F; }

 p { color: rgb(213,81,31); }

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

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

 a { background-color: rgb(213,81,31); }

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

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

 span { border-color: rgb(213,81,31); }

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