#D25829

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

Shades of Chilean Fire #D25829

Tints of Chilean Fire #D25829

Color information

#D25829 (or 0xD25829) is unknown color: approx Chilean Fire. HEX triplet: D2, 58 and 29. RGB value is (210,88,41). Sum of RGB (Red+Green+Blue) = 210+88+41=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D25829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25829 is #2DA7D6. Grayscale: #777777. Windows color (decimal): -2992087 or 2709714. OLE color: 2709714.

HSL color Cylindrical-coordinate representation of color #D25829: hue angle of 16.69º 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 #D25829 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB2108841-
CMYK00.580.800.18
HSL16.69º67.33%49.22%-
HSV(B)16.69º80.48%82.35%-
XYZ30.4720.844.51-
YUV119.1283.92192.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 61.95%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 41 (16.41% from 255) = 12.09%
R=61.95%
G=25.96%
B=12.09%

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
Decimal210884100.580.800.1816.6967.3349.22
HexD2582903A5012114331
Octal32213051072120222110361
Binary1101001010110001010010111010101000010010100011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25829; }

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

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

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

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

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

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

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

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