#D95139

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

Shades of Chilean Fire #D95139

Tints of Chilean Fire #D95139

Color information

#D95139 (or 0xD95139) is unknown color: approx Chilean Fire. HEX triplet: D9, 51 and 39. RGB value is (217,81,57). Sum of RGB (Red+Green+Blue) = 217+81+57=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D95139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95139 is #26AEC6. Grayscale: #777777. Windows color (decimal): -2535111 or 3756505. OLE color: 3756505.

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

Color convert

RGB2178157-
CMYK00.630.740.15
HSL67.8%53.73%-
HSV(B)73.73%85.1%-
XYZ32.320.936.21-
YUV118.9393.06197.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.13%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 57 (22.66% from 255) = 16.06%
R=61.13%
G=22.82%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217815700.630.740.15967.853.73
HexD9513903F4AF94436
Octal33112171077112171110466
Binary11011001101000111100101111111001010111110011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95139; }

 p { color: rgb(217,81,57); }

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

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

 a { background-color: rgb(217,81,57); }

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

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

 span { border-color: rgb(217,81,57); }

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