#D95D37

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

Shades of Chilean Fire #D95D37

Tints of Chilean Fire #D95D37

Color information

#D95D37 (or 0xD95D37) is unknown color: approx Chilean Fire. HEX triplet: D9, 5D and 37. RGB value is (217,93,55). Sum of RGB (Red+Green+Blue) = 217+93+55=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95D37 is #26A2C8. Grayscale: #7E7E7E. Windows color (decimal): -2532041 or 3628505. OLE color: 3628505.

HSL color Cylindrical-coordinate representation of color #D95D37: hue angle of 14.07º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D95D37 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB2179355-
CMYK00.570.750.15
HSL14.07º68.07%53.33%-
HSV(B)14.07º74.65%85.1%-
XYZ33.2222.866.28-
YUV125.7488.08193.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.45%
GREEN value IS 93 (36.72% from 255) = 25.48%
BLUE value IS 55 (21.88% from 255) = 15.07%
R=59.45%
G=25.48%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217935500.570.750.1514.0768.0753.33
HexD95D370394BFe4435
Octal33113567071113171610465
Binary11011001101110111011101110011001011111111101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95D37; }

 p { color: rgb(217,93,55); }

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

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

 a { background-color: rgb(217,93,55); }

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

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

 span { border-color: rgb(217,93,55); }

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