#D95129

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

Shades of Chilean Fire #D95129

Tints of Chilean Fire #D95129

Color information

#D95129 (or 0xD95129) is unknown color: approx Chilean Fire. HEX triplet: D9, 51 and 29. RGB value is (217,81,41). Sum of RGB (Red+Green+Blue) = 217+81+41=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D95129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95129 is #26AED6. Grayscale: #757575. Windows color (decimal): -2535127 or 2707929. OLE color: 2707929.

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

Color convert

RGB2178141-
CMYK00.630.810.15
HSL13.64º69.84%50.59%-
HSV(B)13.64º81.11%85.1%-
XYZ31.9620.84.43-
YUV117.185.06199.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.01%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 41 (16.41% from 255) = 12.09%
R=64.01%
G=23.89%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217814100.630.810.1513.6469.8450.59
HexD9512903F51Fe4633
Octal33112151077121171610663
Binary11011001101000110100101111111010001111111101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95129; }

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

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

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

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

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

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

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

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