#D75535

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

Shades of Chilean Fire #D75535

Tints of Chilean Fire #D75535

Color information

#D75535 (or 0xD75535) is unknown color: approx Chilean Fire. HEX triplet: D7, 55 and 35. RGB value is (215,85,53). Sum of RGB (Red+Green+Blue) = 215+85+53=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D75535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75535 is #28AACA. Grayscale: #787878. Windows color (decimal): -2665163 or 3495383. OLE color: 3495383.

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

Color convert

RGB2158553-
CMYK00.600.750.16
HSL11.85º66.94%52.55%-
HSV(B)11.85º75.35%84.31%-
XYZ31.9221.25.78-
YUV120.2290.07195.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 60.91%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 53 (21.09% from 255) = 15.01%
R=60.91%
G=24.08%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215855300.600.750.1611.8566.9452.55
HexD7553503C4B10c4335
Octal32712565074113201410365
Binary110101111010101110101011110010010111000011001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75535; }

 p { color: rgb(215,85,53); }

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

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

 a { background-color: rgb(215,85,53); }

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

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

 span { border-color: rgb(215,85,53); }

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