#DB5129

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

Shades of Chilean Fire #DB5129

Tints of Chilean Fire #DB5129

Color information

#DB5129 (or 0xDB5129) is unknown color: approx Chilean Fire. HEX triplet: DB, 51 and 29. RGB value is (219,81,41). Sum of RGB (Red+Green+Blue) = 219+81+41=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5129 is #24AED6. Grayscale: #767676. Windows color (decimal): -2404055 or 2707931. OLE color: 2707931.

HSL color Cylindrical-coordinate representation of color #DB5129: hue angle of 13.48º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB5129 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB2198141-
CMYK00.630.810.14
HSL13.48º71.2%50.98%-
HSV(B)13.48º81.28%85.88%-
XYZ32.5621.114.46-
YUV117.784.72200.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 64.22%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 41 (16.41% from 255) = 12.02%
R=64.22%
G=23.75%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219814100.630.810.1413.4871.250.98
HexDB512903F51Ed4733
Octal33312151077121161510763
Binary11011011101000110100101111111010001111011011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5129; }

 p { color: rgb(219,81,41); }

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

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

 a { background-color: rgb(219,81,41); }

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

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

 span { border-color: rgb(219,81,41); }

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