#D85421

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

Shades of Chilean Fire #D85421

Tints of Chilean Fire #D85421

Color information

#D85421 (or 0xD85421) is unknown color: approx Chilean Fire. HEX triplet: D8, 54 and 21. RGB value is (216,84,33). Sum of RGB (Red+Green+Blue) = 216+84+33=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D85421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85421 is #27ABDE. Grayscale: #757575. Windows color (decimal): -2599903 or 2184408. OLE color: 2184408.

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

Color convert

RGB2168433-
CMYK00.610.850.15
HSL16.72º73.49%48.82%-
HSV(B)16.72º84.72%84.71%-
XYZ31.7621.053.83-
YUV117.6580.23198.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 64.86%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 33 (13.28% from 255) = 9.91%
R=64.86%
G=25.23%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216843300.610.850.1516.7273.4948.82
HexD8542103D55F114931
Octal33012441075125172111161
Binary110110001010100100001011110110101011111100011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85421; }

 p { color: rgb(216,84,33); }

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

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

 a { background-color: rgb(216,84,33); }

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

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

 span { border-color: rgb(216,84,33); }

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