#D65236

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

Shades of Chilean Fire #D65236

Tints of Chilean Fire #D65236

Color information

#D65236 (or 0xD65236) is unknown color: approx Chilean Fire. HEX triplet: D6, 52 and 36. RGB value is (214,82,54). Sum of RGB (Red+Green+Blue) = 214+82+54=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D65236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65236 is #29ADC9. Grayscale: #767676. Windows color (decimal): -2731466 or 3560150. OLE color: 3560150.

HSL color Cylindrical-coordinate representation of color #D65236: hue angle of 10.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D65236 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB2148254-
CMYK00.620.750.16
HSL10.5º66.12%52.55%-
HSV(B)10.5º74.77%83.92%-
XYZ31.4120.65.81-
YUV118.2891.73196.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.14%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 54 (21.48% from 255) = 15.43%
R=61.14%
G=23.43%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214825400.620.750.1610.566.1252.55
HexD6523603E4B10b4235
Octal32612266076113201310265
Binary110101101010010110110011111010010111000010111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65236; }

 p { color: rgb(214,82,54); }

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

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

 a { background-color: rgb(214,82,54); }

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

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

 span { border-color: rgb(214,82,54); }

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