#D9512B

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

Shades of Chilean Fire #D9512B

Tints of Chilean Fire #D9512B

Color information

#D9512B (or 0xD9512B) is unknown color: approx Chilean Fire. HEX triplet: D9, 51 and 2B. RGB value is (217,81,43). Sum of RGB (Red+Green+Blue) = 217+81+43=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D9512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9512B is #26AED4. Grayscale: #757575. Windows color (decimal): -2535125 or 2839001. OLE color: 2839001.

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

Color convert

RGB2178143-
CMYK00.630.800.15
HSL13.1º69.6%50.98%-
HSV(B)13.1º80.18%85.1%-
XYZ31.9920.814.62-
YUV117.3386.06199.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.64%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 43 (17.19% from 255) = 12.61%
R=63.64%
G=23.75%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217814300.630.800.1513.169.650.98
HexD9512B03F50Fd4633
Octal33112153077120171510663
Binary11011001101000110101101111111010000111111011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9512B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9512B; }

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

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

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

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

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

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

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

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