#D65F28

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

Shades of Chilean Fire #D65F28

Tints of Chilean Fire #D65F28

Color information

#D65F28 (or 0xD65F28) is unknown color: approx Chilean Fire. HEX triplet: D6, 5F and 28. RGB value is (214,95,40). Sum of RGB (Red+Green+Blue) = 214+95+40=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65F28 is #29A0D7. Grayscale: #7C7C7C. Windows color (decimal): -2728152 or 2645974. OLE color: 2645974.

HSL color Cylindrical-coordinate representation of color #D65F28: hue angle of 18.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D65F28 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB2149540-
CMYK00.560.810.16
HSL18.97º68.5%49.8%-
HSV(B)18.97º81.31%83.92%-
XYZ32.2122.634.68-
YUV124.3180.42191.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.32%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 40 (16.02% from 255) = 11.46%
R=61.32%
G=27.22%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214954000.560.810.1618.9768.549.8
HexD65F280385110134532
Octal32613750070121202310562
Binary1101011010111111010000111000101000110000100111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65F28; }

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

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

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

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

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

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

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

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