#D65524

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

Shades of Chilean Fire #D65524

Tints of Chilean Fire #D65524

Color information

#D65524 (or 0xD65524) is unknown color: approx Chilean Fire. HEX triplet: D6, 55 and 24. RGB value is (214,85,36). Sum of RGB (Red+Green+Blue) = 214+85+36=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D65524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65524 is #29AADB. Grayscale: #767676. Windows color (decimal): -2730716 or 2381270. OLE color: 2381270.

HSL color Cylindrical-coordinate representation of color #D65524: hue angle of 16.52º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D65524 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB2148536-
CMYK00.600.830.16
HSL16.52º71.2%49.02%-
HSV(B)16.52º83.18%83.92%-
XYZ31.320.924.06-
YUV117.9881.74196.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.88%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 36 (14.45% from 255) = 10.75%
R=63.88%
G=25.37%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214853600.600.830.1616.5271.249.02
HexD6552403C5310114731
Octal32612544074123202110761
Binary1101011010101011001000111100101001110000100011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65524; }

 p { color: rgb(214,85,36); }

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

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

 a { background-color: rgb(214,85,36); }

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

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

 span { border-color: rgb(214,85,36); }

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