#D66135

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

Shades of Chilean Fire #D66135

Tints of Chilean Fire #D66135

Color information

#D66135 (or 0xD66135) is unknown color: approx Chilean Fire. HEX triplet: D6, 61 and 35. RGB value is (214,97,53). Sum of RGB (Red+Green+Blue) = 214+97+53=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D66135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66135 is #299ECA. Grayscale: #7F7F7F. Windows color (decimal): -2727627 or 3498454. OLE color: 3498454.

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

Color convert

RGB2149753-
CMYK00.550.750.16
HSL16.4º66.26%52.35%-
HSV(B)16.4º75.23%83.92%-
XYZ32.6523.16.11-
YUV126.9786.26190.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.79%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 53 (21.09% from 255) = 14.56%
R=58.79%
G=26.65%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214975300.550.750.1616.466.2652.35
HexD661350374B10104234
Octal32614165067113202010264
Binary1101011011000011101010110111100101110000100001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66135; }

 p { color: rgb(214,97,53); }

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

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

 a { background-color: rgb(214,97,53); }

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

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

 span { border-color: rgb(214,97,53); }

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