#D15C31

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

Shades of Chilean Fire #D15C31

Tints of Chilean Fire #D15C31

Color information

#D15C31 (or 0xD15C31) is unknown color: approx Chilean Fire. HEX triplet: D1, 5C and 31. RGB value is (209,92,49). Sum of RGB (Red+Green+Blue) = 209+92+49=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15C31 is #2EA3CE. Grayscale: #7A7A7A. Windows color (decimal): -3056591 or 3235025. OLE color: 3235025.

HSL color Cylindrical-coordinate representation of color #D15C31: hue angle of 16.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D15C31 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB2099249-
CMYK00.560.770.18
HSL16.12º63.49%50.59%-
HSV(B)16.12º76.56%81.96%-
XYZ30.6821.435.43-
YUV122.0886.76190-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.71%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 49 (19.53% from 255) = 14%
R=59.71%
G=26.29%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209924900.560.770.1816.1263.4950.59
HexD15C310384D12103f33
Octal3211346107011522207763
Binary110100011011100110001011100010011011001010000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15C31; }

 p { color: rgb(209,92,49); }

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

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

 a { background-color: rgb(209,92,49); }

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

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

 span { border-color: rgb(209,92,49); }

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