#D45A2E

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

Shades of Chilean Fire #D45A2E

Tints of Chilean Fire #D45A2E

Color information

#D45A2E (or 0xD45A2E) is unknown color: approx Chilean Fire. HEX triplet: D4, 5A and 2E. RGB value is (212,90,46). Sum of RGB (Red+Green+Blue) = 212+90+46=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D45A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45A2E is #2BA5D1. Grayscale: #797979. Windows color (decimal): -2860498 or 3037908. OLE color: 3037908.

HSL color Cylindrical-coordinate representation of color #D45A2E: hue angle of 15.9º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D45A2E is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB2129046-
CMYK00.580.780.17
HSL15.9º65.87%50.59%-
HSV(B)15.9º78.3%83.14%-
XYZ31.321.515.09-
YUV121.4685.42192.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 60.92%
GREEN value IS 90 (35.55% from 255) = 25.86%
BLUE value IS 46 (18.36% from 255) = 13.22%
R=60.92%
G=25.86%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212904600.580.780.1715.965.8750.59
HexD45A2E03A4E11104233
Octal32413256072116212010263
Binary1101010010110101011100111010100111010001100001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45A2E; }

 p { color: rgb(212,90,46); }

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

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

 a { background-color: rgb(212,90,46); }

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

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

 span { border-color: rgb(212,90,46); }

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