#D6502D

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

Shades of Chilean Fire #D6502D

Tints of Chilean Fire #D6502D

Color information

#D6502D (or 0xD6502D) is unknown color: approx Chilean Fire. HEX triplet: D6, 50 and 2D. RGB value is (214,80,45). Sum of RGB (Red+Green+Blue) = 214+80+45=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6502D is #29AFD2. Grayscale: #747474. Windows color (decimal): -2731987 or 2969814. OLE color: 2969814.

HSL color Cylindrical-coordinate representation of color #D6502D: hue angle of 12.43º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6502D is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB2148045-
CMYK00.630.790.16
HSL12.43º67.33%50.78%-
HSV(B)12.43º78.97%83.92%-
XYZ31.0720.224.75-
YUV116.0887.89197.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.13%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 45 (17.97% from 255) = 13.27%
R=63.13%
G=23.60%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214804500.630.790.1612.4367.3350.78
HexD6502D03F4F10c4333
Octal32612055077117201410363
Binary110101101010000101101011111110011111000011001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6502D; }

 p { color: rgb(214,80,45); }

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

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

 a { background-color: rgb(214,80,45); }

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

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

 span { border-color: rgb(214,80,45); }

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