#D25929

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

Shades of Chilean Fire #D25929

Tints of Chilean Fire #D25929

Color information

#D25929 (or 0xD25929) is unknown color: approx Chilean Fire. HEX triplet: D2, 59 and 29. RGB value is (210,89,41). Sum of RGB (Red+Green+Blue) = 210+89+41=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D25929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25929 is #2DA6D6. Grayscale: #787878. Windows color (decimal): -2991831 or 2709970. OLE color: 2709970.

HSL color Cylindrical-coordinate representation of color #D25929: hue angle of 17.04º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D25929 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB2108941-
CMYK00.580.800.18
HSL17.04º67.33%49.22%-
HSV(B)17.04º80.48%82.35%-
XYZ30.5521.014.54-
YUV119.7183.59192.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 61.76%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 41 (16.41% from 255) = 12.06%
R=61.76%
G=26.18%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210894100.580.800.1817.0467.3349.22
HexD2592903A5012114331
Octal32213151072120222110361
Binary1101001010110011010010111010101000010010100011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25929; }

 p { color: rgb(210,89,41); }

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

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

 a { background-color: rgb(210,89,41); }

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

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

 span { border-color: rgb(210,89,41); }

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