#D25C2E

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

Shades of Chilean Fire #D25C2E

Tints of Chilean Fire #D25C2E

Color information

#D25C2E (or 0xD25C2E) is unknown color: approx Chilean Fire. HEX triplet: D2, 5C and 2E. RGB value is (210,92,46). Sum of RGB (Red+Green+Blue) = 210+92+46=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25C2E is #2DA3D1. Grayscale: #7A7A7A. Windows color (decimal): -2991058 or 3038418. OLE color: 3038418.

HSL color Cylindrical-coordinate representation of color #D25C2E: hue angle of 16.83º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D25C2E is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB2109246-
CMYK00.560.780.18
HSL16.83º64.57%50.2%-
HSV(B)16.83º78.1%82.35%-
XYZ30.921.555.12-
YUV122.0485.09190.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.34%
GREEN value IS 92 (36.33% from 255) = 26.44%
BLUE value IS 46 (18.36% from 255) = 13.22%
R=60.34%
G=26.44%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210924600.560.780.1816.8364.5750.2
HexD25C2E0384E12114132
Octal32213456070116222110162
Binary1101001010111001011100111000100111010010100011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25C2E; }

 p { color: rgb(210,92,46); }

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

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

 a { background-color: rgb(210,92,46); }

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

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

 span { border-color: rgb(210,92,46); }

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