#D65E2D

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

Shades of Chilean Fire #D65E2D

Tints of Chilean Fire #D65E2D

Color information

#D65E2D (or 0xD65E2D) is unknown color: approx Chilean Fire. HEX triplet: D6, 5E and 2D. RGB value is (214,94,45). Sum of RGB (Red+Green+Blue) = 214+94+45=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65E2D is #29A1D2. Grayscale: #7C7C7C. Windows color (decimal): -2728403 or 2973398. OLE color: 2973398.

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

Color convert

RGB2149445-
CMYK00.560.790.16
HSL17.4º67.33%50.78%-
HSV(B)17.4º78.97%83.92%-
XYZ32.2122.495.13-
YUV124.2983.26191.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.62%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 45 (17.97% from 255) = 12.75%
R=60.62%
G=26.63%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214944500.560.790.1617.467.3350.78
HexD65E2D0384F10114333
Octal32613655070117202110363
Binary1101011010111101011010111000100111110000100011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65E2D; }

 p { color: rgb(214,94,45); }

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

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

 a { background-color: rgb(214,94,45); }

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

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

 span { border-color: rgb(214,94,45); }

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