#D56435

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

Shades of Chilean Fire #D56435

Tints of Chilean Fire #D56435

Color information

#D56435 (or 0xD56435) is unknown color: approx Chilean Fire. HEX triplet: D5, 64 and 35. RGB value is (213,100,53). Sum of RGB (Red+Green+Blue) = 213+100+53=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D56435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56435 is #2A9BCA. Grayscale: #808080. Windows color (decimal): -2792395 or 3499221. OLE color: 3499221.

HSL color Cylindrical-coordinate representation of color #D56435: hue angle of 17.62º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D56435 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21310053-
CMYK00.530.750.16
HSL17.62º65.57%52.16%-
HSV(B)17.62º75.12%83.53%-
XYZ32.6423.526.19-
YUV128.4385.44188.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.20%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 53 (21.09% from 255) = 14.48%
R=58.20%
G=27.32%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131005300.530.750.1617.6265.5752.16
HexD564350354B10124234
Octal32514465065113202210264
Binary1101010111001001101010110101100101110000100101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56435; }

 p { color: rgb(213,100,53); }

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

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

 a { background-color: rgb(213,100,53); }

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

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

 span { border-color: rgb(213,100,53); }

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