#D84F25

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

Shades of Chilean Fire #D84F25

Tints of Chilean Fire #D84F25

Color information

#D84F25 (or 0xD84F25) is unknown color: approx Chilean Fire. HEX triplet: D8, 4F and 25. RGB value is (216,79,37). Sum of RGB (Red+Green+Blue) = 216+79+37=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84F25 is #27B0DA. Grayscale: #737373. Windows color (decimal): -2601179 or 2445272. OLE color: 2445272.

HSL color Cylindrical-coordinate representation of color #D84F25: hue angle of 14.08º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D84F25 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB2167937-
CMYK00.630.830.15
HSL14.08º70.75%49.61%-
HSV(B)14.08º82.87%84.71%-
XYZ31.4520.324.02-
YUV115.1883.89199.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 65.06%
GREEN value IS 79 (31.25% from 255) = 23.80%
BLUE value IS 37 (14.84% from 255) = 11.14%
R=65.06%
G=23.80%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216793700.630.830.1514.0870.7549.61
HexD84F2503F53Fe4732
Octal33011745077123171610762
Binary11011000100111110010101111111010011111111101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84F25; }

 p { color: rgb(216,79,37); }

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

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

 a { background-color: rgb(216,79,37); }

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

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

 span { border-color: rgb(216,79,37); }

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