#D35A3C

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

Shades of Chilean Fire #D35A3C

Tints of Chilean Fire #D35A3C

Color information

#D35A3C (or 0xD35A3C) is unknown color: approx Chilean Fire. HEX triplet: D3, 5A and 3C. RGB value is (211,90,60). Sum of RGB (Red+Green+Blue) = 211+90+60=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D35A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35A3C is #2CA5C3. Grayscale: #7A7A7A. Windows color (decimal): -2926020 or 3955411. OLE color: 3955411.

HSL color Cylindrical-coordinate representation of color #D35A3C: hue angle of 11.92º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D35A3C is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB2119060-
CMYK00.570.720.17
HSL11.92º63.18%53.14%-
HSV(B)11.92º71.56%82.75%-
XYZ31.3421.496.77-
YUV122.7692.59190.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 58.45%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 60 (23.83% from 255) = 16.62%
R=58.45%
G=24.93%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211906000.570.720.1711.9263.1853.14
HexD35A3C0394811c3f35
Octal3231327407111021147765
Binary11010011101101011110001110011001000100011100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35A3C; }

 p { color: rgb(211,90,60); }

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

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

 a { background-color: rgb(211,90,60); }

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

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

 span { border-color: rgb(211,90,60); }

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