#DA5021

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

Shades of Chilean Fire #DA5021

Tints of Chilean Fire #DA5021

Color information

#DA5021 (or 0xDA5021) is unknown color: approx Chilean Fire. HEX triplet: DA, 50 and 21. RGB value is (218,80,33). Sum of RGB (Red+Green+Blue) = 218+80+33=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5021 is #25AFDE. Grayscale: #747474. Windows color (decimal): -2469855 or 2183386. OLE color: 2183386.

HSL color Cylindrical-coordinate representation of color #DA5021: hue angle of 15.24º degrees, saturation: 0.74, 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 #DA5021 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB2188033-
CMYK00.630.850.15
HSL15.24º73.71%49.22%-
HSV(B)15.24º84.86%85.49%-
XYZ32.0620.753.75-
YUV115.981.22200.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 65.86%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 33 (13.28% from 255) = 9.97%
R=65.86%
G=24.17%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218803300.630.850.1515.2473.7149.22
HexDA502103F55Ff4a31
Octal33212041077125171711261
Binary11011010101000010000101111111010101111111111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5021; }

 p { color: rgb(218,80,33); }

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

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

 a { background-color: rgb(218,80,33); }

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

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

 span { border-color: rgb(218,80,33); }

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