#D6582B

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

Shades of Chilean Fire #D6582B

Tints of Chilean Fire #D6582B

Color information

#D6582B (or 0xD6582B) is unknown color: approx Chilean Fire. HEX triplet: D6, 58 and 2B. RGB value is (214,88,43). Sum of RGB (Red+Green+Blue) = 214+88+43=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6582B is #29A7D4. Grayscale: #787878. Windows color (decimal): -2729941 or 2840790. OLE color: 2840790.

HSL color Cylindrical-coordinate representation of color #D6582B: hue angle of 15.79º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6582B is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB2148843-
CMYK00.590.800.16
HSL15.79º67.59%50.39%-
HSV(B)15.79º79.91%83.92%-
XYZ31.6621.454.76-
YUV120.5484.24194.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.03%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 43 (17.19% from 255) = 12.46%
R=62.03%
G=25.51%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214884300.590.800.1615.7967.5950.39
HexD6582B03B5010104432
Octal32613053073120202010462
Binary1101011010110001010110111011101000010000100001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6582B; }

 p { color: rgb(214,88,43); }

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

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

 a { background-color: rgb(214,88,43); }

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

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

 span { border-color: rgb(214,88,43); }

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