#D75631

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

Shades of Chilean Fire #D75631

Tints of Chilean Fire #D75631

Color information

#D75631 (or 0xD75631) is unknown color: approx Chilean Fire. HEX triplet: D7, 56 and 31. RGB value is (215,86,49). Sum of RGB (Red+Green+Blue) = 215+86+49=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D75631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75631 is #28A9CE. Grayscale: #787878. Windows color (decimal): -2664911 or 3233495. OLE color: 3233495.

HSL color Cylindrical-coordinate representation of color #D75631: hue angle of 13.37º degrees, saturation: 0.67, 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 #D75631 is Cyan = 0, Magento = 0.6, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB2158649-
CMYK00.60.770.16
HSL13.37º67.48%51.76%-
HSV(B)13.37º77.21%84.31%-
XYZ31.9121.325.34-
YUV120.3587.74195.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 61.43%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 49 (19.53% from 255) = 14%
R=61.43%
G=24.57%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215864900.60.770.1613.3767.4851.76
HexD7563103C4D10d4334
Octal32712661074115201510364
Binary110101111010110110001011110010011011000011011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75631; }

 p { color: rgb(215,86,49); }

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

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

 a { background-color: rgb(215,86,49); }

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

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

 span { border-color: rgb(215,86,49); }

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