#D65D28

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

Shades of Chilean Fire #D65D28

Tints of Chilean Fire #D65D28

Color information

#D65D28 (or 0xD65D28) is unknown color: approx Chilean Fire. HEX triplet: D6, 5D and 28. RGB value is (214,93,40). Sum of RGB (Red+Green+Blue) = 214+93+40=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65D28 is #29A2D7. Grayscale: #7B7B7B. Windows color (decimal): -2728664 or 2645462. OLE color: 2645462.

HSL color Cylindrical-coordinate representation of color #D65D28: hue angle of 18.28º 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 #D65D28 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB2149340-
CMYK00.570.810.16
HSL18.28º68.5%49.8%-
HSV(B)18.28º81.31%83.92%-
XYZ32.0322.284.62-
YUV123.1481.09192.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.67%
GREEN value IS 93 (36.72% from 255) = 26.80%
BLUE value IS 40 (16.02% from 255) = 11.53%
R=61.67%
G=26.80%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214934000.570.810.1618.2868.549.8
HexD65D280395110124532
Octal32613550071121202210562
Binary1101011010111011010000111001101000110000100101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65D28; }

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

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

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

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

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

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

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

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