#D85A3A

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

Shades of Chilean Fire #D85A3A

Tints of Chilean Fire #D85A3A

Color information

#D85A3A (or 0xD85A3A) is unknown color: approx Chilean Fire. HEX triplet: D8, 5A and 3A. RGB value is (216,90,58). Sum of RGB (Red+Green+Blue) = 216+90+58=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A3A is #27A5C5. Grayscale: #7C7C7C. Windows color (decimal): -2598342 or 3824344. OLE color: 3824344.

HSL color Cylindrical-coordinate representation of color #D85A3A: hue angle of 12.15º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D85A3A is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB2169058-
CMYK00.580.730.15
HSL12.15º66.95%53.73%-
HSV(B)12.15º73.15%84.71%-
XYZ32.7422.226.57-
YUV124.0390.74193.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.34%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 58 (23.05% from 255) = 15.93%
R=59.34%
G=24.73%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216905800.580.730.1512.1566.9553.73
HexD85A3A03A49Fc4336
Octal33013272072111171410366
Binary11011000101101011101001110101001001111111001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85A3A; }

 p { color: rgb(216,90,58); }

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

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

 a { background-color: rgb(216,90,58); }

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

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

 span { border-color: rgb(216,90,58); }

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