#D95239

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

Shades of Chilean Fire #D95239

Tints of Chilean Fire #D95239

Color information

#D95239 (or 0xD95239) is unknown color: approx Chilean Fire. HEX triplet: D9, 52 and 39. RGB value is (217,82,57). Sum of RGB (Red+Green+Blue) = 217+82+57=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D95239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95239 is #26ADC6. Grayscale: #777777. Windows color (decimal): -2534855 or 3756761. OLE color: 3756761.

HSL color Cylindrical-coordinate representation of color #D95239: hue angle of 9.38º 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 #D95239 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB2178257-
CMYK00.620.740.15
HSL9.38º67.8%53.73%-
HSV(B)9.38º73.73%85.1%-
XYZ32.3721.086.23-
YUV119.5292.73197.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.96%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 57 (22.66% from 255) = 16.01%
R=60.96%
G=23.03%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217825700.620.740.159.3867.853.73
HexD9523903E4AF94436
Octal33112271076112171110466
Binary11011001101001011100101111101001010111110011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95239; }

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

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

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

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

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

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

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

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