#D95C3D

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

Shades of Chilean Fire #D95C3D

Tints of Chilean Fire #D95C3D

Color information

#D95C3D (or 0xD95C3D) is unknown color: approx Chilean Fire. HEX triplet: D9, 5C and 3D. RGB value is (217,92,61). Sum of RGB (Red+Green+Blue) = 217+92+61=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95C3D is #26A3C2. Grayscale: #7E7E7E. Windows color (decimal): -2532291 or 4021465. OLE color: 4021465.

HSL color Cylindrical-coordinate representation of color #D95C3D: hue angle of 11.92º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D95C3D is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB2179261-
CMYK00.580.720.15
HSL11.92º67.24%54.51%-
HSV(B)11.92º71.89%85.1%-
XYZ33.2822.747.05-
YUV125.8491.41193.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.65%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 61 (24.22% from 255) = 16.49%
R=58.65%
G=24.86%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217926100.580.720.1511.9267.2454.51
HexD95C3D03A48Fc4337
Octal33113475072110171410367
Binary11011001101110011110101110101001000111111001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95C3D; }

 p { color: rgb(217,92,61); }

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

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

 a { background-color: rgb(217,92,61); }

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

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

 span { border-color: rgb(217,92,61); }

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