#D75E34

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

Shades of Chilean Fire #D75E34

Tints of Chilean Fire #D75E34

Color information

#D75E34 (or 0xD75E34) is unknown color: approx Chilean Fire. HEX triplet: D7, 5E and 34. RGB value is (215,94,52). Sum of RGB (Red+Green+Blue) = 215+94+52=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75E34 is #28A1CB. Grayscale: #7D7D7D. Windows color (decimal): -2662860 or 3432151. OLE color: 3432151.

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

Color convert

RGB2159452-
CMYK00.560.760.16
HSL15.46º67.08%52.35%-
HSV(B)15.46º75.81%84.31%-
XYZ32.6522.75.91-
YUV125.3986.59191.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.56%
GREEN value IS 94 (37.11% from 255) = 26.04%
BLUE value IS 52 (20.70% from 255) = 14.40%
R=59.56%
G=26.04%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215945200.560.760.1615.4667.0852.35
HexD75E340384C10f4334
Octal32713664070114201710364
Binary110101111011110110100011100010011001000011111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75E34; }

 p { color: rgb(215,94,52); }

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

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

 a { background-color: rgb(215,94,52); }

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

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

 span { border-color: rgb(215,94,52); }

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