#D25F2E

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

Shades of Chilean Fire #D25F2E

Tints of Chilean Fire #D25F2E

Color information

#D25F2E (or 0xD25F2E) is unknown color: approx Chilean Fire. HEX triplet: D2, 5F and 2E. RGB value is (210,95,46). Sum of RGB (Red+Green+Blue) = 210+95+46=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25F2E is #2DA0D1. Grayscale: #7C7C7C. Windows color (decimal): -2990290 or 3039186. OLE color: 3039186.

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

Color convert

RGB2109546-
CMYK00.550.780.18
HSL17.93º64.57%50.2%-
HSV(B)17.93º78.1%82.35%-
XYZ31.1622.085.2-
YUV123.884.1189.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.83%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 46 (18.36% from 255) = 13.11%
R=59.83%
G=27.07%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210954600.550.780.1817.9364.5750.2
HexD25F2E0374E12124132
Octal32213756067116222210162
Binary1101001010111111011100110111100111010010100101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25F2E; }

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

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

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

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

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

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

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

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