#D65626

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

Shades of Chilean Fire #D65626

Tints of Chilean Fire #D65626

Color information

#D65626 (or 0xD65626) is unknown color: approx Chilean Fire. HEX triplet: D6, 56 and 26. RGB value is (214,86,38). Sum of RGB (Red+Green+Blue) = 214+86+38=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D65626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65626 is #29A9D9. Grayscale: #777777. Windows color (decimal): -2730458 or 2512598. OLE color: 2512598.

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

Color convert

RGB2148638-
CMYK00.600.820.16
HSL16.36º69.84%49.41%-
HSV(B)16.36º82.24%83.92%-
XYZ31.4121.094.25-
YUV118.882.41195.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.31%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 38 (15.23% from 255) = 11.24%
R=63.31%
G=25.44%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214863800.600.820.1616.3669.8449.41
HexD6562603C5210104631
Octal32612646074122202010661
Binary1101011010101101001100111100101001010000100001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65626; }

 p { color: rgb(214,86,38); }

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

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

 a { background-color: rgb(214,86,38); }

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

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

 span { border-color: rgb(214,86,38); }

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