#D56038

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

Shades of Chilean Fire #D56038

Tints of Chilean Fire #D56038

Color information

#D56038 (or 0xD56038) is unknown color: approx Chilean Fire. HEX triplet: D5, 60 and 38. RGB value is (213,96,56). Sum of RGB (Red+Green+Blue) = 213+96+56=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D56038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56038 is #2A9FC7. Grayscale: #7E7E7E. Windows color (decimal): -2793416 or 3694805. OLE color: 3694805.

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

Color convert

RGB2139656-
CMYK00.550.740.16
HSL15.29º65.15%52.75%-
HSV(B)15.29º73.71%83.53%-
XYZ32.3422.86.44-
YUV126.4288.26189.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.36%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 56 (22.27% from 255) = 15.34%
R=58.36%
G=26.30%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213965600.550.740.1615.2965.1552.75
HexD560380374A10f4135
Octal32514070067112201710165
Binary110101011100000111000011011110010101000011111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56038; }

 p { color: rgb(213,96,56); }

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

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

 a { background-color: rgb(213,96,56); }

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

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

 span { border-color: rgb(213,96,56); }

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