#D65A35

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

Shades of Chilean Fire #D65A35

Tints of Chilean Fire #D65A35

Color information

#D65A35 (or 0xD65A35) is unknown color: approx Chilean Fire. HEX triplet: D6, 5A and 35. RGB value is (214,90,53). Sum of RGB (Red+Green+Blue) = 214+90+53=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65A35 is #29A5CA. Grayscale: #7B7B7B. Windows color (decimal): -2729419 or 3496662. OLE color: 3496662.

HSL color Cylindrical-coordinate representation of color #D65A35: hue angle of 13.79º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D65A35 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB2149053-
CMYK00.580.750.16
HSL13.79º66.26%52.35%-
HSV(B)13.79º75.23%83.92%-
XYZ32.0321.875.9-
YUV122.8688.58193.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.94%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 53 (21.09% from 255) = 14.85%
R=59.94%
G=25.21%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214905300.580.750.1613.7966.2652.35
HexD65A3503A4B10e4234
Octal32613265072113201610264
Binary110101101011010110101011101010010111000011101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65A35; }

 p { color: rgb(214,90,53); }

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

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

 a { background-color: rgb(214,90,53); }

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

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

 span { border-color: rgb(214,90,53); }

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