#D6633F

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

Shades of Chilean Fire #D6633F

Tints of Chilean Fire #D6633F

Color information

#D6633F (or 0xD6633F) is unknown color: approx Chilean Fire. HEX triplet: D6, 63 and 3F. RGB value is (214,99,63). Sum of RGB (Red+Green+Blue) = 214+99+63=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6633F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6633F is #299CC0. Grayscale: #818181. Windows color (decimal): -2727105 or 4154326. OLE color: 4154326.

HSL color Cylindrical-coordinate representation of color #D6633F: hue angle of 14.3º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6633F is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB2149963-
CMYK00.540.710.16
HSL14.3º64.81%54.31%-
HSV(B)14.3º70.56%83.92%-
XYZ33.0923.587.51-
YUV129.2890.6188.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.91%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 63 (25% from 255) = 16.76%
R=56.91%
G=26.33%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214996300.540.710.1614.364.8154.31
HexD6633F0364710e4136
Octal32614377066107201610166
Binary110101101100011111111011011010001111000011101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6633F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6633F; }

 p { color: rgb(214,99,63); }

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

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

 a { background-color: rgb(214,99,63); }

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

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

 span { border-color: rgb(214,99,63); }

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