#D95D3B

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

Shades of Chilean Fire #D95D3B

Tints of Chilean Fire #D95D3B

Color information

#D95D3B (or 0xD95D3B) is unknown color: approx Chilean Fire. HEX triplet: D9, 5D and 3B. RGB value is (217,93,59). Sum of RGB (Red+Green+Blue) = 217+93+59=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95D3B is #26A2C4. Grayscale: #7E7E7E. Windows color (decimal): -2532037 or 3890649. OLE color: 3890649.

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

Color convert

RGB2179359-
CMYK00.570.730.15
HSL12.91º67.52%54.12%-
HSV(B)12.91º72.81%85.1%-
XYZ33.3222.96.8-
YUV126.290.08192.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.81%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 59 (23.44% from 255) = 15.99%
R=58.81%
G=25.20%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217935900.570.730.1512.9167.5254.12
HexD95D3B03949Fd4436
Octal33113573071111171510466
Binary11011001101110111101101110011001001111111011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95D3B; }

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

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

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

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

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

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

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

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