#D95D35

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

Shades of Chilean Fire #D95D35

Tints of Chilean Fire #D95D35

Color information

#D95D35 (or 0xD95D35) is unknown color: approx Chilean Fire. HEX triplet: D9, 5D and 35. RGB value is (217,93,53). Sum of RGB (Red+Green+Blue) = 217+93+53=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95D35 is #26A2CA. Grayscale: #7D7D7D. Windows color (decimal): -2532043 or 3497433. OLE color: 3497433.

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

Color convert

RGB2179353-
CMYK00.570.760.15
HSL14.63º68.33%52.94%-
HSV(B)14.63º75.58%85.1%-
XYZ33.1722.846.03-
YUV125.5287.08193.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.78%
GREEN value IS 93 (36.72% from 255) = 25.62%
BLUE value IS 53 (21.09% from 255) = 14.60%
R=59.78%
G=25.62%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217935300.570.760.1514.6368.3352.94
HexD95D350394CFf4435
Octal33113565071114171710465
Binary11011001101110111010101110011001100111111111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95D35; }

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

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

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

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

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

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

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

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