#D95427

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

Shades of Chilean Fire #D95427

Tints of Chilean Fire #D95427

Color information

#D95427 (or 0xD95427) is unknown color: approx Chilean Fire. HEX triplet: D9, 54 and 27. RGB value is (217,84,39). Sum of RGB (Red+Green+Blue) = 217+84+39=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D95427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95427 is #26ABD8. Grayscale: #767676. Windows color (decimal): -2534361 or 2577625. OLE color: 2577625.

HSL color Cylindrical-coordinate representation of color #D95427: hue angle of 15.17º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D95427 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB2178439-
CMYK00.610.820.15
HSL15.17º70.08%50.2%-
HSV(B)15.17º82.03%85.1%-
XYZ32.1521.244.32-
YUV118.6483.06198.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.82%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 39 (15.62% from 255) = 11.47%
R=63.82%
G=24.71%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217843900.610.820.1515.1770.0850.2
HexD9542703D52Ff4632
Octal33112447075122171710662
Binary11011001101010010011101111011010010111111111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95427; }

 p { color: rgb(217,84,39); }

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

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

 a { background-color: rgb(217,84,39); }

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

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

 span { border-color: rgb(217,84,39); }

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