#D05F28

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

Shades of Chilean Fire #D05F28

Tints of Chilean Fire #D05F28

Color information

#D05F28 (or 0xD05F28) is unknown color: approx Chilean Fire. HEX triplet: D0, 5F and 28. RGB value is (208,95,40). Sum of RGB (Red+Green+Blue) = 208+95+40=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05F28 is #2FA0D7. Grayscale: #7A7A7A. Windows color (decimal): -3121368 or 2645968. OLE color: 2645968.

HSL color Cylindrical-coordinate representation of color #D05F28: hue angle of 19.64º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D05F28 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB2089540-
CMYK00.540.810.18
HSL19.64º67.74%48.63%-
HSV(B)19.64º80.77%81.57%-
XYZ30.4921.754.6-
YUV122.5281.44188.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 60.64%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 40 (16.02% from 255) = 11.66%
R=60.64%
G=27.70%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208954000.540.810.1819.6467.7448.63
HexD05F280365112144431
Octal32013750066121222410461
Binary1101000010111111010000110110101000110010101001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05F28; }

 p { color: rgb(208,95,40); }

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

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

 a { background-color: rgb(208,95,40); }

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

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

 span { border-color: rgb(208,95,40); }

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