#D5623F

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

Shades of Chilean Fire #D5623F

Tints of Chilean Fire #D5623F

Color information

#D5623F (or 0xD5623F) is unknown color: approx Chilean Fire. HEX triplet: D5, 62 and 3F. RGB value is (213,98,63). Sum of RGB (Red+Green+Blue) = 213+98+63=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5623F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5623F is #2A9DC0. Grayscale: #808080. Windows color (decimal): -2792897 or 4154069. OLE color: 4154069.

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

Color convert

RGB2139863-
CMYK00.540.700.16
HSL14º64.1%54.12%-
HSV(B)14º70.42%83.53%-
XYZ32.7123.247.46-
YUV128.3991.1188.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.95%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 63 (25% from 255) = 16.84%
R=56.95%
G=26.20%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213986300.540.700.161464.154.12
HexD5623F0364610e4036
Octal32514277066106201610066
Binary110101011100010111111011011010001101000011101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5623F; }

 p { color: rgb(213,98,63); }

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

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

 a { background-color: rgb(213,98,63); }

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

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

 span { border-color: rgb(213,98,63); }

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